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

/external/valgrind/VEX/priv/
H A Dhost_mips_isel.c1363 IROp op_unop = e->Iex.Unop.op; local
1365 switch (op_unop) {
1379 switch (op_unop) {
1511 UShort mask = (op_unop == Iop_64to1) ? 0x1 : 0xFF;
1538 switch (op_unop) {
1623 UShort mask = (op_unop == Iop_CmpNEZ8) ? 0xFF : 0xFFFF;
1659 if (op_unop == Iop_Left64 && !mode64)
1663 MIPSAluOp op = (op_unop == Iop_Left64) ? Malu_DSUB : Malu_SUB;
1677 MIPSUnaryOp op = (op_unop == Iop_Clz64) ? Mun_DCLZ : Mun_CLZ;
H A Dhost_ppc_isel.c1871 IROp op_unop = e->Iex.Unop.op; local
1901 switch (op_unop) {
1909 UShort mask = toUShort(op_unop==Iop_16Uto64 ? 0xFFFF :
1910 op_unop==Iop_16Uto32 ? 0xFFFF : 0xFF);
1932 UShort amt = toUShort(op_unop==Iop_16Sto32 ? 16 : 24);
1945 UShort amt = toUShort(op_unop==Iop_8Sto64 ? 56 : 48);
1970 if (op_unop == Iop_Not64) vassert(mode64);
2010 UShort shift = toUShort(op_unop == Iop_16HIto8 ? 8 : 16);
2033 if ((op_unop != Iop_1Uto64) || mode64) {
2071 PPCUnaryOp op_clz = (op_unop
[all...]

Completed in 72 milliseconds