Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.c1152 i->Min.MoveCond.op = op; in MIPSInstr_MoveCond()
1153 i->Min.MoveCond.dst = dst; in MIPSInstr_MoveCond()
1154 i->Min.MoveCond.src = src; in MIPSInstr_MoveCond()
1155 i->Min.MoveCond.cond = cond; in MIPSInstr_MoveCond()
1530 vex_printf("%s", showMIPSMoveCondOp(i->Min.MoveCond.op)); in ppMIPSInstr()
1531 ppHRegMIPS(i->Min.MoveCond.dst, mode64); in ppMIPSInstr()
1533 ppHRegMIPS(i->Min.MoveCond.src, mode64); in ppMIPSInstr()
1535 ppHRegMIPS(i->Min.MoveCond.cond, mode64); in ppMIPSInstr()
1766 addHRegUse(u, HRmModify, i->Min.MoveCond.dst); in getRegUsage_MIPSInstr()
1767 addHRegUse(u, HRmRead, i->Min.MoveCond.src); in getRegUsage_MIPSInstr()
[all …]
Dhost_mips_defs.h606 } MoveCond; member