Searched refs:LTREG (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/bfin/ |
| D | bfin-sim.h | 124 #define LTREG(x) (BFIN_CPU_STATE.lt[x]) macro 166 #define SET_LTREG(x, val) _SET_CORE32REG_IDX (LTREG (x), LT, x, val)
|
| D | machs.c | 1836 case SIM_BFIN_LT0_REGNUM: return <REG (0); in bfin_get_reg() 1839 case SIM_BFIN_LT1_REGNUM: return <REG (1); in bfin_get_reg()
|
| D | bfin-sim.c | 398 case 49: return <REG (0); in get_allreg() 401 case 52: return <REG (1); in get_allreg() 1253 else if (whichreg == <REG (0) || whichreg == <REG (1)) in reg_write() 1753 BFIN_TRACE_BRANCH (cpu, pc, LTREG (i), i, "Hardware loop %i", i); in hwloop_get_next_pc() 1754 return LTREG (i); in hwloop_get_next_pc()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-2011 | 658 (AXREG, AWREG, LCREG, LTREG, LBREG): Define.
|
| D | bfin-dis.c | 674 #define LTREG(x) (saved_state.lt[x]) macro 709 case 49: return <REG (0); in get_allreg() 712 case 52: return <REG (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 | 674 #define LTREG(x) (saved_state.lt[x]) macro 709 case 49: return <REG (0); in get_allreg() 712 case 52: return <REG (1); in get_allreg()
|