Searched refs:irt_rot (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 10888 IRTemp irt_rot = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10889 assign( irt_rot, binop(Iop_And32, in decode_V6MEDIA_instruction() 10895 binop(Iop_Add32, mkexpr(irt_regN), mkexpr(irt_rot)), in decode_V6MEDIA_instruction() 10901 binop(Iop_And32, mkexpr(irt_rot), mkU32(0xFFFF0000))); in decode_V6MEDIA_instruction() 11859 IRTemp irt_rot = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 11860 assign( irt_rot, genROR32(irt_regM, 8 * rotate) ); in decode_V6MEDIA_instruction() 11869 unop(Iop_32to8, mkexpr(irt_rot))))), in decode_V6MEDIA_instruction() 11881 mkexpr(irt_rot), in decode_V6MEDIA_instruction()
|