Searched defs:getATReg (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp325 unsigned getATReg(SMLoc Loc);
2186 unsigned ATReg = getATReg(IDLoc);
2211 TmpReg = getATReg(IDLoc);
2377 unsigned ATReg = getATReg(IDLoc);
2447 unsigned ATReg = getATReg(IDLoc);
2538 unsigned ATReg = getATReg(IDLoc);
2607 TmpRegNum = getATReg(IDLoc);
2675 TrgReg = getATReg(IDLoc);
2881 unsigned ATRegNum = getATReg(IDLoc);
3002 unsigned ATReg = getATReg(IDLo
3858 unsigned MipsAsmParser::getATReg(SMLoc Loc) { function in class:MipsAsmParser
[all...]

Completed in 71 milliseconds