Searched refs:FpCompare (Results 1 – 2 of 2) sorted by relevance
1428 i->Min.FpCompare.op = op; in MIPSInstr_FpCompare()1429 i->Min.FpCompare.dst = dst; in MIPSInstr_FpCompare()1430 i->Min.FpCompare.srcL = srcL; in MIPSInstr_FpCompare()1431 i->Min.FpCompare.srcR = srcR; in MIPSInstr_FpCompare()1432 i->Min.FpCompare.cond1 = cond1; in MIPSInstr_FpCompare()1708 vex_printf("%s ", showMIPSFpOp(i->Min.FpCompare.op)); in ppMIPSInstr()1709 ppHRegMIPS(i->Min.FpCompare.srcL, mode64); in ppMIPSInstr()1711 ppHRegMIPS(i->Min.FpCompare.srcR, mode64); in ppMIPSInstr()1712 vex_printf(" cond: %c", i->Min.FpCompare.cond1); in ppMIPSInstr()1988 addHRegUse(u, HRmWrite, i->Min.FpCompare.dst); in getRegUsage_MIPSInstr()[all …]
601 } FpCompare; member