Searched refs:RegV (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp402 RegV, enumerator in enum:__anon2643::SystemZAsmParser::RegisterGroup
797 Reg.Group = RegV;
833 Group = RegV;
858 case RegV:
859 if (Reg.Group != RegV && Reg.Group != RegFP)
938 else if (Reg.Group == RegV) {
972 int64_t MaxRegNum = (Group == RegV) ? 31 : 15;
1007 // needs to be tied to "RegV". Usually when the prefix is passed in
1018 // always a general register. Reg1 should be of group RegV if "HasVectorIndex"
1020 RegisterGroup RegGroup = HasVectorIndex ? RegV
[all...]

Completed in 178 milliseconds