Home
last modified time | relevance | path

Searched refs:TRAPA_MASK (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsh-stub.c155 #define TRAPA_MASK 0xff00 macro
620 else if ((opcode & TRAPA_MASK) == TRAPA_INSTR) in doSStep()
621 instrMem = (short *) ((opcode & ~TRAPA_MASK) << 2); in doSStep()
Dwince.c836 #define TRAPA_MASK 0xff00 macro
924 else if ((opcode & TRAPA_MASK) == TRAPA_INSTR) in sh_get_next_pc()
925 instrMem = (short *) ((opcode & ~TRAPA_MASK) << 2); in sh_get_next_pc()