Searched refs:PSR_L (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ia64-opc.h | 56 #define PSR_L IA64_OPND_PSR_L macro
|
| D | ia64-opc-m.c | 140 {"mov", M, OpX3X6b (1, 0, 0x2d), {PSR_L, R2}, PRIV, 0, NULL},
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ia64-opc.h | 56 #define PSR_L IA64_OPND_PSR_L macro
|
| D | ia64-opc-m.c | 140 {"mov", M, OpX3X6b (1, 0, 0x2d), {PSR_L, R2}, PRIV, 0, NULL},
|
| /netbsd/src/external/gpl3/gdb/dist/sim/cr16/ |
| D | simops.c | 146 case 4: return PSR_L; break; in cond_stat() 147 case 5: return !PSR_L; break; in cond_stat() 152 case 10: return !PSR_Z && !PSR_L; break; in cond_stat() 153 case 11: return PSR_Z || PSR_L; break; in cond_stat() 1312 if ((PSR_L) == 1) in OP_A4_C() 1326 if ((PSR_L) == 0) in OP_A5_C() 1397 if (((PSR_Z) == 0) & ((PSR_L) == 0)) in OP_AA_C() 1411 if (((PSR_Z) == 1) | ((PSR_L) == 1)) in OP_AB_C() 1522 if ((PSR_L) == 1) in OP_84_C() 1534 if ((PSR_L) == 0) in OP_85_C() [all …]
|
| D | cr16-sim.h | 307 #define PSR_L ((PSR & PSR_L_BIT) != 0) macro
|