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
67 FETCH_B w3, 1, 1 // w3<- CC
69 GET_VREG w1, w3 // w1<- vCC (requested index)
71 ldr w3, [x0, #MIRROR_ARRAY_LENGTH_OFFSET] // w3<- arrayObj->length
75 cmp w1, w3 // compare unsigned index, length
123 ldr w3, [x0, #MIRROR_ARRAY_LENGTH_OFFSET] // w3<- array length
125 SET_VREG w3, w2 // vB<- length
133 lsr w3, wINST, #8 // w3<- AA
135 GET_VREG w1, w3 // w1<- vAA (array object)