Searched refs:Macc (Results 1 – 2 of 2) sorted by relevance
837 i->Min.Macc.op = Macc_SUB; in MIPSInstr_Msub()838 i->Min.Macc.syned = syned; in MIPSInstr_Msub()839 i->Min.Macc.srcL = srcL; in MIPSInstr_Msub()840 i->Min.Macc.srcR = srcR; in MIPSInstr_Msub()850 i->Min.Macc.op = Macc_ADD; in MIPSInstr_Madd()851 i->Min.Macc.syned = syned; in MIPSInstr_Madd()852 i->Min.Macc.srcL = srcL; in MIPSInstr_Madd()853 i->Min.Macc.srcR = srcR; in MIPSInstr_Madd()1275 vex_printf("%s ", showMIPSMaccOp(i->Min.Macc.op, i->Min.Macc.syned)); in ppMIPSInstr()1276 ppHRegMIPS(i->Min.Macc.srcL, mode64); in ppMIPSInstr()[all …]
530 } Macc; member