Home
last modified time | relevance | path

Searched refs:jb (Results 1 – 25 of 194) sorted by relevance

12345678

/external/llvm/test/CodeGen/WinEH/
Dwineh-setjmp.ll5 @jb = external global i8
16 ; CHECK: invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 3, void (i8*)* @__CxxLongjmpUnwind, i32 …
17 %inv = invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0) #2
24 ; CHECK: call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 3, void (i8*)* @__CxxLongjmpUnwind, i32 -1…
25 call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0)
34 ; CHECK: call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 3, void (i8*)* @__CxxLongjmpUnwind, i32 %[…
35 %cal = call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0) [ "funclet"(token %cp) ]
48 ; CHECK: invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 2, void (i8*)* @_seh_longjmp_unwind, i32…
49 %inv = invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0) #2
55 ; CHECK: call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 2, void (i8*)* @_seh_longjmp_unwind, i32 -…
[all …]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/
Dreverse_copy.pass.cpp36 int jb[sb] = {-1}; in test() local
37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test()
38 assert(base(r) == jb+sb); in test()
39 assert(jb[0] == 1); in test()
40 assert(jb[1] == 0); in test()
/external/libjpeg-turbo/
Djcstest.c48 jmp_buf jb; member
55 longjmp(myerr->jb, 1); in my_error_exit()
80 if(setjmp(jerr.jb)) { in main()
107 if(setjmp(jerr.jb)) { in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dsetjmp_h.pass.cpp21 jmp_buf jb; in main() local
22 ((void)jb); // Prevent unused warning in main()
23 static_assert((std::is_same<decltype(longjmp(jb, 0)), void>::value), in main()
/external/clang/test/CodeGen/
Dms-setjmp.c12 jmp_buf jb; variable
15 return _setjmp(jb); in test_setjmp()
27 return _setjmpex(jb); in test_setjmpex()
/external/libcxx/test/std/language.support/support.runtime/
Dcsetjmp.pass.cpp21 std::jmp_buf jb; in main() local
22 ((void)jb); // Prevent unused warning in main()
23 static_assert((std::is_same<decltype(std::longjmp(jb, 0)), void>::value), in main()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
Dunique_copy.pass.cpp38 int jb[sb] = {-1}; in test() local
39 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test()
40 assert(base(r) == jb + sb); in test()
41 assert(jb[0] == 0); in test()
42 assert(jb[1] == 1); in test()
Dunique_copy_pred.pass.cpp51 int jb[sb] = {-1}; in test() local
53 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb), count_equal()); in test()
54 assert(base(r) == jb + sb); in test()
55 assert(jb[0] == 0); in test()
56 assert(jb[1] == 1); in test()
/external/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c92 sigjmp_buf jb; variable
97 siglongjmp(jb, 1); in sigill()
124 if (sigsetjmp(jb, 1) == 0) in main4()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcompare-inf.ll8 ; CHECK: jb
17 ; CHECK: jb
44 ; CHECK: jb
53 ; CHECK: jb
Dswitch-bt.ll8 ; CHECK-NEXT: jb
11 ; CHECK-NEXT: jb
63 ; CHECK-NEXT: jb
/external/syslinux/memdisk/
Dmemmove.S49 jb 1f
62 jb 13f
104 jb 23f
/external/syslinux/com32/lib/
Dmemmove.S54 jb 2f
68 jb 13f
120 jb 23f
/external/llvm/test/CodeGen/X86/
Dbt.ll25 ; CHECK-NEXT: jb .LBB0_2
45 ; CHECK-NEXT: jb .LBB1_2
65 ; CHECK-NEXT: jb .LBB2_2
85 ; CHECK-NEXT: jb .LBB3_2
105 ; CHECK-NEXT: jb .LBB4_2
125 ; CHECK-NEXT: jb .LBB5_2
425 ; CHECK-NEXT: jb .LBB20_2
445 ; CHECK-NEXT: jb .LBB21_2
465 ; CHECK-NEXT: jb .LBB22_2
485 ; CHECK-NEXT: jb .LBB23_2
[all …]
Dcompare-inf.ll10 ; CHECK: jb
25 ; CHECK: jb
70 ; CHECK: jb
85 ; CHECK: jb
Dhipe-prologue.ll29 ; X32-Linux-NEXT: jb .LBB1_1
39 ; X64-Linux-NEXT: jb .LBB1_1
/external/libjpeg-turbo/simd/
Djdcolext-mmx.asm244 jb short .column_st16
263 jb short .column_st8
272 jb short .column_st4
280 jb short .column_st2
288 jb short .column_st1
295 jb short .nextrow
332 jb short .column_st16
351 jb short .column_st8
360 jb short .column_st4
367 jb short .nextrow
Djdcolext-sse2-64.asm245 jb short .column_st32
271 jb short .column_st16
280 jb short .column_st15
289 jb short .column_st7
298 jb short .column_st3
308 jb short .column_st1
354 jb short .column_st32
381 jb short .column_st16
390 jb short .column_st15
399 jb short .column_st7
Djdcolext-sse2.asm257 jb short .column_st32
284 jb short .column_st16
293 jb short .column_st15
302 jb short .column_st7
311 jb short .column_st3
321 jb short .column_st1
367 jb short .column_st32
395 jb short .column_st16
404 jb short .column_st15
413 jb short .column_st7
/external/syslinux/core/lzo/
Dlzo_asm.h190 # define TEST_IP_R(r) cmpl r,INEND ; jb .L_input_overrun
198 # define TEST_OP_R(r) cmpl r,OUTEND ; jb .L_output_overrun
206 # define TEST_LOOKBEHIND(r) cmpl OUTP,r ; jb .L_lookbehind_overrun
Dlzo1c_d.ash54 jb .LM2
57 jb .LN3
83 jb .LIT
Dlzo1x_d.ash169 jb .LM3MATCH
226 jb .LM4MATCH
243 jb .LCOPYBYTE
329 jb .LM1MATCH
/external/llvm/test/MC/MachO/
Drelax-jumps.s17 jb L2
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Drelax-jumps.s21 jb L2
/external/compiler-rt/lib/builtins/x86_64/
Dchkstk.S24 jb 1f

12345678