Searched refs:rotT (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | guest_arm_toIR.c | 16210 IRTemp rotT = newTemp(Ity_I32); local 16214 assign(rotT, genROR32(srcT, 8 * rot)); /* 0, 8, 16 or 24 only */ 16217 assign(dstT, unop(Iop_8Uto32, unop(Iop_32to8, mkexpr(rotT)))); 16221 assign(dstT, unop(Iop_8Sto32, unop(Iop_32to8, mkexpr(rotT)))); 16225 assign(dstT, unop(Iop_16Uto32, unop(Iop_32to16, mkexpr(rotT)))); 16229 assign(dstT, unop(Iop_16Sto32, unop(Iop_32to16, mkexpr(rotT)))); 16233 assign(dstT, binop(Iop_And32, mkexpr(rotT), mkU32(0x00FF00FF))); 16239 assign(lo32, binop(Iop_And32, mkexpr(rotT), mkU32(0xFF))); 16240 assign(hi32, binop(Iop_Shr32, mkexpr(rotT), mkU8(16))); 20761 IRTemp rotT local [all...] |
Completed in 165 milliseconds