Home
last modified time | relevance | path

Searched refs:VR128Regs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.h51 extern const unsigned VR128Regs[32];
76 return VR128Regs[getFirstReg(Reg)]; in getRegAsVR128()
H A DSystemZMCTargetDesc.cpp106 const unsigned SystemZMC::VR128Regs[32] = { member in SystemZMC
146 Map[VR128Regs[I]] = I; in getFirstReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp883 case VR128Reg: Regs = SystemZMC::VR128Regs; break; in parseRegister()
940 RegNo = SystemZMC::VR128Regs[Reg.Num]; in parseAnyRegister()
1181 Index = SystemZMC::VR128Regs[Reg1.Num]; in parseAddress()
1367 RegNo = SystemZMC::VR128Regs[Reg.Num]; in ParseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp166 return decodeRegisterClass(Inst, RegNo, SystemZMC::VR128Regs, 32); in DecodeVR128BitRegisterClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1374 SystemZMC::VR128Regs, 32); in getRegForInlineAsmConstraint()
9363 for (unsigned Reg : SystemZMC::VR128Regs) { in emitTransactionBegin()