Home
last modified time | relevance | path

Searched refs:JMP (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp117 if (I->getOpcode() != MSP430::JMP && in removeBranch()
204 if (I->getOpcode() == MSP430::JMP) { in analyzeBranch()
280 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in insertBranch()
291 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in insertBranch()
DMSP430BranchSelector.cpp124 if (MI->getOpcode() != MSP430::JCC && MI->getOpcode() != MSP430::JMP) { in expandBranches()
DMSP430InstrInfo.td248 def JMP : CJForm<(outs), (ins jmptarget:$dst),
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-bytecode.h101 JMP, enumerator
136 result.opcode = JMP; in Jmp()
Dexperimental-bytecode.cc62 case RegExpInstruction::JMP: in operator <<()
Dexperimental-compiler.cc245 LabelledInstrImpl(RegExpInstruction::Opcode::JMP, target); in Jmp()
260 inst.opcode == RegExpInstruction::JMP); in Bind()
Dexperimental-interpreter.cc405 case RegExpInstruction::JMP: in RunActiveThread()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp188 if (I->getOpcode() == BPF::JMP) { in analyzeBranch()
233 BuildMI(&MBB, DL, get(BPF::JMP)).addMBB(TBB); in insertBranch()
251 if (I->getOpcode() != BPF::JMP) in removeBranch()
DBPFInstrInfo.td506 def JMP : BRANCH<BPF_JA, "goto", [(br bb:$BrDst)]>;
/third_party/elfutils/libcpu/
Dbpf_disasm.c63 #define JMP(N) "%" #N "$#x" macro
67 #define J64(D, O, S) "if " D " " #O " " S " goto " JMP(3)
159 len = snprintf(buf, sizeof(buf), "goto " JMP(1), jmp); in bpf_disasm()
/third_party/icu/icu4c/source/data/locales/
Dluo.txt126 "JMP",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dluo.txt106 "JMP",
/third_party/libffi/src/x86/
Dwin64_intel.S83 JMP R10 ; jmp *%r10
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/
DMSP430Disassembler.cpp350 MI.setOpcode(MSP430::JMP); in getInstructionCJ()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-X86-64.txt107 JMP mbb<bb2,0x203afb0>
DX86SchedBroadwell.td637 def: InstRW<[BWWriteResGroup4], (instregex "JMP(16|32|64)r")>;
990 def: InstRW<[BWWriteResGroup62], (instregex "JMP(16|32|64)m")>;
DX86SchedHaswell.td900 def: InstRW<[HWWriteResGroup5], (instregex "JMP(16|32|64)r")>;
1000 def: InstRW<[HWWriteResGroup14], (instregex "JMP(16|32|64)m")>;
DX86SchedSkylakeClient.td637 def: InstRW<[SKLWriteResGroup4], (instregex "JMP(16|32|64)r")>;
1016 def: InstRW<[SKLWriteResGroup72], (instregex "JMP(16|32|64)m")>;
DX86SchedSkylakeServer.td650 def: InstRW<[SKXWriteResGroup4], (instregex "JMP(16|32|64)r")>;
1175 def: InstRW<[SKXWriteResGroup76], (instregex "JMP(16|32|64)m")>;
DX86ScheduleBdVer2.td156 def PdBranch : ProcResource<1>; // PdEX1; JMP, fused branches
/third_party/rust/crates/memchr/bench/data/sliceslice/
Di386.txt581 JMP
1602 example, CALL and JMP), interrupts, and exceptions.
3423 JMP, CALL, RET, INT and IRET instructions transfer control from one code
3435 JMP (Jump) unconditionally transfers control to the target location. JMP is
3439 The JMP instruction always performs the same basic function of transferring
3444 A direct JMP instruction includes the destination address as part of the
3445 instruction. An indirect JMP instruction obtains the destination address
3448 Direct near JMP. A direct JMP uses a relative displacement value contained
3455 Indirect near JMP. Indirect JMP instructions specify an absolute address in
3458 1. The program can JMP to a location specified by a general register
[all …]
Di386-notutf8.txt581 JMP
1602 example, CALL and JMP), interrupts, and exceptions.
3423 JMP, CALL, RET, INT and IRET instructions transfer control from one code
3435 JMP (Jump) unconditionally transfers control to the target location. JMP is
3439 The JMP instruction always performs the same basic function of transferring
3444 A direct JMP instruction includes the destination address as part of the
3445 instruction. An indirect JMP instruction obtains the destination address
3448 Direct near JMP. A direct JMP uses a relative displacement value contained
3455 Indirect near JMP. Indirect JMP instructions specify an absolute address in
3458 1. The program can JMP to a location specified by a general register
[all …]
Dwords.txt2162 JMP
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRDevices.td38 // The device supports the `JMP k` and `CALL k` instructions.
40 "The device supports the `JMP` and "
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a) macro
1217 #define JMP(a) jmp a macro

12