Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp410 bool parseIntegerRegister(Register &Reg, RegisterGroup Group);
857 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()