Searched refs:irt_regA (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 10496 IRTemp irt_regA = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10503 assign( irt_regA, isT ? getIRegT(regA) : getIRegA(regA) ); in decode_V6MEDIA_instruction() 10523 IRExpr* ire_result = binop(Iop_Add32, mkexpr(irt_sum), mkexpr(irt_regA)); in decode_V6MEDIA_instruction() 10539 signed_overflow_after_Add32( ire_result, irt_sum, irt_regA ), in decode_V6MEDIA_instruction() 10583 IRTemp irt_regA = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10599 assign( irt_regA, isT ? getIRegT(regA) : getIRegA(regA) ); in decode_V6MEDIA_instruction() 10601 IRExpr* ire_result = binop(Iop_Add32, mkexpr(irt_prod), mkexpr(irt_regA)); in decode_V6MEDIA_instruction() 10609 signed_overflow_after_Add32( ire_result, irt_prod, irt_regA ), in decode_V6MEDIA_instruction() 10726 IRTemp irt_regA = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10738 assign( irt_regA, isT ? getIRegT(regA) : getIRegA(regA) ); in decode_V6MEDIA_instruction() [all …]
|