Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1402 i->Pin.AvCipherV128Binary.op = op; in PPCInstr_AvCipherV128Binary()
1403 i->Pin.AvCipherV128Binary.dst = dst; in PPCInstr_AvCipherV128Binary()
1404 i->Pin.AvCipherV128Binary.srcL = srcL; in PPCInstr_AvCipherV128Binary()
1405 i->Pin.AvCipherV128Binary.srcR = srcR; in PPCInstr_AvCipherV128Binary()
2024 vex_printf("%s(w) ", showPPCAvOp(i->Pin.AvCipherV128Binary.op)); in ppPPCInstr()
2025 ppHRegPPC(i->Pin.AvCipherV128Binary.dst); in ppPPCInstr()
2027 ppHRegPPC(i->Pin.AvCipherV128Binary.srcL); in ppPPCInstr()
2029 ppHRegPPC(i->Pin.AvCipherV128Binary.srcR); in ppPPCInstr()
2505 addHRegUse(u, HRmWrite, i->Pin.AvCipherV128Binary.dst); in getRegUsage_PPCInstr()
2506 addHRegUse(u, HRmRead, i->Pin.AvCipherV128Binary.srcL); in getRegUsage_PPCInstr()
[all …]
Dhost_ppc_defs.h877 } AvCipherV128Binary; member