Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c986 i->Pin.DfpShift.op = op; in PPCInstr_DfpShift()
987 i->Pin.DfpShift.shift = shift; in PPCInstr_DfpShift()
988 i->Pin.DfpShift.src = src; in PPCInstr_DfpShift()
989 i->Pin.DfpShift.dst = dst; in PPCInstr_DfpShift()
2069 vex_printf("%s ", showPPCFpOp(i->Pin.DfpShift.op)); in ppPPCInstr()
2070 ppHRegPPC(i->Pin.DfpShift.dst); in ppPPCInstr()
2072 ppHRegPPC(i->Pin.DfpShift.src); in ppPPCInstr()
2074 ppPPCRI(i->Pin.DfpShift.shift); in ppPPCInstr()
2530 addRegUsage_PPCRI(u, i->Pin.DfpShift.shift); in getRegUsage_PPCInstr()
2531 addHRegUse(u, HRmWrite, i->Pin.DfpShift.src); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h894 } DfpShift; member