Home
last modified time | relevance | path

Searched refs:FLAGBIT_U (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/rx/
H A Dcpu.h122 #define FLAGBIT_U 0x00020000 macro
197 #define FLAG_U FLAG(FLAGBIT_U)
H A Drx.c890 regs.r_psw &= ~ (FLAGBIT_I | FLAGBIT_U | FLAGBIT_PM); in generate_exception()
1138 regs.r_psw &= ~(FLAGBIT_I | FLAGBIT_U | FLAGBIT_PM); in decode_opcode()
1174 || v == FLAGBIT_U)) in decode_opcode()
1301 regs.r_psw &= ~(FLAGBIT_I | FLAGBIT_U | FLAGBIT_PM); in decode_opcode()
1409 v &= ~ (FLAGBIT_I | FLAGBIT_U | FLAGBITS_IPL); in decode_opcode()
1419 v &= ~ (FLAGBIT_I | FLAGBIT_U | FLAGBITS_IPL); in decode_opcode()
1420 v |= regs.r_psw & (FLAGBIT_I | FLAGBIT_U | FLAGBITS_IPL); in decode_opcode()
1581 regs.r_psw |= FLAGBIT_U; in decode_opcode()
1870 || v == FLAGBIT_U)) in decode_opcode()
H A Dreg.c82 return regs.r_psw & FLAGBIT_U ? regs.r_usp : regs.r_isp; in get_reg_i()
248 if (regs.r_psw & FLAGBIT_U) in put_reg()
/netbsd/external/gpl3/gdb.old/dist/sim/rx/
H A Dcpu.h122 #define FLAGBIT_U 0x00020000 macro
197 #define FLAG_U FLAG(FLAGBIT_U)
H A Drx.c890 regs.r_psw &= ~ (FLAGBIT_I | FLAGBIT_U | FLAGBIT_PM); in generate_exception()
1138 regs.r_psw &= ~(FLAGBIT_I | FLAGBIT_U | FLAGBIT_PM); in decode_opcode()
1174 || v == FLAGBIT_U)) in decode_opcode()
1301 regs.r_psw &= ~(FLAGBIT_I | FLAGBIT_U | FLAGBIT_PM); in decode_opcode()
1409 v &= ~ (FLAGBIT_I | FLAGBIT_U | FLAGBITS_IPL); in decode_opcode()
1419 v &= ~ (FLAGBIT_I | FLAGBIT_U | FLAGBITS_IPL); in decode_opcode()
1420 v |= regs.r_psw & (FLAGBIT_I | FLAGBIT_U | FLAGBITS_IPL); in decode_opcode()
1581 regs.r_psw |= FLAGBIT_U; in decode_opcode()
1870 || v == FLAGBIT_U)) in decode_opcode()
H A Dreg.c82 return regs.r_psw & FLAGBIT_U ? regs.r_usp : regs.r_isp; in get_reg_i()
248 if (regs.r_psw & FLAGBIT_U) in put_reg()
/netbsd/external/gpl3/gdb/dist/sim/m32c/
H A Dcpu.h77 #define FLAGBIT_U 0x0080 macro
185 #define FLAG_U FLAG(FLAGBIT_U)
H A Dint.c34 set_flags (FLAGBIT_U, 0); in trigger_interrupt()
H A Dreg.c176 return ((regs.r_flags & FLAGBIT_U) ? regs.r_usp : regs. in get_reg_i()
305 if (regs.r_flags & FLAGBIT_U) in put_reg()
/netbsd/external/gpl3/gdb.old/dist/sim/m32c/
H A Dcpu.h77 #define FLAGBIT_U 0x0080 macro
185 #define FLAG_U FLAG(FLAGBIT_U)
H A Dint.c34 set_flags (FLAGBIT_U, 0); in trigger_interrupt()
H A Dreg.c176 return ((regs.r_flags & FLAGBIT_U) ? regs.r_usp : regs. in get_reg_i()
305 if (regs.r_flags & FLAGBIT_U) in put_reg()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dm32c-tdep.c719 #define FLAGBIT_U 0x0080 macro
875 isp, usp, FLAGBIT_U)); in make_regs()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dm32c-tdep.c719 #define FLAGBIT_U 0x0080 macro
875 isp, usp, FLAGBIT_U)); in make_regs()