Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dinterp.c130 sc.arg1 = args[0] = GET_LONG (DREG (0)); in bfin_syscall()
131 sc.arg2 = args[1] = GET_LONG (DREG (0) + 4); in bfin_syscall()
132 sc.arg3 = args[2] = GET_LONG (DREG (0) + 8); in bfin_syscall()
133 sc.arg4 = args[3] = GET_LONG (DREG (0) + 12); in bfin_syscall()
134 sc.arg5 = args[4] = GET_LONG (DREG (0) + 16); in bfin_syscall()
135 sc.arg6 = args[5] = GET_LONG (DREG (0) + 20); in bfin_syscall()
Dbfin-sim.c2080 value = GET_LONG (sp); in decode_PushPopReg_0()
2168 SET_PREG (i, GET_LONG (sp)); in decode_PushPopMultiple_0()
2174 SET_DREG (i, GET_LONG (sp)); in decode_PushPopMultiple_0()
2982 val = GET_LONG (addr); in decode_LDSTpmod_0()
3152 STORE (DREG (reg), GET_LONG (addr)); in decode_dspLDST_0()
3175 STORE (DREG (reg), GET_LONG (addr)); in decode_dspLDST_0()
3197 STORE (DREG (reg), GET_LONG (addr)); in decode_dspLDST_0()
3278 STORE (DREG (reg), GET_LONG (addr)); in decode_dspLDST_0()
3320 SET_DREG (reg, GET_LONG (PREG (ptr))); in decode_LDST_0()
3327 SET_PREG (reg, GET_LONG (PREG (ptr))); in decode_LDST_0()
[all …]
Dbfin-sim.h345 #define GET_LONG(taddr) _GET_MEM(taddr, 32) macro