Home
last modified time | relevance | path

Searched refs:trap (Results 1 – 25 of 133) sorted by relevance

123456

/external/valgrind/main/none/tests/ppc64/
Dtwi_tdi.stdout.exp1 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
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
11 twi_3_neg100(-100) -> no trap
13 twi_4_neg100(-150) -> no trap
15 twi_4_neg100( -50) -> no trap
[all …]
Dtw_td.stdout.exp1 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
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
11 tw_3(-100,-100) -> no trap
13 tw_4(-150,-100) -> no trap
15 tw_4( -50,-100) -> no trap
[all …]
/external/valgrind/main/none/tests/ppc32/
Dtwi.stdout.exp1 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
8 twi_2_neg100(-100) -> no trap
9 twi_2_neg100( -50) -> no trap
11 twi_3_neg100(-100) -> no trap
13 twi_4_neg100(-150) -> no trap
15 twi_4_neg100( -50) -> no trap
[all …]
Dtw.stdout.exp1 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
8 tw_2(-100,-100) -> no trap
9 tw_2( -50,-100) -> no trap
11 tw_3(-100,-100) -> no trap
13 tw_4(-150,-100) -> no trap
15 tw_4( -50,-100) -> no trap
[all …]
/external/llvm/test/Instrumentation/BoundsChecking/
Dmany-trap.ll2 ; 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()
Dsimple.ll15 ; 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
/external/llvm/test/CodeGen/ARM/
Dtrap.ll2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
7 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \
9 ; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \
10 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \
27 ; INSTR: trap
36 call void @llvm.trap()
43 ; INSTR: trap
56 declare void @llvm.trap() nounwind
Deh-dispcont.ll45 ; ARM-PIC: trap
56 ; ARM-NOPIC: trap
67 ; THUMB1-PIC: trap
80 ; THUMB1-NOPIC: trap
/external/llvm/test/CodeGen/Thumb/
Dtrap.ll7 ; CHECK: trap
8 call void @llvm.trap()
12 declare void @llvm.trap() nounwind
/external/llvm/test/Transforms/CodeGenPrepare/
Dbasic.ll14 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
/external/oprofile/events/alpha/ev67/
Devents15 event:0x09 counters:0 um:zero minimum:500 name:REPLAY_0 : PCTR0 triggered; replay trap
16 …0a counters:0 um:zero minimum:500 name:LOAD_STORE_0 : PCTR0 triggered; load-store order replay trap
18 …t: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 …13 counters:0 um:zero minimum:500 name:LOAD_STORE_1 : PCTR1 triggered; load-store order replay trap
27 …t:0x15 counters:0 um:zero minimum:500 name:UNALIGNED_1 : PCTR1 triggered; unaligned load/store trap
/external/skia/legacy/src/core/
DSkConcaveToTriangles.cpp364 Trapezoid **trap) { in withinActiveTrapezoid() argument
372 *trap = *t; // Return the place where a new trapezoid would go. in withinActiveTrapezoid()
382 *trap = *t; in withinActiveTrapezoid()
389 *trap = NULL; in withinActiveTrapezoid()
590 Trapezoid *trap[2]; in PrintVertices() local
591 vt[i].trapezoids(trap, trap+1); in PrintVertices()
593 if (trap[j] != NULL) { in PrintVertices()
595 trap[j]->left() - vt, in PrintVertices()
596 trap[j]->right() - vt, in PrintVertices()
597 trap[j]->bottom() - vt); in PrintVertices()
[all …]
/external/llvm/test/CodeGen/Generic/
Dtrap.ll4 tail call void @llvm.trap( )
8 declare void @llvm.trap() nounwind
/external/llvm/test/Transforms/SimplifyCFG/
Dswitch-on-const-select.ll29 tail call void @llvm.trap() nounwind
55 tail call void @llvm.trap() nounwind
80 tail call void @llvm.trap()
105 tail call void @llvm.trap()
132 tail call void @llvm.trap()
136 declare void @llvm.trap() nounwind noreturn
Dtrap-debugloc.ll3 ; Assign DebugLoc to trap instruction.
5 ; CHECK: call void @llvm.trap(), !dbg
/external/llvm/test/CodeGen/XCore/
Dtrap.ll7 tail call void @llvm.trap( )
11 declare void @llvm.trap() nounwind
/external/llvm/test/MC/ARM/
Darm_instructions.s5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
8 @ ALL: trap
10 @ NACL: trap
12 trap
Dthumb.s10 trap
11 @ CHECK: trap @ encoding: [0xfe,0xde]
/external/mksh/src/
Dhistrap.c1124 trap = p->set = 1; in trapsig()
1127 if ((p->flags & TF_FATAL) && !p->trap) { in trapsig()
1177 if (p->set && ((p->trap && p->trap[0]) || in trap_pending()
1178 ((p->flags & (TF_DFL_INTR|TF_FATAL)) && !p->trap))) in trap_pending()
1204 trap = 0; in runtraps()
1212 ((p->flags & flag) && p->trap == NULL))) in runtraps()
1228 trapstr = p->trap; in runtrap()
1251 p->trap = NULL; in runtrap()
1265 p->trap = trapstr; in runtrap()
1284 trap = 0; in cleartraps()
[all …]
/external/llvm/test/Feature/
Dintrinsics.ll64 ; CHECK: declare void @llvm.trap() #2
65 declare void @llvm.trap()
67 define void @trap() {
68 call void @llvm.trap()
/external/llvm/test/CodeGen/X86/
Dtrap.ll7 tail call void @llvm.trap( )
19 declare void @llvm.trap() nounwind
Dleaf-fp-elim.ll23 tail call void @llvm.trap()
30 declare void @llvm.trap() nounwind
Dmuloti.ll23 tail call void @llvm.trap()
67 call void @llvm.trap()
81 declare void @llvm.trap() nounwind
/external/valgrind/main/coregrind/
Dm_trampoline.S298 # define UD2_16 trap ; trap ; trap; trap
421 # define UD2_16 trap ; trap ; trap; trap
442 trap
1028 # define UD2_16 trap ; trap ; trap; trap
/external/skia/gyp/
Dpixman_test.gyp36 # '../../../pixman/demos/srgb-trap-test.c',
37 # '../../../pixman/demos/trap-test.c',
40 # '../../../pixman/test/a1-trap-test.c',
63 # '../../../pixman/test/trap-crasher.c',
97 '../../../pixman/pixman/pixman-trap.c',

123456