Searched refs:OPCODE_JSR (Results 1 – 2 of 2) sorted by relevance
37 #define OPCODE_JSR(op) (((op) & 0xf0ff) == 0x400b) macro106 else if (OPCODE_JSR(op)) in get_step_address()
28 #define OPCODE_JSR(x) (((x) & 0xF0FF) == 0x400b) macro159 if (OPCODE_JSR(p->opcode) || OPCODE_JMP(p->opcode)) { in prepare_singlestep()