Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1378 i->Pin.AvCMov.cond = cond; in PPCInstr_AvCMov()
1379 i->Pin.AvCMov.dst = dst; in PPCInstr_AvCMov()
1380 i->Pin.AvCMov.src = src; in PPCInstr_AvCMov()
1993 vex_printf("avcmov (%s) ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()
1994 ppHRegPPC(i->Pin.AvCMov.dst); in ppPPCInstr()
1996 ppHRegPPC(i->Pin.AvCMov.src); in ppPPCInstr()
1999 if (i->Pin.AvCMov.cond.test != Pct_ALWAYS) { in ppPPCInstr()
2000 vex_printf("if (%s) { ", showPPCCondCode(i->Pin.AvCMov.cond)); in ppPPCInstr()
2003 ppHRegPPC(i->Pin.AvCMov.dst); in ppPPCInstr()
2005 ppHRegPPC(i->Pin.AvCMov.src); in ppPPCInstr()
[all …]
Dhost_ppc_defs.h849 } AvCMov; member