Searched refs:emitVMSGE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 168 void emitVMSGE(MCInst &Inst, unsigned Opcode, SMLoc IDLoc, MCStreamer &Out); 3610 void RISCVAsmParser::emitVMSGE(MCInst &Inst, unsigned Opcode, SMLoc IDLoc, in emitVMSGE() function in RISCVAsmParser 3987 emitVMSGE(Inst, RISCV::VMSLTU_VX, IDLoc, Out); in processInstruction() 3992 emitVMSGE(Inst, RISCV::VMSLT_VX, IDLoc, Out); in processInstruction()
|