Home | History | Annotate | Download | only in m_dispatch

Lines Matching refs:VG_

42 /*--- The dispatch loop.  VG_(disp_run_translations) is    ---*/
53 void VG_(disp_run_translations)( UWord* two_words,
58 .globl VG_(disp_run_translations)
59 .type VG_(disp_run_translations), @function
60 VG_(disp_run_translations):
65 /* ----- entry point to VG_(disp_run_translations) ----- */
81 lis 6,VG_(machine_ppc32_has_FP)@ha
82 lwz 6,VG_(machine_ppc32_has_FP)@l(6)
133 lis 6,VG_(machine_ppc32_has_VMX)@ha
134 lwz 6,VG_(machine_ppc32_has_VMX)@l(6)
198 lis 6,VG_(machine_ppc32_has_FP)@ha
199 lwz 6,VG_(machine_ppc32_has_FP)@l(6)
215 lis 6,VG_(machine_ppc32_has_VMX)@ha
216 lwz 6,VG_(machine_ppc32_has_VMX)@l(6)
237 VG_(cp_...) below. */
256 lis 10,VG_(machine_ppc32_has_FP)@ha
257 lwz 10,VG_(machine_ppc32_has_FP)@l(10)
260 lis 11,VG_(machine_ppc32_has_VMX)@ha
261 lwz 11,VG_(machine_ppc32_has_VMX)@l(11)
304 /* r10 already holds VG_(machine_ppc32_has_FP) value */
329 /* r11 already holds VG_(machine_ppc32_has_VMX) value */
405 .global VG_(disp_cp_chain_me_to_slowEP)
406 VG_(disp_cp_chain_me_to_slowEP):
421 .global VG_(disp_cp_chain_me_to_fastEP)
422 VG_(disp_cp_chain_me_to_fastEP):
437 .global VG_(disp_cp_xindir)
438 VG_(disp_cp_xindir):
443 lis 5,VG_(stats__n_xindirs_32)@ha
444 addi 5,5,VG_(stats__n_xindirs_32)@l
449 /* r5 = &VG_(tt_fast) */
450 lis 5,VG_(tt_fast)@ha
451 addi 5,5,VG_(tt_fast)@l /* & VG_(tt_fast) */
457 add 5,5,4 /* & VG_(tt_fast)[entry#] */
469 lis 5,VG_(stats__n_xindir_misses_32)@ha
470 addi 5,5,VG_(stats__n_xindir_misses_32)@l
481 .global VG_(disp_cp_xassisted)
482 VG_(disp_cp_xassisted):
489 .global VG_(disp_cp_evcheck_fail)
490 VG_(disp_cp_evcheck_fail):
496 .size VG_(disp_run_translations), .-VG_(disp_run_translations)