Home
last modified time | relevance | path

Searched refs:PPC_REGS0_31 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h130 #define PPC_REGS0_31(X) \ macro
159 static const MCPhysReg RRegs[32] = PPC_REGS0_31(PPC::R); \
160 static const MCPhysReg XRegs[32] = PPC_REGS0_31(PPC::X); \
161 static const MCPhysReg FRegs[32] = PPC_REGS0_31(PPC::F); \
162 static const MCPhysReg SPERegs[32] = PPC_REGS0_31(PPC::S); \
163 static const MCPhysReg VFRegs[32] = PPC_REGS0_31(PPC::VF); \
164 static const MCPhysReg VRegs[32] = PPC_REGS0_31(PPC::V); \
165 static const MCPhysReg QFRegs[32] = PPC_REGS0_31(PPC::QF); \
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h132 #define PPC_REGS0_31(X) \ macro
161 static const MCPhysReg RRegs[32] = PPC_REGS0_31(PPC::R); \
162 static const MCPhysReg XRegs[32] = PPC_REGS0_31(PPC::X); \
163 static const MCPhysReg FRegs[32] = PPC_REGS0_31(PPC::F); \
164 static const MCPhysReg VSRpRegs[32] = PPC_REGS0_31(PPC::VSRp); \
165 static const MCPhysReg SPERegs[32] = PPC_REGS0_31(PPC::S); \
166 static const MCPhysReg VFRegs[32] = PPC_REGS0_31(PPC::VF); \
167 static const MCPhysReg VRegs[32] = PPC_REGS0_31(PPC::V); \