/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 117 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()
|
D | MSP430BranchSelector.cpp | 124 if (MI->getOpcode() != MSP430::JCC && MI->getOpcode() != MSP430::JMP) { in expandBranches()
|
D | MSP430InstrInfo.td | 248 def JMP : CJForm<(outs), (ins jmptarget:$dst),
|
/third_party/node/deps/v8/src/regexp/experimental/ |
D | experimental-bytecode.h | 101 JMP, enumerator 136 result.opcode = JMP; in Jmp()
|
D | experimental-bytecode.cc | 62 case RegExpInstruction::JMP: in operator <<()
|
D | experimental-compiler.cc | 245 LabelledInstrImpl(RegExpInstruction::Opcode::JMP, target); in Jmp() 260 inst.opcode == RegExpInstruction::JMP); in Bind()
|
D | experimental-interpreter.cc | 405 case RegExpInstruction::JMP: in RunActiveThread()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 188 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()
|
D | BPFInstrInfo.td | 506 def JMP : BRANCH<BPF_JA, "goto", [(br bb:$BrDst)]>;
|
/third_party/elfutils/libcpu/ |
D | bpf_disasm.c | 63 #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/ |
D | luo.txt | 126 "JMP",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | luo.txt | 106 "JMP",
|
/third_party/libffi/src/x86/ |
D | win64_intel.S | 83 JMP R10 ; jmp *%r10
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/ |
D | MSP430Disassembler.cpp | 350 MI.setOpcode(MSP430::JMP); in getInstructionCJ()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 107 JMP mbb<bb2,0x203afb0>
|
D | X86SchedBroadwell.td | 637 def: InstRW<[BWWriteResGroup4], (instregex "JMP(16|32|64)r")>; 990 def: InstRW<[BWWriteResGroup62], (instregex "JMP(16|32|64)m")>;
|
D | X86SchedHaswell.td | 900 def: InstRW<[HWWriteResGroup5], (instregex "JMP(16|32|64)r")>; 1000 def: InstRW<[HWWriteResGroup14], (instregex "JMP(16|32|64)m")>;
|
D | X86SchedSkylakeClient.td | 637 def: InstRW<[SKLWriteResGroup4], (instregex "JMP(16|32|64)r")>; 1016 def: InstRW<[SKLWriteResGroup72], (instregex "JMP(16|32|64)m")>;
|
D | X86SchedSkylakeServer.td | 650 def: InstRW<[SKXWriteResGroup4], (instregex "JMP(16|32|64)r")>; 1175 def: InstRW<[SKXWriteResGroup76], (instregex "JMP(16|32|64)m")>;
|
D | X86ScheduleBdVer2.td | 156 def PdBranch : ProcResource<1>; // PdEX1; JMP, fused branches
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | i386.txt | 581 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 …]
|
D | i386-notutf8.txt | 581 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 …]
|
D | words.txt | 2162 JMP
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRDevices.td | 38 // The device supports the `JMP k` and `CALL k` instructions. 40 "The device supports the `JMP` and "
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 498 #define JMP(a) CHOICE(jmp a, jmp a, jmp a) macro 1217 #define JMP(a) jmp a macro
|