/external/valgrind/coregrind/ |
pub_core_dispatch_asm.h | 59 #define VG_TRC_CHAIN_ME_TO_FAST_EP 51 /* TRC only; chain to fast EP */
|
/external/valgrind/coregrind/m_dispatch/ |
dispatch-mips32-linux.S | 166 li $2, VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-mips64-linux.S | 166 li $2, VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-arm-linux.S | 142 mov r1, #VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-x86-darwin.S | 189 movl $VG_TRC_CHAIN_ME_TO_FAST_EP, %eax
|
dispatch-x86-linux.S | 190 movl $VG_TRC_CHAIN_ME_TO_FAST_EP, %eax
|
dispatch-x86-solaris.S | 190 movl $VG_TRC_CHAIN_ME_TO_FAST_EP, %eax
|
dispatch-tilegx-linux.S | 208 # if (VG_TRC_CHAIN_ME_TO_FAST_EP > 128) 209 # error ("VG_TRC_CHAIN_ME_TO_FAST_EP is > 128"); 211 moveli r12, VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-amd64-darwin.S | 196 movq $VG_TRC_CHAIN_ME_TO_FAST_EP, %rax
|
dispatch-amd64-linux.S | 197 movq $VG_TRC_CHAIN_ME_TO_FAST_EP, %rax
|
dispatch-amd64-solaris.S | 197 movq $VG_TRC_CHAIN_ME_TO_FAST_EP, %rax
|
dispatch-arm64-linux.S | 162 mov x1, #VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-s390x-linux.S | 193 lghi %r0,VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-ppc32-linux.S | 427 li 6, VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-ppc64be-linux.S | 435 li 6, VG_TRC_CHAIN_ME_TO_FAST_EP
|
dispatch-ppc64le-linux.S | 487 li 6, VG_TRC_CHAIN_ME_TO_FAST_EP
|
/external/valgrind/coregrind/m_scheduler/ |
scheduler.c | 232 case VG_TRC_CHAIN_ME_TO_FAST_EP: return "CHAIN_ME_FAST"; [all...] |