Searched refs:OPCODE_BT (Results 1 – 2 of 2) sorted by relevance
19 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) macro52 if (OPCODE_BT(op)) { in get_step_address()
38 #define OPCODE_BT(x) (((x) & 0xFF00) == 0x8900) macro176 } else if (OPCODE_BF(p->opcode) || OPCODE_BT(p->opcode)) { in prepare_singlestep()