Home
last modified time | relevance | path

Searched refs:Macc (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.c837 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 …]
Dhost_mips_defs.h530 } Macc; member