Home | History | Annotate | Download | only in src

Lines Matching refs:X3

87 X3                 RN 14
113 SMULTB X3,tempVal21,two ;// X3= second val(top 16 bits of tampVal21)*2
116 CMP X3,#0
118 RSBLT X3,X3,#0
119 SMLABBNE X3,QP,X3,QP1
121 RSBLT X3,X3,#0
122 PKHBT Result1,X2,X3,LSL #16 ;// Result1[0-15]=X2[0-15],Result1[16-31]=X3[16-31]
131 SMULTB X3,tempVal43,two ;// X2= first val(top 16 bits of tampVal21)*2
133 CMP X3,#0
137 RSBLT X3,X3,#0
138 SMLABBNE X3,QP,X3,QP1
139 RSBLT X3,X3,#0
140 PKHBT Result2,X2,X3,LSL #16 ;// Result2[0-15]=X2[0-15],Result2[16-31]=X3[0-15]