Searched refs:FpTernary (Results 1 – 2 of 2) sorted by relevance
1091 i->Min.FpTernary.op = op; in MIPSInstr_FpTernary()1092 i->Min.FpTernary.dst = dst; in MIPSInstr_FpTernary()1093 i->Min.FpTernary.src1 = src1; in MIPSInstr_FpTernary()1094 i->Min.FpTernary.src2 = src2; in MIPSInstr_FpTernary()1095 i->Min.FpTernary.src3 = src3; in MIPSInstr_FpTernary()1451 vex_printf("%s", showMIPSFpOp(i->Min.FpTernary.op)); in ppMIPSInstr()1452 ppHRegMIPS(i->Min.FpTernary.dst, mode64); in ppMIPSInstr()1454 ppHRegMIPS(i->Min.FpTernary.src1, mode64); in ppMIPSInstr()1456 ppHRegMIPS(i->Min.FpTernary.src2, mode64); in ppMIPSInstr()1458 ppHRegMIPS(i->Min.FpTernary.src3, mode64); in ppMIPSInstr()[all …]
550 } FpTernary; member