Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp421 bool parseIntegerRegister(Register &Reg, RegisterGroup Group);
869 if (parseIntegerRegister(Reg, Group)) in parseRegister()
972 bool SystemZAsmParser::parseIntegerRegister(Register &Reg, in parseIntegerRegister() function in SystemZAsmParser
1059 if (parseIntegerRegister(Reg1, RegGroup)) in parseAddress()
1077 if (parseIntegerRegister(Reg2, RegGR)) in parseAddress()