Lines Matching refs:funct3
53 (ins FPR32:$rs1, FPR32:$rs2, FPR32:$rs3, frmarg:$funct3),
54 opcodestr, "$rd, $rs1, $rs2, $rs3, $funct3">;
61 class FPALUS_rr<bits<7> funct7, bits<3> funct3, string opcodestr>
62 : RVInstR<funct7, funct3, OPC_OP_FP, (outs FPR32:$rd),
68 (ins FPR32:$rs1, FPR32:$rs2, frmarg:$funct3), opcodestr,
69 "$rd, $rs1, $rs2, $funct3">;
76 class FPUnaryOp_r<bits<7> funct7, bits<3> funct3, RegisterClass rdty,
78 : RVInstR<funct7, funct3, OPC_OP_FP, (outs rdty:$rd), (ins rs1ty:$rs1),
85 (ins rs1ty:$rs1, frmarg:$funct3), opcodestr,
86 "$rd, $rs1, $funct3">;
94 class FPCmpS_rr<bits<3> funct3, string opcodestr>
95 : RVInstR<0b1010000, funct3, OPC_OP_FP, (outs GPR:$rd),