|
|
ASSERT_MSG(instr.fmul.cc == 0, "FMUL cc is not implemented");
|
|
ASSERT_MSG(instr.fmul.cc == 0, "FMUL cc is not implemented");
|
|
|
op_b = GetOperandAbsNeg(op_b, false, instr.fmul.negate_b);
|
|
op_b = GetOperandAbsNeg(op_b, false, instr.fmul.negate_b);
|
|
|
regs.SetRegisterToFloat(instr.gpr0, 0, op_a + " * " + op_b, 1, 1,
|
|
regs.SetRegisterToFloat(instr.gpr0, 0, op_a + " * " + op_b, 1, 1,
|