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

Lines Matching refs:rFinish

73 #define rFinish %edx
310 * rFinish should be the same register containing the opcode value.
312 * potential stalls due to the wait for rFINISH.
324 * rFinish should be the same register containing the opcode value.
326 * potential stalls due to the wait for rFINISH.
338 * rFinish should be the same register containing the opcode value.
340 * potential stalls due to the wait for rFINISH.
351 * be called after a FINISH_FETCH* instruction where rFinish should be the
353 * FINISH in order to reduce or remove potential stalls due to the wait for rFINISH.
363 * split up the fetch for rFinish and the jump using rFinish.
367 movzbl (rPC), rFinish
369 jmp *dvmAsmInstructionJmpTable(,rFinish, 4)
375 * but it should be faster if we split up the fetch for rFinish
376 * and the jump using rFinish.
380 movzbl (\_count*2)(rPC), rFinish
383 jmp *dvmAsmInstructionJmpTable(,rFinish, 4)
389 * but it should be faster if we split up the fetch for rFinish
390 * and the jump using rFinish.