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):
111 VG_(cp_...) below. */
176 .global VG_(disp_cp_chain_me_to_slowEP)
177 VG_(disp_cp_chain_me_to_slowEP):
184 /* 10 = movabsq $VG_(disp_chain_me_to_slowEP), %r11;
190 .global VG_(disp_cp_chain_me_to_fastEP)
191 VG_(disp_cp_chain_me_to_fastEP):
198 /* 10 = movabsq $VG_(disp_chain_me_to_fastEP), %r11;
204 .global VG_(disp_cp_xindir)
205 VG_(disp_cp_xindir):
210 addl $1, VG_(stats__n_xindirs_32)
213 movabsq $VG_(tt_fast), %rcx
228 addl $1, VG_(stats__n_xindir_misses_32)
235 .global VG_(disp_cp_xassisted)
236 VG_(disp_cp_xassisted):
243 .global VG_(disp_cp_evcheck_fail)
244 VG_(disp_cp_evcheck_fail):
250 .size VG_(disp_run_translations), .-VG_(disp_run_translations)