Searched refs:BKPT (Results 1 – 14 of 14) sorted by relevance
166 BKPT = 7 << 4, enumerator
833 case BKPT: in DecodeType01()
2294 case BKPT: { in DecodeType01()
2128 emit(al | B24 | B21 | (imm16 >> 4)*B8 | BKPT | (imm16 & 0xf)); in bkpt()
99 # BKPT
345 # BKPT
35 @ Out of range immediates for BKPT instruction.
168 @ BKPT
594 @ BKPT
385 @ BKPT
107 #define BKPT 0xbe00 macro1251 return push_inst16(compiler, BKPT); in sljit_emit_op0()
87 #define BKPT 0xe1200070 macro1815 FAIL_IF(push_inst(compiler, BKPT)); in sljit_emit_op0()
1908 def BKPT : AInoP<(outs), (ins imm0_65535:$val), MiscFrm, NoItinerary,1918 def : InstAlias<"bkpt", (BKPT 0)>, Requires<[IsARM]>;
5992 Inst.getOpcode() == ARM::BKPT || in instIsBreakpoint()