Home
last modified time | relevance | path

Searched refs:store_fpr (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dsim-main.h709 void store_fpr (SIM_STATE, int fpr, FP_formats fmt, uint64_t value);
710 #define StoreFPR(FPR,FMT,VALUE) store_fpr (SIM_ARGS, (FPR), (FMT), (VALUE))
DChangeLog-2021989 (store_fpr): When writing an invalid odd register, set the
1364 (value_fpr, store_fpr, fp_cmp, fp_unary, fp_binary, fp_mac)
1506 (value_fpr, store_fpr, convert): Likewise. Use SIM_STATE to provide
1511 (store_fpr, convert): Remove 'sd' argument.
1585 * cp1.c (store_fpr): Remove #ifdef'd out call to UndefinedResult
2833 * sim-main.h (value_fpr, store_fpr, dotrace, ifetch32), interp.c:
2940 * interp.c (store_fpr), sim-main.h: Add separate fmt_uninterpreted_32 and
2971 * interp.c (sim_monitor, signal_exception, cache_op, store_fpr,
2983 prefetch, sync_operation, ifetch, value_fpr, store_fpr, convert,
3310 to value_fpr / store_fpr. Add SD argument.
Dcp1.c245 store_fpr (sim_cpu *cpu, in store_fpr() function