Home
last modified time | relevance | path

Searched refs:R12D (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h232 ENTRY(R12D) \
266 ENTRY(R12D) \
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.h69 #define R12D 4 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1216 case X86::R12D: in isX86_64ExtendedReg()
1337 case X86::R12D: in needSIB()
H A DX86MCTargetDesc.cpp292 {codeview::RegisterId::R12D, X86::R12D}, in initLLVMToSEHAndCVRegMapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp53 SystemZ::R12D, SystemZ::R13D, SystemZ::R14D, SystemZ::R15D
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td252 def R12D : X86Reg<"r12d", 12, [R12W,R12WH]>;
295 def R12 : X86Reg<"r12", 12, [R12D]>, DwarfRegNum<[12, -2, -2]>;
578 R14D, R15D, R12D, R13D)>;
H A DX86CallingConv.td89 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R10D, R11D, R12D, R14D, R15D];
101 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R11D, R12D, R14D, R15D];
108 let GPR_32 = [EAX, ECX, EDX, EDI, ESI, R8D, R9D, R12D, R13D, R14D, R15D];
1068 CCIfType<[i32], CCAssignToReg<[R12D, R13D, R14D, R15D, EDI, ESI,
H A DX86FrameLowering.cpp3182 return Primary ? X86::R11D : X86::R12D; in GetScratchRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCodeViewRegisterMapping.cpp706 case llvm::codeview::RegisterId::R12D: in GetRegisterSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp40 { SystemZ::R12D, 0x60 },
53 {SystemZ::R10D, 0x30}, {SystemZ::R11D, 0x38}, {SystemZ::R12D, 0x40},
H A DSystemZCallingConv.td69 CCIfType<[i64], CCAssignToReg<[R7D, R8D, R10D, R11D, R12D, R13D,
H A DSystemZISelLowering.cpp3573 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R12D, GOT, Glue); in lowerTLSGetOffset()
3588 Ops.push_back(DAG.getRegister(SystemZ::R12D, PtrVT)); in lowerTLSGetOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def260 CV_REGISTER(R12D, 364)