| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
| D | cxa_vec.C | 55 static jmp_buf jump; variable 76 longjmp (jump, 1); in test0() 80 longjmp (jump, 2); in test0() 85 longjmp (jump, 3); in test0() 108 longjmp (jump, 1); in test1() 114 longjmp (jump, 2); in test1() 119 longjmp (jump, 3); in test1() 142 longjmp (jump, 1); in test2() 148 longjmp (jump, 2); in test2() 153 longjmp (jump, 3); in test2() [all …]
|
| /openbsd/src/usr.bin/vi/docs/internals/ |
| D | autowrite | 18 ^^ 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/src/gnu/usr.bin/gcc/gcc/ |
| D | ifcvt.c | 317 cond_exec_get_condition (jump) in cond_exec_get_condition() argument 318 rtx jump; in cond_exec_get_condition() 322 if (any_condjump_p (jump)) 323 test_if = SET_SRC (pc_set (jump)); 331 && XEXP (XEXP (test_if, 2), 0) == JUMP_LABEL (jump)) 333 enum rtx_code rev = reversed_comparison_code (cond, jump); 577 rtx jump, cond, cond_earliest; member 615 cond = XEXP (SET_SRC (pc_set (if_info->jump)), 0); 618 code = reversed_comparison_code (cond, if_info->jump); 622 if ((if_info->cond_earliest == if_info->jump || cond_complex) [all …]
|
| D | jump.c | 2071 redirect_jump_1 (jump, nlabel) in redirect_jump_1() argument 2072 rtx jump, nlabel; in redirect_jump_1() 2077 if (GET_CODE (PATTERN (jump)) == PARALLEL) 2078 loc = &XVECEXP (PATTERN (jump), 0, 0); 2080 loc = &PATTERN (jump); 2082 redirect_exp_1 (loc, JUMP_LABEL (jump), nlabel, jump); 2097 redirect_jump (jump, nlabel, delete_unused) in redirect_jump() argument 2098 rtx jump, nlabel; in redirect_jump() 2101 rtx olabel = JUMP_LABEL (jump); 2106 if (! redirect_exp (olabel, nlabel, jump)) [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/builtins/hexagon/ |
| D | dffma.S | 126 if (!P_TMP) jump .Lfma_abnormal_ab 132 if (!P_TMP.new) jump:nt .Lfma_abnormal_c 275 if (!cmp.eq(LEFTSHIFT.new,TMP)) jump:t 1f // all sign bits? 307 if (!P_TMP.new) jump:nt .Lfma_ovf_unf 348 if (p0.new) jump:nt .Ladd_yields_zero 386 if (p0.new) jump:nt .Lfma_ovf 390 if (p0.new) jump:nt .Lpossible_unf 522 if (!p0.new) jump:nt .Lnan 535 if (p1) jump .Lab_inf 539 if (p0) jump .Linvalid [all …]
|
| D | dfaddsub.S | 90 if (!NORMAL) jump .Ladd_abnormal // If abnormal, go to special code 138 if (!p0.new) jump:nt .Ladd_ovf_unf 145 if (p0.new) jump:nt .Ladd_zero // or maybe conversion handles zero case correctly? 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 [all …]
|
| D | dfmul.S | 97 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
|
| D | dfdiv.S | 97 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 …]
|
| D | memcpy_likely_aligned.S | 30 if (!p0) jump .Lmemcpy_call 56 jump memcpy@PLT 58 jump memcpy
|
| D | fastmath2_dlib_asm.S | 110 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
|
| D | fastmath2_ldlib_asm.S | 105 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/src/gnu/gcc/gcc/ |
| D | ifcvt.c | 343 cond_exec_get_condition (rtx jump) in cond_exec_get_condition() argument 347 if (any_condjump_p (jump)) in cond_exec_get_condition() 348 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition() 356 && XEXP (XEXP (test_if, 2), 0) == JUMP_LABEL (jump)) in cond_exec_get_condition() 358 enum rtx_code rev = reversed_comparison_code (cond, jump); in cond_exec_get_condition() 602 rtx jump, cond, cond_earliest; member 639 cond = XEXP (SET_SRC (pc_set (if_info->jump)), 0); in noce_emit_store_flag() 642 code = reversed_comparison_code (cond, if_info->jump); in noce_emit_store_flag() 646 if ((if_info->cond_earliest == if_info->jump || cond_complex) in noce_emit_store_flag() 664 if_info->cond_earliest = if_info->jump; in noce_emit_store_flag() [all …]
|
| D | jump.c | 1625 redirect_jump_1 (rtx jump, rtx nlabel) in redirect_jump_1() argument 1630 if (GET_CODE (PATTERN (jump)) == PARALLEL) in redirect_jump_1() 1631 loc = &XVECEXP (PATTERN (jump), 0, 0); in redirect_jump_1() 1633 loc = &PATTERN (jump); in redirect_jump_1() 1635 redirect_exp_1 (loc, JUMP_LABEL (jump), nlabel, jump); in redirect_jump_1() 1650 redirect_jump (rtx jump, rtx nlabel, int delete_unused) in redirect_jump() argument 1652 rtx olabel = JUMP_LABEL (jump); in redirect_jump() 1657 if (! redirect_jump_1 (jump, nlabel) || ! apply_change_group ()) in redirect_jump() 1660 redirect_jump_2 (jump, olabel, nlabel, delete_unused, 0); in redirect_jump() 1670 redirect_jump_2 (rtx jump, rtx olabel, rtx nlabel, int delete_unused, in redirect_jump_2() argument [all …]
|
| D | loop-unswitch.c | 95 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()
|
| D | loop-doloop.c | 234 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/src/regress/lib/libpthread/setjmp/ |
| D | setjmp.c | 57 jump(void *arg) in jump() function 78 (void)jump(NULL); in main() 83 CHECKr(pthread_create(&child, NULL, jump, NULL)); in main()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | i386linux.c | 143 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)
|
| D | m68klinux.c | 144 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)
|
| D | sparclinux.c | 144 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)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | m68klinux.c | 144 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)
|
| D | sparclinux.c | 144 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)
|
| D | i386linux.c | 143 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)
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | ByteCodeStmtGen.cpp | 280 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/src/gnu/usr.bin/binutils/opcodes/ |
| D | s390-opc.txt | 308 a714 jo RI_0P "jump on overflow / if ones" g5 esa,zarch 309 a724 jh RI_0P "jump on A high" g5 esa,zarch 310 a724 jp RI_0P "jump on plus" g5 esa,zarch 311 a734 jnle RI_0P "jump on not low or equal" g5 esa,zarch 312 a744 jl RI_0P "jump on A low" g5 esa,zarch 313 a744 jm RI_0P "jump on minus / if mixed" g5 esa,zarch 314 a754 jnhe RI_0P "jump on not high or equal" g5 esa,zarch 315 a764 jlh RI_0P "jump on low or high" g5 esa,zarch 316 a774 jne RI_0P "jump on A not equal B" g5 esa,zarch 317 a774 jnz RI_0P "jump on not zero / if not zeros" g5 esa,zarch [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Test/t/ |
| D | skip.t | 14 skip(sub {'jump'}, sub { $skipped = 0 }); 41 ok 3 # skip jump
|