Home
last modified time | relevance | path

Searched refs:JMP64r (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/MIR/X86/
Djump-table-info.mir85 JMP64r %rax
129 JMP64r %rax
Dundefined-jump-table-id.mir52 JMP64r %rax
Djump-table-redefinition-error.mir55 JMP64r %rax
Dmemory-operands.mir421 JMP64r killed %rax
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrControl.td106 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
DX86GenDisassemblerTables.inc12355 "JMP64r"
60106 0x404, /* JMP64r*/
60107 0x404, /* JMP64r*/
60108 0x404, /* JMP64r*/
60109 0x404, /* JMP64r*/
60110 0x404, /* JMP64r*/
60111 0x404, /* JMP64r*/
60112 0x404, /* JMP64r*/
60113 0x404, /* JMP64r*/
88625 0x404, /* JMP64r*/
[all …]
DX86InstrInfo.cpp306 { X86::JMP64r, X86::JMP64m, TB_FOLDED_LOAD }, in X86InstrInfo()
DX86GenAsmWriter.inc1041 67112839U, // JMP64r
5929 "JMP64pcrel32\000JMP64r\000JMP_1\000JMP_4\000JNE_1\000JNE_4\000JNO_1\000"
DX86GenAsmWriter1.inc1041 134220900U, // JMP64r
6672 "JMP64pcrel32\000JMP64r\000JMP_1\000JMP_4\000JNE_1\000JNE_4\000JNO_1\000"
DX86GenInstrInfo.inc1044 JMP64r = 1028,
5212JMP64r", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(1<<MCID::Terminator), 0…
DX86ISelLowering.cpp9510 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode. in LowerINIT_TRAMPOLINE() local
9547 OpCode = (JMP64r << 8) | REX_WB; // jmpq *... in LowerINIT_TRAMPOLINE()
DX86GenFastISel.inc168 return FastEmitInst_r(X86::JMP64r, X86::GR64RegisterClass, Op0, Op0IsKill);
DX86GenAsmMatcher.inc3704 { X86::JMP64r, "jmpq", Convert__Reg1_1, { MCK__STAR_, MCK_GR64 }, Feature_In64BitMode},
DX86GenDAGISel.inc28089 /*57777*/ OPC_MorphNodeTo, TARGET_VAL(X86::JMP64r), 0|OPFL_Chain,
28092 // Dst: (JMP64r GR64:i64:$dst)
/external/llvm/lib/Target/X86/
DX86InstrControl.td149 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
DX86InstrInfo.cpp325 { X86::JMP64r, X86::JMP64m, TB_FOLDED_LOAD }, in X86InstrInfo()
DX86ISelLowering.cpp18763 const unsigned char JMP64r = 0xFF; // 64-bit jmp through register opcode. in LowerINIT_TRAMPOLINE() local
18800 OpCode = (JMP64r << 8) | REX_WB; // jmpq *... in LowerINIT_TRAMPOLINE()
23906 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r; in emitEHSjLjLongJmp()