Lines Matching refs:AvCipherV128Binary
1402 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()
2507 addHRegUse(u, HRmRead, i->Pin.AvCipherV128Binary.srcR); in getRegUsage_PPCInstr()
2838 mapReg(m, &i->Pin.AvCipherV128Binary.dst); in mapRegs_PPCInstr()
2839 mapReg(m, &i->Pin.AvCipherV128Binary.srcL); in mapRegs_PPCInstr()
2840 mapReg(m, &i->Pin.AvCipherV128Binary.srcR); in mapRegs_PPCInstr()
5078 UInt v_dst = vregEnc(i->Pin.AvCipherV128Binary.dst); in emit_PPCInstr()
5079 UInt v_srcL = vregEnc(i->Pin.AvCipherV128Binary.srcL); in emit_PPCInstr()
5080 UInt v_srcR = vregEnc(i->Pin.AvCipherV128Binary.srcR); in emit_PPCInstr()
5082 switch (i->Pin.AvCipherV128Binary.op) { in emit_PPCInstr()