/netbsd-src/sys/arch/amiga/stand/bootblock/boot/ |
H A D | version | 9 2.1: Simplify program structure to save space
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | pic.md | 22 ;; Simplify PIC loads to static variables. 80 ;; Simplify PIC stores to static variables.
|
H A D | peephole.md | 21 ;; Simplify (unsigned long)(unsigned int)a << const
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | pic.md | 22 ;; Simplify PIC loads to static variables. 80 ;; Simplify PIC stores to static variables.
|
H A D | peephole.md | 21 ;; Simplify (unsigned long)(unsigned int)a << const
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | match.pd | 177 /* Simplify x - x. 460 /* Simplify x / (- y) to -x / y. */ 466 /* Simplify (C / x op 0.0) to x op 0.0 for C != 0, C != Inf/Nan. 615 /* Simplify (unsigned t * 2)/2 -> unsigned t & 0x7FFFFFFF. */ 624 /* Simplify (unsigned t / 2) * 2 -> unsigned t & ~1. */ 630 /* Simplify (t * 2) / 2) -> t. */ 639 /* Simplify cos(-x) and cos(|x|) -> cos(x). Similarly for cosh. */ 644 /* Simplify pow(-x, y) and pow(|x|,y) -> pow(x,y) if y is an even integer. */ 778 /* Simplify ~X & X as zero. */ 824 /* Simplify (X & ~Y) |^+ (~X & Y) -> X ^ Y. */ [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 1298 auto Simplify = [&](Value *V) { in calculatePointerDifference() local 1336 Simplify(CallBuilder(B, CreateSub(Idx0, Idx1))))) in calculatePointerDifference() 1346 Value *AndU0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskU))); in calculatePointerDifference() 1347 Value *AndU1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskU))); in calculatePointerDifference() 1348 Value *SubU = Simplify(CallBuilder(B, CreateSub(AndU0, AndU1))); in calculatePointerDifference() 1357 Value *AndK0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskK))); in calculatePointerDifference() 1358 Value *AndK1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskK))); in calculatePointerDifference() 1359 Value *SubK = Simplify(CallBuilder(B, CreateSub(AndK0, AndK1))); in calculatePointerDifference()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | match.pd | 229 /* Simplify x - x. 563 /* Simplify x / (- y) to -x / y. */ 569 /* Simplify (C / x op 0.0) to x op 0.0 for C != 0, C != Inf/Nan. 734 /* Simplify (unsigned t * 2)/2 -> unsigned t & 0x7FFFFFFF. */ 743 /* Simplify (unsigned t / 2) * 2 -> unsigned t & ~1. */ 749 /* Simplify (t * 2) / 2) -> t. */ 791 /* Simplify cos(-x) and cos(|x|) -> cos(x). Similarly for cosh. */ 796 /* Simplify pow(-x, y) and pow(|x|,y) -> pow(x,y) if y is an even integer. */ 987 /* Simplify ~X & X as zero. */ 1033 /* Simplify (X & ~Y) |^+ (~X & Y) -> X ^ Y. */ [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2000 | 9 * decl.c (store_bindings): Simplify. 383 * pt.c (lookup_template_class): Simplify loop exit constructs. 447 (require_complete_types_for_parms): Simplify, use 1111 * semantics.c (genrtl_try_block): Simplify. 1329 * semantics.c (genrtl_named_return_value): Simplify. Fold in 1475 * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify 1986 (binfo_for_vtable): Simplify. 2653 * class.c (get_derived_offset): Simplify. 2656 (build_primary_vtable): Simplify. 3356 (instantiate_template): Simplify handling of partial [all …]
|
H A D | ChangeLog-2002 | 284 * call.c (build_scoped_method_call): Simplify. 357 * decl2.c (constructor_name_full): Simplify. 399 Simplify handling of CALL_EXPR and METHOD_CALL_EXPR. 418 (finish_object_call_expr): Simplify handling during templates. 430 (convert_arguments): Simplify. 657 * dump.c (cp_dump_tree): Simplify DECL_GLOBAL_[CD]TOR_P handling. 666 (check_final_overrider): ... here. Simplify. 868 (add_vcall_offset_vtbl_entries_1): Simplify accordingly. 923 (build_vtbl_initializer): Simplify handling of vcall indices. 1034 * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS. [all …]
|
H A D | ChangeLog-1999 | 7 (determine_primary_base): ... this. Simplify. 9 (finish_struct_1): Simplify. 436 (do_pushlevel): Simplify, now that we are always 656 (expand_exception_blocks): Simplify. Don't call 741 (is_global): Simplify. 1344 (doing_semantic_analysis_p): Simplify. 1350 (building_stmt_tree): Simplify. 1692 (make_rtl_for_nonlocal_decl): Don't fuss with obstacks. Simplify. 1962 (finish_function): Simplify. Use do_pushlevel and do_poplevel. 1979 (expand_exception_blocks): Simplify. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2013 | 146 exception flags. Simplify code. 147 (get_fpu_except_flags): Simplify code. 208 (system_clock_4): Simplify, update for gf_gettime_mono change.
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | picflag.m4 | 63 # FIXME: Simplify to sh*-*-netbsd*?
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
H A D | README | 11 - Simplify transitions and bring the logic together in a single location
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | picflag.m4 | 66 # FIXME: Simplify to sh*-*-netbsd*?
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
H A D | README.md | 12 - Simplify transitions and bring the logic together in a single location
|
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/ |
H A D | ChangeLog | 364 (mpz_scan0, mpz_scan1): Simplify by using mpn_common_scan. 365 (mpz_make_odd): Simplify, assume in-place operation on positive. 408 * mini-gmp.c (mpz_cmpabs_d, mpz_cmp_d): Simplify. 537 * mini-gmp.c (mpz_mul_si): Simplify. 543 * mini-gmp.c (mpz_set_si, mpz_cmp_si): Simplify by using
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | match-and-simplify.texi | 6 @node Match and Simplify 7 @chapter Match and Simplify 8 @cindex Match and Simplify
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | match-and-simplify.texi | 6 @node Match and Simplify 7 @chapter Match and Simplify 8 @cindex Match and Simplify
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | OptBisect.rst | 117 BISECT: running pass (1) Simplify the CFG on function (g) 126 BISECT: running pass (10) Simplify the CFG on function (g)
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | mmix-elfnmmo.em | 108 /* Simplify symbol output for the register section (without contents;
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | mmix-elfnmmo.em | 108 /* Simplify symbol output for the register section (without contents;
|
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/ |
H A D | ChangeLog | 9 (CS_FILTER): Simplify quoting; it used to confuse some shells.
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
H A D | ChangeLog-2021 | 71 * testutils.inc: Simplify (and fix) set_carry_flag.
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | ChangeLog | 122 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
|