Searched refs:regDLo (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 10685 UInt regDHi = 99, regN = 99, regM = 99, regDLo = 99, bitM = 99, bitN = 99; in decode_V6MEDIA_instruction() local 10693 regDLo = INSNT1(15,12); in decode_V6MEDIA_instruction() 10697 && !isBadRegT(regDLo) && regDHi != regDLo) in decode_V6MEDIA_instruction() 10706 regDLo = INSNA(15,12); in decode_V6MEDIA_instruction() 10709 if (regDHi != 15 && regN != 15 && regM != 15 && regDLo != 15 && in decode_V6MEDIA_instruction() 10710 regDHi != regDLo) in decode_V6MEDIA_instruction() 10737 isT ? getIRegT(regDLo) : getIRegA(regDLo)) ); in decode_V6MEDIA_instruction() 10744 putIRegT( regDLo, mkexpr(irt_resLo), condT ); in decode_V6MEDIA_instruction() 10747 putIRegA( regDLo, mkexpr(irt_resLo), condT, Ijk_Boring ); in decode_V6MEDIA_instruction() 10752 nCC(conq), regDHi, regN, regM, regDLo ); in decode_V6MEDIA_instruction()
|