Searched refs:BRK (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_opcode_tmp.h | 102 OP00(BRK)
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 220 bool IsBrk() const { return Mask(ExceptionMask) == BRK; } in IsBrk()
|
H A D | constants-arm64.h | 772 BRK = ExceptionFixed | 0x00200000,
|
H A D | assembler-arm64.cc | 3683 Emit(BRK | ImmException(code)); in brk()
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 63 BRK = bytes([243]) # Break variable
|
/third_party/python/Lib/test/ |
H A D | test_telnetlib.py | 313 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP]
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 82 #define BRK 0xd4200000 macro 1300 return push_inst(compiler, BRK); in sljit_emit_op0()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 3138 _OPI(BREAK, BRK, V(2,1), V(3,0), V(2,1), V(3,0), 0, 0, NULL), 3188 _OPI(BREAKP, BRK, V(0,0), V(3,0), V(2,1), V(3,0), 0, 1, SPECIAL(BREAKP))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstructionSelector.cpp | 4071 MIRBuilder.buildInstr(AArch64::BRK, {}, {}).addImm(1); in selectIntrinsicWithSideEffects() 4076 MIRBuilder.buildInstr(AArch64::BRK, {}, {}).addImm(0xF000); in selectIntrinsicWithSideEffects()
|
H A D | AArch64FastISel.cpp | 3653 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::BRK)) in fastLowerIntrinsicCall() 3658 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::BRK)) in fastLowerIntrinsicCall()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1546 case BRK: in VisitException() 3960 case 'D': { // IDebug - HLT and BRK instructions. in SubstituteImmediateField()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 954 BRK = ExceptionFixed | 0x00200000, enumerator
|
H A D | disasm-aarch64.cc | 2123 case BRK: in Disassembler() 6774 case 'D': { // IDebug - HLT and BRK instructions. in Disassembler()
|
H A D | assembler-aarch64.cc | 6034 Emit(BRK | ImmException(code));
|
H A D | simulator-aarch64.cc | 6911 case BRK: in Simulator()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3904 case BRK:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3910 (Inst.getOpcode() != AArch64::BRK) && in validateInstruction()
|
Completed in 120 milliseconds