Searched refs:OPCODE_BT_S (Results 1 – 1 of 1) sorted by relevance
35 #define OPCODE_BT_S(x) (((x) & 0xFF00) == 0x8d00) macro186 } else if (OPCODE_BF_S(p->opcode) || OPCODE_BT_S(p->opcode)) { in prepare_singlestep()