Searched refs:bkpt (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 1409 void Assembler::bkpt(uint16_t imm16) { 1494 bkpt(0); in CheckCodePointer() 1504 bkpt(1); in CheckCodePointer() 3365 bkpt(Instr::kStopMessageCode); in Stop()
|
D | assembler_arm.h | 593 void bkpt(uint16_t imm16);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.h | 190 void bkpt(uint16_t Imm16);
|
D | IceAssemblerARM32.cpp | 1385 void AssemblerARM32::bkpt(uint16_t Imm16) { in bkpt() function in Ice::ARM32::AssemblerARM32
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 342 def tBKPT : T1I<(outs), (ins imm0_255:$val), NoItinerary, "bkpt\t$val", 351 def : InstAlias<"bkpt", (tBKPT 0), 0>, Requires<[IsThumb]>;
|
D | ARMInstrInfo.td | 2082 "bkpt", "\t$val", []>, Requires<[IsARM]> { 2091 def : InstAlias<"bkpt", (BKPT 0), 0>, Requires<[IsARM]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 9879 "bflx\003bfx\003bic\004bkpt\002bl\003blx\005blxns\002bx\003bxj\004bxns\004" 10378 { 100 /* bkpt */, ARM::BKPT, Convert__imm_95_0, AMFBS_IsARM, { }, }, 10379 { 100 /* bkpt */, ARM::tBKPT, Convert__imm_95_0, AMFBS_IsThumb, { }, }, 10380 { 100 /* bkpt */, ARM::tBKPT, Convert__Imm0_2551_0, AMFBS_IsThumb, { MCK_Imm0_255 }, }, 10381 { 100 /* bkpt */, ARM::BKPT, Convert__Imm0_655351_0, AMFBS_IsARM, { MCK_Imm0_65535 }, },
|