Searched refs:AWREG (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | bfin-sim.h | 121 #define AWREG(x) (BFIN_CPU_STATE.aw[x]) macro 180 #define SET_AWREG(x, val) _SET_CORE32REG_ALU (AWREG (x), W, x, val) 191 SET_AXREG (x, -(AWREG (x) >> 31)); \
|
| D | bfin-sim.c | 393 case 33: return &AWREG (0); in get_allreg() 395 case 35: return &AWREG (1); in get_allreg() 501 else if (p == &AWREG (0)) in get_store_name() 505 else if (p == &AWREG (1)) in get_store_name() 1317 return ((bu64)(AXREG (which) & 0xff) << 32) | AWREG (which); in get_unextended_acc() 1330 acc |= AWREG (which); in get_extended_acc() 1709 STORE (AWREG (which), acc & 0xffffffff); in decode_macfunc() 4085 SET_AWREG (a, REG_H_L (AWREG (a), DREG (src0))); in decode_dsp32alu_0() 4091 SET_AWREG (a, REG_H_L (DREG (src0), AWREG (a))); in decode_dsp32alu_0() 4271 STORE (AWREG (0), acc0 & 0xffffffff); in decode_dsp32alu_0() [all …]
|
| D | machs.c | 1832 case SIM_BFIN_A0_DOT_W_REGNUM: return &AWREG (0); in bfin_get_reg() 1834 case SIM_BFIN_A1_DOT_W_REGNUM: return &AWREG (1); in bfin_get_reg()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-2011 | 658 (AXREG, AWREG, LCREG, LTREG, LBREG): Define.
|
| D | bfin-dis.c | 672 #define AWREG(x) (saved_state.aw[x]) macro 704 case 33: return &AWREG (0); in get_allreg() 706 case 35: return &AWREG (1); in get_allreg()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ChangeLog-2011 | 658 (AXREG, AWREG, LCREG, LTREG, LBREG): Define.
|
| D | bfin-dis.c | 672 #define AWREG(x) (saved_state.aw[x]) macro 704 case 33: return &AWREG (0); in get_allreg() 706 case 35: return &AWREG (1); in get_allreg()
|