Home | History | Annotate | Download | only in priv

Lines Matching refs:toUShort

487                                PPCRH_Imm(True,toUShort(n)) ));
495 PPCRH_Imm(True,toUShort(n)) ));
511 PPCRH_Imm(True,toUShort(16)) ));
628 PPCRH_Imm(True/*signed*/, toUShort(bias))));
632 PPCRH_Imm(False/*unsigned*/, toUShort(nElems-1))));
637 PPCRH_Imm(False/*unsigned*/, toUShort(shift))));
641 PPCRH_Imm(True/*signed*/, toUShort(descr->base))));
1340 toUShort(ty == Ity_I8 ? 24 : 16));
1679 UShort mask = toUShort(op_unop==Iop_16Uto64 ? 0xFFFF :
1702 UShort amt = toUShort(op_unop==Iop_16Sto32 ? 16 : 24);
1715 UShort amt = toUShort(op_unop==Iop_8Sto64 ? 56 : 48);
1780 UShort shift = toUShort(op_unop == Iop_16HIto8 ? 8 : 16);
2353 return PPCRH_Imm(False/*unsigned*/, toUShort(u & 0xFFFF));
2356 return PPCRH_Imm(True/*signed*/, toUShort(u & 0xFFFF));