Searched defs:op_unop (Results 1 - 2 of 2) sorted by last modified time

/external/valgrind/main/VEX/priv/
H A Dhost_mips_isel.c1364 IROp op_unop = e->Iex.Unop.op; local
1366 switch (op_unop) {
1380 switch (op_unop) {
1512 UShort mask = (op_unop == Iop_64to1) ? 0x1 : 0xFF;
1539 switch (op_unop) {
1624 UShort mask = (op_unop == Iop_CmpNEZ8) ? 0xFF : 0xFFFF;
1660 if (op_unop == Iop_Left64 && !mode64)
1664 MIPSAluOp op = (op_unop == Iop_Left64) ? Malu_DSUB : Malu_SUB;
1678 MIPSUnaryOp op = (op_unop == Iop_Clz64) ? Mun_DCLZ : Mun_CLZ;
H A Dhost_ppc_isel.c1812 IROp op_unop = e->Iex.Unop.op; local
1841 switch (op_unop) {
1849 UShort mask = toUShort(op_unop==Iop_16Uto64 ? 0xFFFF :
1850 op_unop==Iop_16Uto32 ? 0xFFFF : 0xFF);
1872 UShort amt = toUShort(op_unop==Iop_16Sto32 ? 16 : 24);
1885 UShort amt = toUShort(op_unop==Iop_8Sto64 ? 56 : 48);
1910 if (op_unop == Iop_Not64) vassert(mode64);
1950 UShort shift = toUShort(op_unop == Iop_16HIto8 ? 8 : 16);
1973 if ((op_unop != Iop_1Uto64) || mode64) {
2011 PPCUnaryOp op_clz = (op_unop
[all...]

Completed in 68 milliseconds