Lines Matching refs:ip

32     GET_INST_OPCODE ip                  @ extract opcode from rINST
34 GOTO_OPCODE ip @ jump to next instruction
65 GET_INST_OPCODE ip @ extract opcode from rINST
67 GOTO_OPCODE ip @ jump to next instruction
95 GET_INST_OPCODE ip @ extract opcode from rINST
97 GOTO_OPCODE ip @ jump to next instruction
131 GET_INST_OPCODE ip @ extract opcode from rINST
133 GOTO_OPCODE ip @ jump to next instruction
163 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
166 CLEAR_SHADOW_PAIR rINST, lr, ip @ Zero out the shadow regs
170 GET_INST_OPCODE ip @ extract opcode from rINST
172 GOTO_OPCODE ip @ jump to next instruction
198 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
201 CLEAR_SHADOW_PAIR rINST, ip, lr @ Zero shadow regs
205 GET_INST_OPCODE ip @ extract opcode from rINST
207 GOTO_OPCODE ip @ jump to next instruction
226 GET_INST_OPCODE ip @ extract opcode from rINST
228 GOTO_OPCODE ip @ jump to next instruction
250 GET_INST_OPCODE ip @ extract opcode from rINST
252 GOTO_OPCODE ip @ jump to next instruction
269 CLEAR_SHADOW_PAIR rINST, ip, lr @ Zero shadow regs
273 GET_INST_OPCODE ip @ extract opcode from rINST
275 GOTO_OPCODE ip @ jump to next instruction
292 CLEAR_SHADOW_PAIR rINST, ip, lr @ Zero shadow regs
295 GET_INST_OPCODE ip @ extract opcode from rINST
297 GOTO_OPCODE ip @ jump to next instruction
351 sbcs ip, r1, r3 @ Sets correct CCs for checking LT (but not EQ/NE)
352 mov ip, #0
353 mvnlt ip, #0 @ -1
355 orrne ip, #1
357 SET_VREG ip, r9 @ vAA<- ip
358 GET_INST_OPCODE ip @ extract opcode from rINST
359 GOTO_OPCODE ip @ jump to next instruction
387 GET_INST_OPCODE ip @ extract opcode from rINST
389 GOTO_OPCODE ip @ jump to next instruction
416 GET_INST_OPCODE ip @ extract opcode from rINST
418 GOTO_OPCODE ip @ jump to next instruction
446 GET_INST_OPCODE ip @ extract opcode from rINST
448 GOTO_OPCODE ip @ jump to next instruction
476 GET_INST_OPCODE ip @ extract opcode from rINST
478 GOTO_OPCODE ip @ jump to next instruction
546 mul ip, r2, r1 @ ip<- ZxW
548 mla r2, r0, r3, ip @ r2<- YxX + (ZxW)
551 CLEAR_SHADOW_PAIR r0, lr, ip @ Zero out the shadow regs
554 GET_INST_OPCODE ip @ extract opcode from rINST
556 GOTO_OPCODE ip @ jump to next instruction
574 mul ip, r2, r1 @ ip<- ZxW
576 mla r2, r0, r3, ip @ r2<- YxX + (ZxW)
580 GET_INST_OPCODE ip @ extract opcode from rINST
582 GOTO_OPCODE ip @ jump to next instruction
643 GET_INST_OPCODE ip @ extract opcode from rINST
645 GOTO_OPCODE ip @ jump to next instruction
675 GET_INST_OPCODE ip @ extract opcode from rINST
677 GOTO_OPCODE ip @ jump to next instruction
708 GET_INST_OPCODE ip @ extract opcode from rINST
710 GOTO_OPCODE ip @ jump to next instruction
741 GET_INST_OPCODE ip @ extract opcode from rINST
743 GOTO_OPCODE ip @ jump to next instruction
785 CLEAR_SHADOW_PAIR r9, lr, ip @ Zero out the shadow regs
791 subs ip, r2, #32 @ ip<- r2 - 32
792 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32)
795 GET_INST_OPCODE ip @ extract opcode from rINST
797 GOTO_OPCODE ip @ jump to next instruction
808 CLEAR_SHADOW_PAIR r9, lr, ip @ Zero out the shadow regs
815 subs ip, r2, #32 @ ip<- r2 - 32
817 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32)
819 GET_INST_OPCODE ip @ extract opcode from rINST
821 GOTO_OPCODE ip @ jump to next instruction
847 CLEAR_SHADOW_PAIR r9, lr, ip @ Zero out the shadow regs
853 subs ip, r2, #32 @ ip<- r2 - 32
854 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32)
857 GET_INST_OPCODE ip @ extract opcode from rINST
859 GOTO_OPCODE ip @ jump to next instruction
870 CLEAR_SHADOW_PAIR r9, lr, ip @ Zero out the shadow regs
877 subs ip, r2, #32 @ ip<- r2 - 32
879 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32)
881 GET_INST_OPCODE ip @ extract opcode from rINST
883 GOTO_OPCODE ip @ jump to next instruction
921 CLEAR_SHADOW_PAIR r9, lr, ip @ Zero out the shadow regs
927 subs ip, r2, #32 @ ip<- r2 - 32
928 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32)
931 GET_INST_OPCODE ip @ extract opcode from rINST
933 GOTO_OPCODE ip @ jump to next instruction
944 CLEAR_SHADOW_PAIR r9, lr, ip @ Zero out the shadow regs
951 subs ip, r2, #32 @ ip<- r2 - 32
953 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32)
955 GET_INST_OPCODE ip @ extract opcode from rINST
957 GOTO_OPCODE ip @ jump to next instruction