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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.cpp217 unsigned RegPair = getMovePRegPairOpValue(MI, 0, Fixups, STI); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2478 unsigned RegPair = fieldFromInstruction(Insn, 7, 3); local
2501 static DecodeStatus DecodeMovePRegPair(MCInst &Inst, unsigned RegPair, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1771 StringRef RegPair = Name; local
1776 StringRef RegPair = Name; local
1788 StringRef RegPair = Name; local
1793 StringRef RegPair = Name; local
1805 StringRef RegPair = Name; local
1810 StringRef RegPair = Name; local
1825 StringRef RegPair = Name; local
1830 StringRef RegPair = Name; local
1848 StringRef RegPair = Name; local
1853 StringRef RegPair = Name; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2290 bool RegPair = ((R0 == Mips::A1 && R1 == Mips::A2) || local

Completed in 105 milliseconds