Searched refs:R13D (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.h | 233 ENTRY(R13D) \ 267 ENTRY(R13D) \
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.h | 70 #define R13D 5 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 53 SystemZ::R12D, SystemZ::R13D, SystemZ::R14D, SystemZ::R15D
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.td | 253 def R13D : X86Reg<"r13d", 13, [R13W,R13WH]>; 296 def R13 : X86Reg<"r13", 13, [R13D]>, DwarfRegNum<[13, -2, -2]>; 578 R14D, R15D, R12D, R13D)>;
|
H A D | X86FixupLEAs.cpp | 330 Reg == X86::R13D || Reg == X86::R13; in isInefficientLEAReg()
|
H A D | X86CallingConv.td | 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,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.cpp | 293 {codeview::RegisterId::R13D, X86::R13D}, in initLLVMToSEHAndCVRegMapping()
|
H A D | X86BaseInfo.h | 1217 case X86::R13D: in isX86_64ExtendedReg()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CodeViewRegisterMapping.cpp | 707 case llvm::codeview::RegisterId::R13D: in GetRegisterSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 41 { SystemZ::R13D, 0x68 }, 54 {SystemZ::R13D, 0x48}, {SystemZ::R14D, 0x50}, {SystemZ::R15D, 0x58}};
|
H A D | SystemZCallingConv.td | 69 CCIfType<[i64], CCAssignToReg<[R7D, R8D, R10D, R11D, R12D, R13D,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewRegisters.def | 261 CV_REGISTER(R13D, 365)
|