Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_mips_defs.c1149 i->Min.MoveCond.op = op; in MIPSInstr_MoveCond()
1150 i->Min.MoveCond.dst = dst; in MIPSInstr_MoveCond()
1151 i->Min.MoveCond.src = src; in MIPSInstr_MoveCond()
1152 i->Min.MoveCond.cond = cond; in MIPSInstr_MoveCond()
1527 vex_printf("%s", showMIPSMoveCondOp(i->Min.MoveCond.op)); in ppMIPSInstr()
1528 ppHRegMIPS(i->Min.MoveCond.dst, mode64); in ppMIPSInstr()
1530 ppHRegMIPS(i->Min.MoveCond.src, mode64); in ppMIPSInstr()
1532 ppHRegMIPS(i->Min.MoveCond.cond, mode64); in ppMIPSInstr()
1763 addHRegUse(u, HRmModify, i->Min.MoveCond.dst); in getRegUsage_MIPSInstr()
1764 addHRegUse(u, HRmRead, i->Min.MoveCond.src); in getRegUsage_MIPSInstr()
[all …]
Dhost_mips_defs.h609 } MoveCond; member