Searched refs:JMP64r (Results 1 – 17 of 17) sorted by relevance
/external/llvm/test/CodeGen/MIR/X86/ |
D | jump-table-info.mir | 85 JMP64r %rax 129 JMP64r %rax
|
D | undefined-jump-table-id.mir | 52 JMP64r %rax
|
D | jump-table-redefinition-error.mir | 55 JMP64r %rax
|
D | memory-operands.mir | 421 JMP64r killed %rax
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrControl.td | 106 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
|
D | X86GenDisassemblerTables.inc | 12355 "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 …]
|
D | X86InstrInfo.cpp | 306 { X86::JMP64r, X86::JMP64m, TB_FOLDED_LOAD }, in X86InstrInfo()
|
D | X86GenAsmWriter.inc | 1041 67112839U, // JMP64r 5929 "JMP64pcrel32\000JMP64r\000JMP_1\000JMP_4\000JNE_1\000JNE_4\000JNO_1\000"
|
D | X86GenAsmWriter1.inc | 1041 134220900U, // JMP64r 6672 "JMP64pcrel32\000JMP64r\000JMP_1\000JMP_4\000JNE_1\000JNE_4\000JNO_1\000"
|
D | X86GenInstrInfo.inc | 1044 JMP64r = 1028, 5212 …JMP64r", 0|(1<<MCID::Branch)|(1<<MCID::IndirectBranch)|(1<<MCID::Barrier)|(1<<MCID::Terminator), 0…
|
D | X86ISelLowering.cpp | 9510 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()
|
D | X86GenFastISel.inc | 168 return FastEmitInst_r(X86::JMP64r, X86::GR64RegisterClass, Op0, Op0IsKill);
|
D | X86GenAsmMatcher.inc | 3704 { X86::JMP64r, "jmpq", Convert__Reg1_1, { MCK__STAR_, MCK_GR64 }, Feature_In64BitMode},
|
D | X86GenDAGISel.inc | 28089 /*57777*/ OPC_MorphNodeTo, TARGET_VAL(X86::JMP64r), 0|OPFL_Chain, 28092 // Dst: (JMP64r GR64:i64:$dst)
|
/external/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 149 def JMP64r : I<0xFF, MRM4r, (outs), (ins GR64:$dst), "jmp{q}\t{*}$dst",
|
D | X86InstrInfo.cpp | 325 { X86::JMP64r, X86::JMP64m, TB_FOLDED_LOAD }, in X86InstrInfo()
|
D | X86ISelLowering.cpp | 18763 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()
|