| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.h | 232 ENTRY(R12D) \ 266 ENTRY(R12D) \
|
| /freebsd/sys/amd64/amd64/ |
| H A D | bpf_jit_machdep.h | 69 #define R12D 4 macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 1219 case X86::R12D: in isX86_64ExtendedReg() 1340 case X86::R12D: in needSIB()
|
| H A D | X86MCTargetDesc.cpp | 292 {codeview::RegisterId::R12D, X86::R12D}, in initLLVMToSEHAndCVRegMapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCTargetDesc.cpp | 62 SystemZ::R12D, SystemZ::R13D, SystemZ::R14D, SystemZ::R15D};
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 89 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]; 1044 CCIfType<[i32], CCAssignToReg<[R12D, R13D, R14D, R15D, EDI, ESI,
|
| H A D | X86RegisterInfo.td | 254 def R12D : X86Reg<"r12d", 12, [R12W,R12WH]>; 297 def R12 : X86Reg<"r12", 12, [R12D]>, DwarfRegNum<[12, -2, -2]>; 584 R12D, R13D, R20D, R21D, R28D, R29D)>;
|
| H A D | X86FrameLowering.cpp | 3246 return Primary ? X86::R11D : X86::R12D; in GetScratchRegister()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CodeViewRegisterMapping.cpp | 706 case llvm::codeview::RegisterId::R12D: in GetRegisterSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 42 { SystemZ::R12D, 0x60 }, 55 {SystemZ::R10D, 0x30}, {SystemZ::R11D, 0x38}, {SystemZ::R12D, 0x40},
|
| H A D | SystemZCallingConv.td | 70 CCIfType<[i64], CCAssignToReg<[R7D, R8D, R10D, R11D, R12D, R13D,
|
| H A D | SystemZISelLowering.cpp | 4029 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R12D, GOT, Glue); in lowerTLSGetOffset() 4044 Ops.push_back(DAG.getRegister(SystemZ::R12D, PtrVT)); in lowerTLSGetOffset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRegisters.def | 261 CV_REGISTER(R12D, 364)
|