/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 88 int getFramePointerRegister() final { return SystemZ::R8D; }; in getFramePointerRegister()
|
H A D | SystemZFrameLowering.cpp | 36 { SystemZ::R8D, 0x40 }, 52 {SystemZ::R7D, 0x18}, {SystemZ::R8D, 0x20}, {SystemZ::R9D, 0x28},
|
H A D | SystemZCallingConv.td | 69 CCIfType<[i64], CCAssignToReg<[R7D, R8D, R10D, R11D, R12D, R13D,
|
/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]; 426 // For integers, ECX, R8D can be used as extra return registers. 431 CCIfType<[i32], CCAssignToReg<[EAX, EDX, ECX, R8D]>>, 564 CCIfType<[i32], CCAssignToReg<[EDI, ESI, EDX, ECX, R8D, R9D]>>, 687 CCIfType<[i32], CCAssignToRegWithShadow<[ECX , EDX , R8D , R9D ], 1031 CCIfType<[i32], CCIfSubtarget<"isTargetWin64()", CCAssignToReg<[ECX, EDX, R8D, R9D]>>>, 1069 EDX, ECX, R8D, R9D, R11D, EAX]>>,
|
H A D | X86RegisterInfo.td | 248 def R8D : X86Reg<"r8d", 8, [R8W,R8WH]>; 291 def R8 : X86Reg<"r8", 8, [R8D]>, DwarfRegNum<[ 8, -2, -2]>; 542 // instruction requiring a REX prefix, while SIL, DIL, BPL, R8D, etc. 575 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP, R8D, R9D,
|
H A D | X86FastISel.cpp | 3151 X86::EDI, X86::ESI, X86::EDX, X86::ECX, X86::R8D, X86::R9D in fastLowerArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 228 ENTRY(R8D) \ 262 ENTRY(R8D) \
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.h | 65 #define R8D 0 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 52 SystemZ::R8D, SystemZ::R9D, SystemZ::R10D, SystemZ::R11D,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 288 {codeview::RegisterId::R8D, X86::R8D}, in initLLVMToSEHAndCVRegMapping()
|
H A D | X86BaseInfo.h | 1212 case X86::R8D: in isX86_64ExtendedReg()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CodeViewRegisterMapping.cpp | 702 case llvm::codeview::RegisterId::R8D: in GetRegisterSize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRegisters.def | 256 CV_REGISTER(R8D, 360)
|