Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp421 bool parseIntegerRegister(Register &Reg, RegisterGroup Group);
864 if (parseIntegerRegister(Reg, Group)) in parseRegister()
960 bool SystemZAsmParser::parseIntegerRegister(Register &Reg, in parseIntegerRegister() function in SystemZAsmParser
1047 if (parseIntegerRegister(Reg1, RegGroup)) in parseAddress()
1065 if (parseIntegerRegister(Reg2, RegGR)) in parseAddress()