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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp396 RegV, enumerator in enum:__anon4315::SystemZAsmParser::RegisterGroup
734 Reg.Group = RegV;
770 Group = RegV;
797 case RegV:
798 if (Reg.Group != RegV && Reg.Group != RegFP) {
877 else if (Reg.Group == RegV) {
911 int64_t MaxRegNum = (Group == RegV) ? 31 : 15;
946 // needs to be tied to "RegV". Usually when the prefix is passed in
957 // always a general register. Reg1 should be of group RegV if "HasVectorIndex"
959 RegisterGroup RegGroup = HasVectorIndex ? RegV
[all...]

Completed in 105 milliseconds