Lines Matching refs:funct6
1014 static void MaybeSwapOperands(uint32_t funct6, in MaybeSwapOperands() argument
1017 if ((0x28u <= funct6 && funct6 < 0x30u) || funct6 >= 0x3Cu) { in MaybeSwapOperands()
1027 const uint32_t funct6 = funct7 >> 1; in Print32RVVOp() local
1057 if (funct6 == 0b010111) { in Print32RVVOp()
1069 opcode = kOPIVVOpcodes[funct6]; in Print32RVVOp()
1097 if (funct6 == 0b010111) { in Print32RVVOp()
1109 opcode = kOPIVXOpcodes[funct6]; in Print32RVVOp()
1138 if (funct6 == 0b010111) { in Print32RVVOp()
1149 } else if (funct6 == 0b100111) { in Print32RVVOp()
1159 opcode = kOPIVIOpcodes[funct6]; in Print32RVVOp()
1166 switch (funct6) { in Print32RVVOp()
1235 opcode = kOPMVVOpcodes[funct6]; in Print32RVVOp()
1240 if (0x17u <= funct6 && funct6 <= 0x1Fu) { in Print32RVVOp()
1247 MaybeSwapOperands(funct6, rs1, rs2); in Print32RVVOp()
1255 switch (funct6) { in Print32RVVOp()
1281 opcode = kOPMVXOpcodes[funct6]; in Print32RVVOp()
1286 MaybeSwapOperands(funct6, rs1, rs2); in Print32RVVOp()
1294 switch (funct6) { in Print32RVVOp()
1352 opcode = kOPFVVOpcodes[funct6]; in Print32RVVOp()
1357 MaybeSwapOperands(funct6, rs1, rs2); in Print32RVVOp()
1365 switch (funct6) { in Print32RVVOp()
1393 if (funct6 == 0b010111) { in Print32RVVOp()
1405 opcode = kOPFVFOpcodes[funct6]; in Print32RVVOp()
1411 MaybeSwapOperands(funct6, rs1, rs2); in Print32RVVOp()