Lines Matching refs:DfpShift128

1020    i->Pin.DfpShift128.op     = op;  in PPCInstr_DfpShift128()
1021 i->Pin.DfpShift128.shift = shift; in PPCInstr_DfpShift128()
1022 i->Pin.DfpShift128.src_hi = src_hi; in PPCInstr_DfpShift128()
1023 i->Pin.DfpShift128.src_lo = src_lo; in PPCInstr_DfpShift128()
1024 i->Pin.DfpShift128.dst_hi = dst_hi; in PPCInstr_DfpShift128()
1025 i->Pin.DfpShift128.dst_lo = dst_lo; in PPCInstr_DfpShift128()
2092 vex_printf("%s ", showPPCFpOp(i->Pin.DfpShift128.op)); in ppPPCInstr()
2093 ppHRegPPC(i->Pin.DfpShift128.dst_hi); in ppPPCInstr()
2095 ppHRegPPC(i->Pin.DfpShift128.src_hi); in ppPPCInstr()
2097 ppPPCRI(i->Pin.DfpShift128.shift); in ppPPCInstr()
2569 addRegUsage_PPCRI(u, i->Pin.DfpShift128.shift); in getRegUsage_PPCInstr()
2570 addHRegUse(u, HRmWrite, i->Pin.DfpShift128.src_hi); in getRegUsage_PPCInstr()
2571 addHRegUse(u, HRmWrite, i->Pin.DfpShift128.src_lo); in getRegUsage_PPCInstr()
2572 addHRegUse(u, HRmWrite, i->Pin.DfpShift128.dst_hi); in getRegUsage_PPCInstr()
2573 addHRegUse(u, HRmWrite, i->Pin.DfpShift128.dst_lo); in getRegUsage_PPCInstr()
2880 mapRegs_PPCRI(m, i->Pin.DfpShift128.shift); in mapRegs_PPCInstr()
2881 mapReg(m, &i->Pin.DfpShift128.src_hi); in mapRegs_PPCInstr()
2882 mapReg(m, &i->Pin.DfpShift128.src_lo); in mapRegs_PPCInstr()
2883 mapReg(m, &i->Pin.DfpShift128.dst_hi); in mapRegs_PPCInstr()
2884 mapReg(m, &i->Pin.DfpShift128.dst_lo); in mapRegs_PPCInstr()
5487 UInt fr_src_hi = fregEnc(i->Pin.DfpShift128.src_hi); in emit_PPCInstr()
5488 UInt fr_src_lo = fregEnc(i->Pin.DfpShift128.src_lo); in emit_PPCInstr()
5489 UInt fr_dst_hi = fregEnc(i->Pin.DfpShift128.dst_hi); in emit_PPCInstr()
5490 UInt fr_dst_lo = fregEnc(i->Pin.DfpShift128.dst_lo); in emit_PPCInstr()
5493 shift = i->Pin.DfpShift128.shift->Pri.Imm; in emit_PPCInstr()
5500 switch (i->Pin.DfpShift128.op) { in emit_PPCInstr()
5513 (Int)i->Pin.DfpShift128.op); in emit_PPCInstr()