Home | History | Annotate | Download | only in mips

Lines Matching full:rpc

20     move    rPC, a1                             # restore Dalvik pc
36 move rPC, a0 # set up dalvik pc
45 move a0, rPC # pass our target PC
52 move a0, rPC # pass our target PC
80 move a0, rPC # pass our target PC
93 move rPC, a1 # restore Dalvik pc
111 move rPC, a0
126 * rPC <= Dalvik PC of instrucion to interpret
134 move rPC, a0 # set up dalvik pc
158 move a0, rPC
163 move a1, rPC # arg1 of translation may need this
176 lw rPC, (ra) # get our target PC
178 move a0, rPC
186 move a1, rPC # arg1 of translation may need this
207 * the following 32-bit word contains the target rPC value.
221 lw rPC, (ra) # get our target PC
226 move a0, rPC
234 move a1, rPC # arg1 of translation may need this
250 move a0, rPC
255 move a1, rPC # arg1 of translation may need this
278 move a0, rPC
283 move a1, rPC # arg1 of translation may need this
292 * rSELF & rFP were preserved in the translated code, and rPC has
307 * r0 holds pJifProfTAble, rINST is loaded, rPC is current and
320 * rPC <= Dalvik PC
324 srl a3, rPC, 12 # cheap, but fast hash function
325 xor a3, a3, rPC
339 move a0, rPC
344 move a1, rPC # arg1 of translation may need this
412 * rPC, rFP, rSELF: the values that they should contain
416 move a0, rPC # r0 <- program counter
485 * NOTE: this adjusts rPC to account for the difference in instruction width.
506 add rPC, rPC, 4 # adjust pc to make return consistent
644 sw rPC, (offStackSaveArea_savedPc)(rBIX)
656 move rPC, a2 # Publish new rPC
686 sw rPC, offThread_pc(rSELF) # update interpSave.pc
811 move rPC, rOBJ # publish new rPC
823 move rPC, rOBJ # publish new rPC
832 sw rPC, offThread_pc(rSELF) # update interpSave.pc
887 subu a1, rPC, a1
916 EAS1(rPC, a3, a0)
935 sw rPC, offThread_pc(rSELF)
957 subu a1, rPC, a1
1017 move a1, rPC
1032 LOAD_PC_FP_FROM_SELF() # pull rPC and rFP out of thread
1034 FETCH_INST() # load rINST from rPC