Searched refs:op_unop (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c1543 IROp op_unop = e->Iex.Unop.op; local
1572 switch (op_unop) {
1580 UShort mask = toUShort(op_unop==Iop_16Uto64 ? 0xFFFF :
1581 op_unop==Iop_16Uto32 ? 0xFFFF : 0xFF);
1603 UShort amt = toUShort(op_unop==Iop_16Sto32 ? 16 : 24);
1616 UShort amt = toUShort(op_unop==Iop_8Sto64 ? 56 : 48);
1641 if (op_unop == Iop_Not64) vassert(mode64);
1681 UShort shift = toUShort(op_unop == Iop_16HIto8 ? 8 : 16);
1739 PPCUnaryOp op_clz = (op_unop == Iop_Clz32) ? Pun_CLZ32 :
1741 if (op_unop
[all...]

Completed in 110 milliseconds