Home
last modified time | relevance | path

Searched refs:irt_res_hi (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c9336 IRTemp irt_res_hi = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
9348 armSignedSatQ( irt_regN_hi, sat_imm, &irt_res_hi, &irt_Q_hi ); in decode_V6MEDIA_instruction()
9354 binop(Iop_Shl32, mkexpr(irt_res_hi), mkU8(16))); in decode_V6MEDIA_instruction()
9398 IRTemp irt_res_hi = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local
9409 armUnsignedSatQ( &irt_res_hi, &irt_Q_hi, irt_regN_hi, sat_imm ); in decode_V6MEDIA_instruction()
9413 binop(Iop_Shl32, mkexpr(irt_res_hi), mkU8(16)), in decode_V6MEDIA_instruction()