Searched refs:regDLo (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 10623 UInt regDHi = 99, regN = 99, regM = 99, regDLo = 99, bitM = 99, bitN = 99; in decode_V6MEDIA_instruction() local 10631 regDLo = INSNT1(15,12); in decode_V6MEDIA_instruction() 10635 && !isBadRegT(regDLo) && regDHi != regDLo) in decode_V6MEDIA_instruction() 10644 regDLo = INSNA(15,12); in decode_V6MEDIA_instruction() 10647 if (regDHi != 15 && regN != 15 && regM != 15 && regDLo != 15 && in decode_V6MEDIA_instruction() 10648 regDHi != regDLo) in decode_V6MEDIA_instruction() 10675 isT ? getIRegT(regDLo) : getIRegA(regDLo)) ); in decode_V6MEDIA_instruction() 10682 putIRegT( regDLo, mkexpr(irt_resLo), condT ); in decode_V6MEDIA_instruction() 10685 putIRegA( regDLo, mkexpr(irt_resLo), condT, Ijk_Boring ); in decode_V6MEDIA_instruction() 10690 nCC(conq), regDHi, regN, regM, regDLo ); in decode_V6MEDIA_instruction()
|