Lines Matching refs:funct7
874 uint32_t funct7 = insn32 >> 25; in Print32FpOp() local
875 const char* type = ((funct7 & 1u) != 0u) ? ".d" : ".s"; in Print32FpOp()
876 if ((funct7 & 2u) != 0u) { in Print32FpOp()
880 switch (funct7 >> 2) { in Print32FpOp()
886 os_ << kOpcodes[funct7 >> 2] << type << RoundingModeName(rm) << " " in Print32FpOp()
916 if ((rs2 ^ 1u) == (funct7 & 1u)) { in Print32FpOp()
957 os_ << (((funct7 & 1u) != 0u) ? "fmv.x.d " : "fmv.x.w ") in Print32FpOp()
967 os_ << (((funct7 & 1u) != 0u) ? "fmv.d.x " : "fmv.w.x ") in Print32FpOp()
1026 const uint32_t funct7 = Decode32UImm7(insn32); in Print32RVVOp() local
1027 const uint32_t funct6 = funct7 >> 1; in Print32RVVOp()
1028 const bool masked = (funct7 & 1) == 0; in Print32RVVOp()