Home | History | Annotate | Download | only in x86-atom

Lines Matching defs:rPC

44     * %esi         rPC       interpreted program counter, used for fetching
66 #define rPC %esi
90 movl rPC, offGlue_pc(\_reg)
100 movl offGlue_pc(rFP), rPC
115 movl rPC, (-sizeofStackSaveArea + offStackSaveArea_currentPc)(rFP)
144 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
148 movzwl (rPC), rINST
152 * Fetch the next instruction from the specified offset. Advances rPC
161 add $$(\_count*2), rPC
162 movzwl (rPC), rINST
167 * rPC to point to the next instruction. "_reg" must specify the distance
172 addl \_reg, rPC
173 movzwl (rPC), rINST
178 * "_count" value is in 16-bit code units. Does not advance rPC.
184 movzwl (\_count*2)(rPC), \_reg
189 * "_count" value is in 16-bit code units. Does not advance rPC.
194 movswl (\_count*2)(rPC), \_reg
199 * "_count" value is in 16-bit code units. Does not advance rPC.
205 movzbl (\_count*2)(rPC), \_reg
210 * "_count" value is in 16-bit code units. Does not advance rPC.
216 movzbl (\_count*2 + 1)(rPC), \_reg
221 * "_count" value is in 16-bit code units. Does not advance rPC.
226 movsbl (\_count*2 + 1)(rPC), \_reg
237 movzbl (\_count*2+\_byte)(rPC), \_reg
267 movzbl (rPC), \_rFinish
271 movzbl 1(rPC), rINST
282 movzbl (\_count*2)(rPC), \_rFinish
286 movzbl (\_count*2 + 1)(rPC), rINST
287 addl $$(\_count*2), rPC
292 movzbl 1(rPC), rINST
297 movzbl (\_count*2)(rPC), \_rFinish
306 addl $$(\_count*2), rPC
310 movzbl 1(rPC), rINST
315 movzbl (rPC, \_reg), \_rFinish
324 addl \_reg, rPC
325 movzbl 1(rPC, \_reg), rINST
336 movzbl (\_reg, rPC), \_rFinish
340 movzbl 1(\_reg, rPC), rINST
341 addl \_reg, rPC
354 movzbl (rPC), \_rFinish
355 movzbl 1(rPC), rINST
368 movzbl (\_count*2)(rPC), \_rFinish
369 movzbl (\_count*2 + 1)(rPC), rINST
370 addl $$(\_count*2), rPC
382 movzbl (\_reg, rPC), \_rFinish
383 movzbl 1(\_reg, rPC), rINST
384 addl \_reg, rPC
405 movzbl (rPC), rFinish
406 movzbl 1(rPC), rINST
418 movzbl (\_count*2)(rPC), rFinish
419 movzbl (\_count*2 + 1)(rPC), rINST
420 addl $$(\_count*2), rPC
432 movzbl (\_reg, rPC), \_rFinish
433 movzbl 1(\_reg, rPC), rINST
434 addl \_reg, rPC