Searched refs:getMovePRegSingleOpValue (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCCodeEmitter.h | 251 unsigned getMovePRegSingleOpValue(const MCInst &MI, unsigned OpNo,
|
D | MipsMCCodeEmitter.cpp | 1097 MipsMCCodeEmitter::getMovePRegSingleOpValue(const MCInst &MI, unsigned OpNo, in getMovePRegSingleOpValue() function in MipsMCCodeEmitter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.td | 613 let EncoderMethod = "getMovePRegSingleOpValue";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 2970 op = getMovePRegSingleOpValue(MI, 3, Fixups, STI); 2973 op = getMovePRegSingleOpValue(MI, 2, Fixups, STI); 2983 op = getMovePRegSingleOpValue(MI, 3, Fixups, STI); 2986 op = getMovePRegSingleOpValue(MI, 2, Fixups, STI);
|