Searched refs:RSVD_INSTRUCTION (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c75 #define RSVD_INSTRUCTION (0x00000039) macro
141 The RSVD_INSTRUCTION... macros specify the magic instructions we
721 unsigned32 insn = (RSVD_INSTRUCTION |
1783 if ((instruction & RSVD_INSTRUCTION_MASK) == RSVD_INSTRUCTION)
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c68 #define RSVD_INSTRUCTION (0x00000039) macro
134 The RSVD_INSTRUCTION... macros specify the magic instructions we
721 uint32_t insn = (RSVD_INSTRUCTION |
1878 if ((instruction & RSVD_INSTRUCTION_MASK) == RSVD_INSTRUCTION)

Completed in 205 milliseconds