Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp811 RegKind_FGR = 2, /// FGR32, FGR64, AFGR64 (depending on context and enumerator
824 RegKind_Numeric = RegKind_GPR | RegKind_FGR | RegKind_FCC | RegKind_MSA128 |
942 assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!"); in getAFGR64Reg()
952 assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!"); in getFGR64Reg()
960 assert(isRegIdx() && (RegIdx.Kind & RegKind_FGR) && "Invalid access!"); in getFGR32Reg()
1531 return CreateReg(Index, Str, RegKind_FGR, RegInfo, S, E, Parser); in createFGRReg()
1656 return isRegIdx() && RegIdx.Kind & RegKind_FGR && RegIdx.Index <= 31; in isFGRAsmReg()
1661 return isRegIdx() && RegIdx.Kind == RegKind_FGR && RegIdx.Index <= 31; in isStrictlyFGRAsmReg()