/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A 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 …]
|
H A 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 …]
|
H A 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
|
H A 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 …]
|
H A D | memcpy_likely_aligned.S | 30 if (!p0) jump .Lmemcpy_call 56 jump memcpy@PLT 58 jump memcpy
|
H A 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
|
H A 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
|
H A D | memcpy_forward_vp4cp4n2.S | 66 if (p0.new) jump:nt .Lskipprolog 83 if (cmp.eq(r3.new, #0)) jump:nt .Lskipmain
|
H A D | dfsqrt.S | 87 if (!NORMAL.new) jump:nt .Lsqrt_abnormal 358 if (P_TMP.new) jump:nt .Lsqrt_nan 362 if (!P_TMP.new) jump:nt .Lsqrt_invalid_neg 391 jump .Ldenormal_restart // restart
|
H A D | umoddi3.S | 45 if (p0) jump .hexagon_umoddi3_return // if divisor > dividend, we're done, so return
|
H A D | moddi3.S | 51 if (p0) jump .hexagon_moddi3_return // if divisor > dividend, we're done, so return
|
H A D | divdi3.S | 53 if (p0) jump .hexagon_divdi3_return // if divisor > dividend, we're done, so return
|
/freebsd/sys/sys/ |
H A D | pctrie.h | 281 name##_PCTRIE_ITER_JUMP_GE(struct pctrie_iter *it, int64_t jump) \ 283 return name##_PCTRIE_VAL2PTR(pctrie_iter_jump_ge(it, jump)); \ 299 name##_PCTRIE_ITER_JUMP_LE(struct pctrie_iter *it, int64_t jump) \ 301 return name##_PCTRIE_VAL2PTR(pctrie_iter_jump_le(it, jump)); \ 376 uint64_t *pctrie_iter_jump_ge(struct pctrie_iter *it, int64_t jump); 381 uint64_t *pctrie_iter_jump_le(struct pctrie_iter *it, int64_t jump);
|
/freebsd/sys/vm/ |
H A D | vm_radix.h | 242 vm_radix_iter_jump(struct pctrie_iter *pages, vm_pindex_t jump) in vm_radix_iter_jump() argument 244 return (VM_RADIX_PCTRIE_ITER_JUMP_GE(pages, jump)); in vm_radix_iter_jump()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 10 /// This file describes the M68k jump, return, call, and related instructions. 35 /// Though branch and jump instructions are using memory operands they 36 /// DO NOT read the jump address from memory, they just calculate EA 37 /// and jump there. 144 // FIXME Support 16 bit indirect jump. 311 // NOTE j does not mean load and jump M68k jmp just calculates EA and jumps
|
H A D | M68kInstrInfo.td | 258 // a data reference with the exception of the jump and jump-to-subroutine 299 // exception of the jump and jump-to-subroutine instructions. 312 // jump and jump-to-subroutine instructions 323 // with the exception of the jump and jump-tosubroutine instructions. 341 // classified as a data reference with the exception of the jump and jump
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | UI_create_method.pod | 124 If an error occurs, jump to 5. 130 If an error occurs, jump to 5. 135 If an error occurs, jump to 5. 141 If an error occurs, jump to 5.
|
/freebsd/sys/kern/ |
H A D | subr_pctrie.c | 712 pctrie_iter_jump_ge(struct pctrie_iter *it, int64_t jump) in pctrie_iter_jump_ge() argument 714 uint64_t index = it->index + jump; in pctrie_iter_jump_ge() 717 if ((jump > 0) != (index > it->index)) in pctrie_iter_jump_ge() 816 pctrie_iter_jump_le(struct pctrie_iter *it, int64_t jump) in pctrie_iter_jump_le() argument 818 uint64_t index = it->index - jump; in pctrie_iter_jump_le() 821 if ((jump > 0) != (index < it->index)) in pctrie_iter_jump_le()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | c64 | 359 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 364 # jump again from beginning 383 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 429 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 447 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 491 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 509 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 540 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 558 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line 597 # jump to 1 byte before next BASIC fragment; this must be zero-byte marking the end of line [all …]
|
/freebsd/usr.bin/less/ |
H A D | Makefile | 5 jump.c lesskey_parse.c \
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 244 static volatile int jump = 0; variable 1151 if (jump) { in abortcmd() 1152 jump = 0; in abortcmd() 1268 jump = 1; in docmd() 1270 jump = 0; in docmd() 1277 jump = 0; in docmd()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.h | 54 bool jump(const LabelTy &Label);
|
H A D | EvalEmitter.h | 64 bool jump(const LabelTy &Label);
|
/freebsd/share/skel/ |
H A D | dot.shrc | 37 # # ctrl+arrow allow to jump from words to words
|
/freebsd/lib/libc/amd64/string/ |
H A D | strcspn.S | 239 1: jc 2f # jump if match found 251 jc 2f # jump if match found 293 1: jc 2f # jump if match found
|