HomeSort by relevance Sort by last modified time
    Searched full:trap (Results 1 - 25 of 858) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/ppc64/
twi_tdi.stdout.exp 1 twi_0_neg100(-150) -> no trap
2 twi_0_neg100(-100) -> no trap
3 twi_0_neg100( -50) -> no trap
4 twi_1_neg100(-150) -> no trap
5 twi_1_neg100(-100) -> no trap
6 twi_1_neg100( -50) -> TRAP
7 twi_2_neg100(-150) -> TRAP
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
10 twi_3_neg100(-150) -> TRAP
    [all...]
tw_td.stdout.exp 1 tw_0(-150,-100) -> no trap
2 tw_0(-100,-100) -> no trap
3 tw_0( -50,-100) -> no trap
4 tw_1(-150,-100) -> no trap
5 tw_1(-100,-100) -> no trap
6 tw_1( -50,-100) -> TRAP
7 tw_2(-150,-100) -> TRAP
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
10 tw_3(-150,-100) -> TRAP
    [all...]
  /external/valgrind/main/none/tests/ppc32/
twi.stdout.exp 1 twi_0_neg100(-150) -> no trap
2 twi_0_neg100(-100) -> no trap
3 twi_0_neg100( -50) -> no trap
4 twi_1_neg100(-150) -> no trap
5 twi_1_neg100(-100) -> no trap
6 twi_1_neg100( -50) -> TRAP
7 twi_2_neg100(-150) -> TRAP
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
10 twi_3_neg100(-150) -> TRAP
    [all...]
tw.stdout.exp 1 tw_0(-150,-100) -> no trap
2 tw_0(-100,-100) -> no trap
3 tw_0( -50,-100) -> no trap
4 tw_1(-150,-100) -> no trap
5 tw_1(-100,-100) -> no trap
6 tw_1( -50,-100) -> TRAP
7 tw_2(-150,-100) -> TRAP
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
10 tw_3(-150,-100) -> TRAP
    [all...]
  /external/llvm/test/CodeGen/Generic/
trap.ll 4 tail call void @llvm.trap( )
8 declare void @llvm.trap() nounwind
  /external/llvm/test/CodeGen/Thumb/
trap.ll 7 ; CHECK: trap
8 call void @llvm.trap()
12 declare void @llvm.trap() nounwind
  /external/clang/test/CodeGen/
bounds-checking.c 6 // CHECK: trap
12 // everything is constant; no trap possible
13 // CHECK-NOT: trap
24 // CHECK: trap
varargs.c 15 // CHECK-NOT: llvm.trap
  /external/llvm/test/CodeGen/ARM/
trap.ll 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
9 ; INSTR: trap
13 call void @llvm.trap()
17 declare void @llvm.trap() nounwind
  /external/llvm/test/CodeGen/XCore/
trap.ll 7 tail call void @llvm.trap( )
11 declare void @llvm.trap() nounwind
  /external/llvm/test/CodeGen/X86/
trap.ll 7 tail call void @llvm.trap( )
19 declare void @llvm.trap() nounwind
  /external/llvm/test/Instrumentation/BoundsChecking/
many-trap.ll 2 ; RUN: opt < %s -bounds-checking -bounds-checking-single-trap -S | FileCheck -check-prefix=SINGLE %s
11 ; CHECK: call void @llvm.trap()
12 ; CHECK: call void @llvm.trap()
13 ; CHECK-NOT: call void @llvm.trap()
14 ; SINGLE: call void @llvm.trap()
15 ; SINGLE-NOT: call void @llvm.trap()
simple.ll 15 ; CHECK-NOT: trap
25 ; CHECK: trap
40 ; CHECK: trap
50 ; CHECK: trap
58 ; CHECK: trap
66 ; CHECK-NOT: trap
75 ; CHECK: trap
85 ; CHECK-NOT: trap
94 ; CHECK-NOT: trap
106 ; CHECK: trap
    [all...]
  /development/cmds/monkey/
monkey 6 trap "" HUP
  /external/clang/test/CodeGenCXX/
vararg-non-pod.cpp 13 // CHECK: call void @llvm.trap()
  /system/core/sh/
trap.c 1 /* $NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $ */
38 static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95";
40 __RCSID("$NetBSD: trap.c,v 1.31 2005/01/11 19:38:57 christos Exp $");
59 #include "trap.h"
76 char *trap[NSIG+1]; /* trap handler commands */ variable
128 * The trap builtin.
140 if (trap[signo] != NULL) {
141 out1fmt("trap -- ");
142 print_quoted(trap[signo])
    [all...]
  /external/llvm/test/Transforms/CodeGenPrepare/
basic.ll 14 br i1 %1, label %T, label %trap
19 trap: ; preds = %0, %entry
20 tail call void @llvm.trap() noreturn nounwind
30 declare void @llvm.trap() nounwind
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
debugreg.h 6 debug registers. Registers 0-3 contain the addresses we wish to trap on */
14 which debugging register was responsible for the trap. The other bits
28 and indicates what types of access we trap on, and how large the data
34 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */
38 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 6 debug registers. Registers 0-3 contain the addresses we wish to trap on */
14 which debugging register was responsible for the trap. The other bits
28 and indicates what types of access we trap on, and how large the data
34 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */
38 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
debugreg.h 6 debug registers. Registers 0-3 contain the addresses we wish to trap on */
14 which debugging register was responsible for the trap. The other bits
28 and indicates what types of access we trap on, and how large the data
34 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */
38 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
  /external/oprofile/events/alpha/ev67/
events 15 event:0x09 counters:0 um:zero minimum:500 name:REPLAY_0 : PCTR0 triggered; replay trap
16 event:0x0a counters:0 um:zero minimum:500 name:LOAD_STORE_0 : PCTR0 triggered; load-store order replay trap
18 event:0x0c counters:0 um:zero minimum:500 name:UNALIGNED_0 : PCTR0 triggered; unaligned load/store trap
24 event:0x12 counters:0 um:zero minimum:500 name:REPLAY_1 : PCTR1 triggered; replay trap
25 event:0x13 counters:0 um:zero minimum:500 name:LOAD_STORE_1 : PCTR1 triggered; load-store order replay trap
27 event:0x15 counters:0 um:zero minimum:500 name:UNALIGNED_1 : PCTR1 triggered; unaligned load/store trap
  /bionic/libm/alpha/
Makefile.inc 10 #CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
  /external/javassist/sample/reflect/
VerboseMetaobj.java 23 System.out.println("** trap: " + getMethodName(identifier) + "() in "
  /external/valgrind/main/coregrind/m_gdbserver/
power-linux.xml 11 <reg name="trap" bitsize="32"/>
power64-linux.xml 11 <reg name="trap" bitsize="64"/>

Completed in 645 milliseconds

1 2 3 4 5 6 7 8 91011>>