/external/valgrind/none/tests/ppc64/ |
D | 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 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 …]
|
D | 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 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/none/tests/ppc32/ |
D | 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 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 …]
|
D | 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 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/CodeGen/ARM/ |
D | trap.ll | 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC 3 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap -O0 | FileCheck %s -check-prefix=FUNC 4 ; RUN: llc < %s -mtriple=armv7 -mattr=+nacl-trap | FileCheck %s -check-prefix=NACL 8 ; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \ 9 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \ 11 ; RUN: llc -verify-machineinstrs -fast-isel -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \ 12 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \ 35 ; DARWIN: trap 49 ; ENCODING-NACL: f0 de fe e7 trap 51 ; ENCODING-ARM: fe de ff e7 trap [all …]
|
D | fnattr-trap.ll | 2 ; RUN: llc < %s -mtriple=arm-unknown-unknown -trap-func=trap_llc | FileCheck %s -check-prefix=TRAP 5 ; NOOPTION: trap{{$}} 11 call void @llvm.trap() 22 call void @llvm.trap() #0 33 call void @llvm.trap() #1 37 declare void @llvm.trap() nounwind 39 attributes #0 = { "trap-func-name"="trap_func_attr0" } 40 attributes #1 = { "trap-func-name"="trap_func_attr1" }
|
/external/v8/src/wasm/ |
D | wasm-interpreter.cc | 170 static inline int32_t ExecuteI32DivS(int32_t a, int32_t b, TrapReason* trap) { in ExecuteI32DivS() argument 172 *trap = kTrapDivByZero; in ExecuteI32DivS() 176 *trap = kTrapDivUnrepresentable; in ExecuteI32DivS() 183 TrapReason* trap) { in ExecuteI32DivU() argument 185 *trap = kTrapDivByZero; in ExecuteI32DivU() 191 static inline int32_t ExecuteI32RemS(int32_t a, int32_t b, TrapReason* trap) { in ExecuteI32RemS() argument 193 *trap = kTrapRemByZero; in ExecuteI32RemS() 201 TrapReason* trap) { in ExecuteI32RemU() argument 203 *trap = kTrapRemByZero; in ExecuteI32RemU() 209 static inline uint32_t ExecuteI32Shl(uint32_t a, uint32_t b, TrapReason* trap) { in ExecuteI32Shl() argument [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | trap-01.ll | 5 declare void @llvm.trap() 13 tail call void @llvm.trap() 17 ; Check conditional compare immediate and trap 28 tail call void @llvm.trap() 35 ; Check conditional compare grande immediate and trap 46 tail call void @llvm.trap() 53 ; Check conditional compare logical immediate and trap 64 tail call void @llvm.trap() 71 ; Check conditional compare grande logical immediate and trap 82 tail call void @llvm.trap() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | trap.ll | 3 ; GCN: warning: <unknown>:0:0: in function trap void (): trap handler not supported 5 declare void @llvm.trap() #0 7 ; GCN-LABEL: {{^}}trap: 10 define void @trap() { 11 call void @llvm.trap()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | overflow-intrinsics.ll | 23 ; CHECK: br i1 false, label %trap, label %cont, !nosanitize !0 24 br i1 %1, label %trap, label %cont, !nosanitize !{} 26 trap: ; preds = %for.body 27 tail call void @llvm.trap() #2, !nosanitize !{} 53 ; CHECK: br i1 false, label %trap, label %cont, !nosanitize !0 54 br i1 %1, label %trap, label %cont, !nosanitize !{} 56 trap: ; preds = %for.body 57 tail call void @llvm.trap(), !nosanitize !{} 83 ; CHECK: br i1 false, label %trap, label %cont, !nosanitize !0 84 br i1 %1, label %trap, label %cont, !nosanitize !{} [all …]
|
/external/llvm/test/Instrumentation/BoundsChecking/ |
D | 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()
|
D | simple.ll | 18 ; CHECK-NOT: trap 28 ; CHECK: trap 43 ; CHECK: trap 53 ; CHECK: trap 61 ; CHECK: trap 71 ; CHECK: trap 79 ; CHECK-NOT: trap 88 ; CHECK: trap 98 ; CHECK-NOT: trap 107 ; CHECK-NOT: trap [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | overflow-intrinsics.ll | 24 br i1 %tmp1, label %trap, label %cont, !nosanitize !{} 26 trap: ; preds = %for.body 27 tail call void @llvm.trap() #2, !nosanitize !{} 59 br i1 %tmp1, label %trap, label %cont, !nosanitize !{} 61 trap: ; preds = %for.body 90 br i1 %tmp1, label %trap, label %cont, !nosanitize !{} 92 trap: ; preds = %for.body 121 br i1 %tmp1, label %trap, label %for.body, !nosanitize !{} 123 trap: ; preds = %for.body 124 tail call void @llvm.trap() #2, !nosanitize !{} [all …]
|
/external/llvm/test/CodeGen/NVPTX/ |
D | surf-write-cuda.ll | 6 declare void @llvm.nvvm.sust.b.1d.i32.trap(i64, i32, i32) 14 ; SM20: sust.b.1d.b32.trap [%rd[[SURFREG]], {%r{{[0-9]+}}}], {%r{{[0-9]+}}} 16 ; SM30: sust.b.1d.b32.trap [%rd[[SURFREG]], {%r{{[0-9]+}}}], {%r{{[0-9]+}}} 17 tail call void @llvm.nvvm.sust.b.1d.i32.trap(i64 %img, i32 %idx, i32 %val) 31 ; SM20: sust.b.1d.b32.trap [surf0, {%r{{[0-9]+}}}], {%r{{[0-9]+}}} 32 ; SM30: sust.b.1d.b32.trap [%rd[[SURFREG]], {%r{{[0-9]+}}}], {%r{{[0-9]+}}} 33 tail call void @llvm.nvvm.sust.b.1d.i32.trap(i64 %surfHandle, i32 %idx, i32 %val)
|
D | surf-read-cuda.ll | 6 declare i32 @llvm.nvvm.suld.1d.i32.trap(i64, i32) 14 ; SM20: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [%rd[[SURFREG]], {%r{{[0-9]+}}}] 16 ; SM30: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [%rd[[SURFREG]], {%r{{[0-9]+}}}] 17 %val = tail call i32 @llvm.nvvm.suld.1d.i32.trap(i64 %img, i32 %idx) 34 ; SM20: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [surf0, {%r{{[0-9]+}}}] 35 ; SM30: suld.b.1d.b32.trap {%r[[RED:[0-9]+]]}, [%rd[[SURFHANDLE]], {%r{{[0-9]+}}}] 36 %val = tail call i32 @llvm.nvvm.suld.1d.i32.trap(i64 %surfHandle, i32 %idx)
|
/external/strace/linux/sparc64/ |
D | get_scno.c | 6 unsigned long trap; in arch_get_scno() local 8 trap = ptrace(PTRACE_PEEKTEXT, tcp->pid, (void *) sparc_regs.tpc, 0); in arch_get_scno() 11 trap >>= 32; in arch_get_scno() 12 switch (trap) { in arch_get_scno()
|
/external/v8/src/runtime/ |
D | runtime-proxy.cc | 37 Handle<Object> trap; in RUNTIME_FUNCTION() local 39 isolate, trap, in RUNTIME_FUNCTION() 43 if (trap->IsUndefined(isolate)) { in RUNTIME_FUNCTION() 67 Execution::Call(isolate, trap, handler, arraysize(trap_args), trap_args)); in RUNTIME_FUNCTION() 91 Handle<Object> trap; in RUNTIME_FUNCTION() local 93 isolate, trap, in RUNTIME_FUNCTION() 97 if (trap->IsUndefined(isolate)) { in RUNTIME_FUNCTION() 124 Execution::Call(isolate, trap, handler, arraysize(trap_args), trap_args)); in RUNTIME_FUNCTION()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 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/include/llvm/IR/ |
D | IntrinsicsNVVM.td | 2038 // .trap variants 2042 "llvm.nvvm.suld.1d.i8.trap">; 2046 "llvm.nvvm.suld.1d.i16.trap">; 2050 "llvm.nvvm.suld.1d.i32.trap">; 2054 "llvm.nvvm.suld.1d.i64.trap">; 2058 "llvm.nvvm.suld.1d.v2i8.trap">; 2062 "llvm.nvvm.suld.1d.v2i16.trap">; 2066 "llvm.nvvm.suld.1d.v2i32.trap">; 2070 "llvm.nvvm.suld.1d.v2i64.trap">; 2074 "llvm.nvvm.suld.1d.v4i8.trap">; [all …]
|
/external/llvm/test/MC/ARM/ |
D | coff-relocations.s | 49 trap 56 @ CHECK-ENCODING-NEXT: trap 64 trap 71 @ CHECK-ENCODING-NEXT: trap 79 trap 86 @ CHECK-ENCODING-NEXT: trap
|
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/ |
D | 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
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
D | trap.ll | 7 ; CHECK: trap 8 call void @llvm.trap() 12 declare void @llvm.trap() nounwind
|
/external/llvm/test/CodeGen/Thumb/ |
D | trap.ll | 7 ; CHECK: trap 8 call void @llvm.trap() 12 declare void @llvm.trap() nounwind
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | 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
|
/external/llvm/test/Transforms/WholeProgramDevirt/ |
D | devirt-single-impl-check.ll | 25 br i1 %p, label %cont, label %trap 33 trap: 34 call void @llvm.trap() 39 declare void @llvm.trap()
|