Home
last modified time | relevance | path

Searched refs:BRK (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h102 OP00(BRK)
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h220 bool IsBrk() const { return Mask(ExceptionMask) == BRK; } in IsBrk()
H A Dconstants-arm64.h772 BRK = ExceptionFixed | 0x00200000,
H A Dassembler-arm64.cc3683 Emit(BRK | ImmException(code)); in brk()
/third_party/python/Lib/
H A Dtelnetlib.py63 BRK = bytes([243]) # Break variable
/third_party/python/Lib/test/
H A Dtest_telnetlib.py313 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 DsljitNativeARM_64.c82 #define BRK 0xd4200000 macro
1300 return push_inst(compiler, BRK); in sljit_emit_op0()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c3138 _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 DAArch64InstructionSelector.cpp4071 MIRBuilder.buildInstr(AArch64::BRK, {}, {}).addImm(1); in selectIntrinsicWithSideEffects()
4076 MIRBuilder.buildInstr(AArch64::BRK, {}, {}).addImm(0xF000); in selectIntrinsicWithSideEffects()
H A DAArch64FastISel.cpp3653 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 Ddisasm-arm64.cc1546 case BRK: in VisitException()
3960 case 'D': { // IDebug - HLT and BRK instructions. in SubstituteImmediateField()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h954 BRK = ExceptionFixed | 0x00200000, enumerator
H A Ddisasm-aarch64.cc2123 case BRK: in Disassembler()
6774 case 'D': { // IDebug - HLT and BRK instructions. in Disassembler()
H A Dassembler-aarch64.cc6034 Emit(BRK | ImmException(code));
H A Dsimulator-aarch64.cc6911 case BRK: in Simulator()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc3904 case BRK:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3910 (Inst.getOpcode() != AArch64::BRK) && in validateInstruction()

Completed in 100 milliseconds