Lines Matching refs:w3
10 FETCH_B w3, 1, 1 // w3<- CC
12 GET_VREG w1, w3 // w1<- vCC (requested index)
14 ldr w3, [x0, #MIRROR_ARRAY_LENGTH_OFFSET] // w3<- arrayObj->length
16 cmp w1, w3 // compare unsigned index, length
66 FETCH_B w3, 1, 1 // w3<- CC
68 GET_VREG w1, w3 // w1<- vCC (requested index)
70 ldr w3, [x0, #MIRROR_ARRAY_LENGTH_OFFSET] // w3<- arrayObj->length
74 cmp w1, w3 // compare unsigned index, length
122 ldr w3, [x0, #MIRROR_ARRAY_LENGTH_OFFSET] // w3<- array length
124 SET_VREG w3, w2 // vB<- length
132 lsr w3, wINST, #8 // w3<- AA
134 GET_VREG w1, w3 // w1<- vAA (array object)