Searched refs:emitII (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetStreamer.h | 123 void emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, SMLoc IDLoc,
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 204 void MipsTargetStreamer::emitII(unsigned Opcode, int16_t Imm1, int16_t Imm2, in emitII() function in MipsTargetStreamer
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 4294 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI); in expandDivRem() 4327 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI); in expandDivRem() 4355 TOut.emitII(Mips::BREAK, 0x7, 0, IDLoc, STI); in expandDivRem() 4395 TOut.emitII(Mips::BREAK, 0x6, 0, IDLoc, STI); in expandDivRem() 5280 TOut.emitII(Mips::BREAK, 6, 0, IDLoc, STI); in expandMulO() 5317 TOut.emitII(Mips::BREAK, 6, 0, IDLoc, STI); in expandMulOU()
|