Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dcxa_vec.C55 static jmp_buf jump; variable
80 longjmp (jump, 2); in test0()
85 longjmp (jump, 3); in test0()
108 longjmp (jump, 1); in test1()
119 longjmp (jump, 3); in test1()
142 longjmp (jump, 1); in test2()
153 longjmp (jump, 3); in test2()
190 longjmp (jump, 3); in test3()
191 longjmp (jump, -1); in test3()
227 longjmp (jump, 3); in test4()
[all …]
/openbsd/usr.bin/vi/docs/internals/
H A Dautowrite18 ^^ Y Y Write file and jump.
25 ^] Y Y Write file and jump.
45 :next Y Y Y Write changes and jump.
46 :next Y Y N Write changes and jump.
47 :next Y N Y Abandon changes and jump.
51 :rewind Y Y Y Abandon changes and jump.
52 :rewind Y Y N Write changes and jump.
53 :rewind Y N Y Abandon changes and jump.
59 :tag Y Y Y Abandon changes and jump.
60 :tag Y Y N Write changes and jump.
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Difcvt.c318 rtx jump; in cond_exec_get_condition()
1634 rtx jump; in noce_get_condition()
1643 set = pc_set (jump);
1677 if (insn == jump)
1730 rtx jump, cond; local
1756 jump = test_bb->end;
1849 if_info.jump = jump;
1951 delete_insn (jump);
2534 jump = test_bb->end;
2881 jump = test_bb->end;
[all …]
H A Djump.c2072 rtx jump, nlabel; in redirect_jump_1()
2080 loc = &PATTERN (jump);
2082 redirect_exp_1 (loc, JUMP_LABEL (jump), nlabel, jump);
2098 rtx jump, nlabel; in redirect_jump()
2109 JUMP_LABEL (jump) = nlabel;
2198 invert_jump_1 (jump, nlabel) in invert_jump_1() argument
2199 rtx jump, nlabel; in invert_jump_1()
2204 invert_exp_1 (jump);
2216 rtx jump, nlabel; in invert_jump()
2224 if (! invert_exp (jump))
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S386 if (p0.new) jump:nt .Lfma_ovf
522 if (!p0.new) jump:nt .Lnan
535 if (p1) jump .Lab_inf
539 if (p0) jump .Linvalid
540 if (p2) jump .Lab_true_zero
562 jump .Lfma_begin
570 jump .Lfma_begin
579 if (p0) jump .Lnan
629 if (p0.new) jump:nt .Lnan
670 if (p0.new) jump:nt .Lnan
[all …]
H A Ddfaddsub.S90 if (!NORMAL) jump .Ladd_abnormal // If abnormal, go to special code
138 if (!p0.new) jump:nt .Ladd_ovf_unf
155 jump __qdsp_adddf3
196 if (p0.new) jump:nt .Ladd_zero
208 if (p0.new) jump:nt .Ladd_ovf
270 if (!p0.new) jump:nt .Linvalid_nan_add
278 if (p1.new) jump:nt .Linf_add
282 if (p2.new) jump:nt .LB_zero // so return A or special 0+0
288 if (p0.new) jump:nt .Ladd_two_subnormal
304 jump .Ladd_continue
[all …]
H A Ddfmul.S97 if (!p0) jump .Lmul_abnormal
126 if (!p0.new) jump:nt .Lmul_ovf_unf
188 if (p0.new) jump:nt .Lmul_ovf
192 if (p0.new) jump:nt .Lpossible_unf
298 if (!p0.new) jump:nt .Linvalid_nan
314 if (p1) jump .Ltrue_inf
318 if (p0) jump .Linvalid_zeroinf
319 if (p2) jump .Ltrue_zero // so return zero
329 if (p0.new) jump:nt .Lmul_tiny
344 jump __hexagon_muldf3
H A Ddfdiv.S97 if (!NORMAL) jump .Ldiv_abnormal
215 if (!NO_OVF_UNF) jump .Ldiv_ovf_unf
233 if (P_TMP.new) jump:nt .Ldiv_ovf
237 if (P_TMP.new) jump:nt .Lpossible_unf // round up to normal possible...
373 if (!P_TMP) jump .Ldiv_nan
374 if (P_INF) jump .Ldiv_invalid
377 if (P_ZERO) jump .Ldiv_invalid
388 if (!P_ZERO) jump .Ldiv_zero_result
389 if (!P_INF) jump .Ldiv_inf_result
430 jump .Ldenorm_continue
[all …]
H A Dmemcpy_likely_aligned.S30 if (!p0) jump .Lmemcpy_call
56 jump memcpy@PLT
58 jump memcpy
H A Dfastmath2_dlib_asm.S110 if(p0) jump .Ldenorma
211 if(p0) jump .Ldenorm
320 if(p1) jump .Lsat //rarely happens
400 if(!p3) jump .Lmin
418 if(p2) jump .Lmax
479 if(p1) jump .Lminqd
H A Dfastmath2_ldlib_asm.S105 if(p0) jump .Ldenorma
204 if(p0) jump .Ldenorma_s
311 if(p1) jump .Lsat
317 if(p0.new) jump:NT .Ldenorm //rarely happens
/openbsd/gnu/gcc/gcc/
H A Difcvt.c1145 if_info->jump) in noce_try_store_flag_mask()
2025 set = pc_set (jump); in noce_get_condition()
2038 *earliest = jump; in noce_get_condition()
2061 rtx cond, jump; in noce_init_if_info() local
2093 if_info->jump = jump; in noce_init_if_info()
2181 rtx jump, cond; in noce_process_if_block() local
2197 jump = if_info.jump; in noce_process_if_block()
2383 delete_insn (jump); in noce_process_if_block()
2495 jump = if_info.jump; in cond_move_process_if_block()
2634 delete_insn (jump); in cond_move_process_if_block()
[all …]
H A Djump.c1625 redirect_jump_1 (rtx jump, rtx nlabel) in redirect_jump_1() argument
1633 loc = &PATTERN (jump); in redirect_jump_1()
1635 redirect_exp_1 (loc, JUMP_LABEL (jump), nlabel, jump); in redirect_jump_1()
1652 rtx olabel = JUMP_LABEL (jump); in redirect_jump()
1675 JUMP_LABEL (jump) = nlabel; in redirect_jump_2()
1683 remove_note (jump, note); in redirect_jump_2()
1705 invert_br_probabilities (jump); in redirect_jump_2()
1753 invert_jump_1 (rtx jump, rtx nlabel) in invert_jump_1() argument
1755 rtx x = pc_set (jump); in invert_jump_1()
1769 return nlabel == JUMP_LABEL (jump) || redirect_jump_1 (jump, nlabel); in invert_jump_1()
[all …]
H A Dloop-unswitch.c95 rtx seq, jump, cond; in compare_and_jump_seq() local
113 jump = get_last_insn (); in compare_and_jump_seq()
114 JUMP_LABEL (jump) = JUMP_LABEL (cinsn); in compare_and_jump_seq()
115 LABEL_NUSES (JUMP_LABEL (jump))++; in compare_and_jump_seq()
116 redirect_jump (jump, label, 0); in compare_and_jump_seq()
126 jump = get_last_insn (); in compare_and_jump_seq()
127 JUMP_LABEL (jump) = label; in compare_and_jump_seq()
130 REG_NOTES (jump) = gen_rtx_EXPR_LIST (REG_BR_PROB, GEN_INT (prob), in compare_and_jump_seq()
131 REG_NOTES (jump)); in compare_and_jump_seq()
H A Dloop-doloop.c234 rtx seq, jump, label; in add_test() local
250 jump = get_last_insn (); in add_test()
251 if (!JUMP_P (jump)) in add_test()
263 if (any_uncondjump_p (jump)) in add_test()
266 delete_insn (jump); in add_test()
271 JUMP_LABEL (jump) = label; in add_test()
274 REG_NOTES (jump) in add_test()
276 const0_rtx, REG_NOTES (jump)); in add_test()
/openbsd/regress/lib/libpthread/setjmp/
H A Dsetjmp.c57 jump(void *arg) in jump() function
78 (void)jump(NULL); in main()
83 CHECKr(pthread_create(&child, NULL, jump, NULL)); in main()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Di386linux.c143 char jump; member
290 f->jump = 0;
386 f->jump = IS_PLT_SYM (name);
514 || (! f1->builtin && ! f1->jump))
522 f->jump = is_plt;
525 f1->jump = is_plt;
538 f->jump = is_plt;
665 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
669 if (f->jump)
H A Dm68klinux.c144 char jump; member
294 f->jump = 0;
390 f->jump = IS_PLT_SYM (name);
518 || (! f1->builtin && ! f1->jump))
526 f->jump = is_plt;
529 f1->jump = is_plt;
542 f->jump = is_plt;
672 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
676 if (f->jump)
H A Dsparclinux.c144 char jump; member
291 f->jump = 0;
387 f->jump = IS_PLT_SYM (name);
516 || (! f1->builtin && ! f1->jump))
524 f->jump = is_plt;
527 f1->jump = is_plt;
540 f->jump = is_plt;
667 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
671 if (f->jump)
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsparclinux.c144 char jump; member
290 f->jump = 0;
386 f->jump = IS_PLT_SYM (name);
515 || (! f1->builtin && ! f1->jump))
523 f->jump = is_plt;
526 f1->jump = is_plt;
539 f->jump = is_plt;
666 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
670 if (f->jump)
H A Di386linux.c143 char jump; member
289 f->jump = 0;
385 f->jump = IS_PLT_SYM (name);
513 || (! f1->builtin && ! f1->jump))
521 f->jump = is_plt;
524 f1->jump = is_plt;
537 f->jump = is_plt;
664 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
668 if (f->jump)
H A Dm68klinux.c144 char jump; member
293 f->jump = 0;
389 f->jump = IS_PLT_SYM (name);
517 || (! f1->builtin && ! f1->jump))
525 f->jump = is_plt;
528 f1->jump = is_plt;
541 f->jump = is_plt;
671 printf ("Fixup(%d) %s: %x %x\n",f->jump, f->h->root.root.string,
675 if (f->jump)
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp280 if (!this->jump(LabelEnd)) in visitIfStmt()
315 if (!this->jump(CondLabel)) in visitWhileStmt()
372 if (!this->jump(CondLabel)) in visitForStmt()
383 return this->jump(*BreakLabel); in visitBreakStmt()
391 return this->jump(*ContinueLabel); in visitContinueStmt()
/openbsd/gnu/usr.bin/perl/dist/Test/t/
H A Dskip.t14 skip(sub {'jump'}, sub { $skipped = 0 });
41 ok 3 # skip jump
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Ds390-opc.txt309 a724 jh RI_0P "jump on A high" g5 esa,zarch
310 a724 jp RI_0P "jump on plus" g5 esa,zarch
312 a744 jl RI_0P "jump on A low" g5 esa,zarch
315 a764 jlh RI_0P "jump on low or high" g5 esa,zarch
318 a784 je RI_0P "jump on A equal B" g5 esa,zarch
322 a7b4 jnl RI_0P "jump on A not low" g5 esa,zarch
325 a7d4 jnh RI_0P "jump on A not high" g5 esa,zarch
326 a7d4 jnp RI_0P "jump on not plus" g5 esa,zarch
328 a7f4 j RI_0P "jump" g5 esa,zarch
527 c044 jgl RIL_0P "jump long on low" z900 esa,zarch
[all …]

12345678910>>...23