Lines Matching refs:rA
10159 UInt rD = 99, rN = 99, rM = 99, rA = 99; in decode_V6MEDIA_instruction() local
10165 rA = INSNT1(15,12); in decode_V6MEDIA_instruction()
10168 if (!isBadRegT(rD) && !isBadRegT(rN) && !isBadRegT(rM) && rA != 13) in decode_V6MEDIA_instruction()
10175 rA = INSNA(15,12); in decode_V6MEDIA_instruction()
10187 IRExpr* rAe = rA == 15 ? mkU32(0) in decode_V6MEDIA_instruction()
10188 : (isT ? getIRegT(rA) : getIRegA(rA)); in decode_V6MEDIA_instruction()
10197 if (rA == 15) { in decode_V6MEDIA_instruction()
10202 nCC(conq), rD, rN, rM, rA ); in decode_V6MEDIA_instruction()
17617 UInt rA = INSN1(15,12); in disInstr_THUMB_WRK() local
17621 && !isBadRegT(rM) && !isBadRegT(rA)) { in disInstr_THUMB_WRK()
17626 getIRegT(rA), in disInstr_THUMB_WRK()
17630 isMLA ? "mla" : "mls", rD, rN, rM, rA); in disInstr_THUMB_WRK()