Home
last modified time | relevance | path

Searched refs:VG_TRC_INNER_COUNTERZERO (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_dispatch_asm.h55 #define VG_TRC_INNER_COUNTERZERO 41 /* TRC only; means bb ctr == 0 */ macro
/external/valgrind/coregrind/m_dispatch/
Ddispatch-mips32-linux.S232 li $2, VG_TRC_INNER_COUNTERZERO
Ddispatch-mips64-linux.S232 li $2, VG_TRC_INNER_COUNTERZERO
Ddispatch-x86-darwin.S236 movl $VG_TRC_INNER_COUNTERZERO, %eax
Ddispatch-x86-solaris.S237 movl $VG_TRC_INNER_COUNTERZERO, %eax
Ddispatch-x86-linux.S237 movl $VG_TRC_INNER_COUNTERZERO, %eax
Ddispatch-arm-linux.S203 mov r1, #VG_TRC_INNER_COUNTERZERO
Ddispatch-arm64-linux.S228 mov x1, #VG_TRC_INNER_COUNTERZERO
Ddispatch-amd64-linux.S246 movq $VG_TRC_INNER_COUNTERZERO, %rax
Ddispatch-amd64-solaris.S246 movq $VG_TRC_INNER_COUNTERZERO, %rax
Ddispatch-s390x-linux.S263 lghi %r0,VG_TRC_INNER_COUNTERZERO
Ddispatch-amd64-darwin.S247 movq $VG_TRC_INNER_COUNTERZERO, %rax
Ddispatch-ppc32-linux.S491 li 6,VG_TRC_INNER_COUNTERZERO
Ddispatch-tilegx-linux.S295 moveli r12, VG_TRC_INNER_COUNTERZERO
Ddispatch-ppc64be-linux.S524 li 6,VG_TRC_INNER_COUNTERZERO
Ddispatch-ppc64le-linux.S615 li 6,VG_TRC_INNER_COUNTERZERO
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c228 case VG_TRC_INNER_COUNTERZERO: return "COUNTERZERO"; in name_of_sched_event()
1388 vg_assert(trc[0] != VG_TRC_INNER_COUNTERZERO); in VG_()
1452 case VG_TRC_INNER_COUNTERZERO: in VG_()