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); 3336 void RISCVAsmParser::emitVMSGE(MCInst &Inst, unsigned Opcode, SMLoc IDLoc, in emitVMSGE() function in RISCVAsmParser 3704 emitVMSGE(Inst, RISCV::VMSLTU_VX, IDLoc, Out); in processInstruction() 3709 emitVMSGE(Inst, RISCV::VMSLT_VX, IDLoc, Out); in processInstruction()
|