Searched refs:OPCODE_BSR (Results 1 – 2 of 2) sorted by relevance
31 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) macro94 else if (OPCODE_BSR(op)) in get_step_address()
31 #define OPCODE_BSR(x) (((x) & 0xF000) == 0xb000) macro162 } else if (OPCODE_BRA(p->opcode) || OPCODE_BSR(p->opcode)) { in prepare_singlestep()