Lines Matching refs:ip
323 mov ip, #0 @ set ip to 0
324 str ip, [sp] @ store NULL for method* at bottom of frame
325 ldr ip, [r0, #METHOD_QUICK_CODE_OFFSET_32] @ get pointer to the code
326 blx ip @ call the method
328 ldr ip, [sp, #24] @ load the result pointer
329 strd r0, [ip] @ store r0/r1 into result pointer
501 ldr ip, [r2, #CLASS_OFFSET]
503 cmp r3, ip @ value's type == array's component type - trivial assignability
524 mov r1, ip
1199 mul ip, r2, r1 @ ip<- ZxW
1201 mla r2, r0, r3, ip @ r2<- YxX + (ZxW)
1228 subs ip, r2, #32 @ ip<- r2 - 32
1229 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32)
1250 subs ip, r2, #32 @ ip<- r2 - 32
1251 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32)
1272 subs ip, r2, #32 @ ip<- r2 - 32
1273 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32)