Home
last modified time | relevance | path

Searched refs:CC0 (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/
H A DLICENSE6 You may use this work under the terms of a Creative Commons CC0 1.0
10 - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
19 CC0 1.0 Universal
50 associating CC0 with a Work (the "Affirmer"), to the extent that he or she
52 elects to apply CC0 to the Work and publicly distribute the Work under its
54 Work and the meaning and intended legal effect of CC0 on those rights.
56 1. Copyright and Related Rights. A Work made available under CC0 may be
108 "License"). The License shall be deemed effective as of the date CC0 was
137 this CC0 or use of the Work.
H A DCHANGELOG.md12 * Dual licensing CC0 / Apache 2.0
H A DREADME.md285 [CC0 License](https://creativecommons.org/about/cc0) and the
291 [CC0 License](https://creativecommons.org/about/cc0).
295 [CC0 License](https://creativecommons.org/about/cc0).
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib1funcs.S250 ;; Output overlaps input, thus expand result in CC0/1
253 #define CC0 __tmp_reg__ macro
308 clr CC0
313 add CC0, B0
336 mov C0, CC0
349 #undef CC0
363 #define CC0 26 macro
364 #define CC1 CC0+1
429 in r26, __SP_L__ ; safe to use X, as it is CC0/CC1
447 clr CC0
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib1funcs.S250 ;; Output overlaps input, thus expand result in CC0/1
253 #define CC0 __tmp_reg__ macro
308 clr CC0
313 add CC0, B0
336 mov C0, CC0
349 #undef CC0
363 #define CC0 26 macro
364 #define CC1 CC0+1
429 in r26, __SP_L__ ; safe to use X, as it is CC0/CC1
447 clr CC0
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c1944 const int CC0 = 1 << 3; in s390_branch_condition_mask() local
1962 case EQ: return CC0; in s390_branch_condition_mask()
1972 case NE: return CC0 | CC2 | CC3; in s390_branch_condition_mask()
1981 case NE: return CC0 | CC1 | CC3; in s390_branch_condition_mask()
1990 case NE: return CC0 | CC1 | CC2; in s390_branch_condition_mask()
1998 case EQ: return CC0 | CC2; in s390_branch_condition_mask()
2008 case GEU: return CC0 | CC1; /* no carry */ in s390_branch_condition_mask()
2016 case GTU: return CC0 | CC1; /* borrow */ in s390_branch_condition_mask()
2025 case EQ: return CC0 | CC2; in s390_branch_condition_mask()
2037 case EQ: return CC0; in s390_branch_condition_mask()
[all …]
H A Ds390-modes.def34 CC0 CC1 CC2 CC3
155 if (a - b > a) -> CCL2 state of the borrow bit (CC0 | CC1)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc2010 const int CC0 = 1 << 3; in s390_branch_condition_mask() local
2028 case EQ: return CC0; in s390_branch_condition_mask()
2038 case NE: return CC0 | CC2 | CC3; in s390_branch_condition_mask()
2047 case NE: return CC0 | CC1 | CC3; in s390_branch_condition_mask()
2056 case NE: return CC0 | CC1 | CC2; in s390_branch_condition_mask()
2064 case EQ: return CC0 | CC2; in s390_branch_condition_mask()
2074 case GEU: return CC0 | CC1; /* no carry */ in s390_branch_condition_mask()
2082 case GTU: return CC0 | CC1; /* borrow */ in s390_branch_condition_mask()
2091 case EQ: return CC0 | CC2; in s390_branch_condition_mask()
2103 case EQ: return CC0; in s390_branch_condition_mask()
[all …]
H A Ds390-modes.def37 CC0 CC1 CC2 CC3
158 if (a - b > a) -> CCL2 state of the borrow bit (CC0 | CC1)
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A DMakefile.in39 CC0=$(BINPREFIX)cc0$(EXEEXT)
199 $(CC0): $(OBJS0)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcse-common.c189 case CC0: /*FIXME*/ in compute_transp()
H A Dgenconfig.c108 case CC0: in walk_insn_part()
H A Drtl.c298 case CC0: in copy_rtx()
391 case CC0: in shallow_copy_rtx()
H A Drtlanal.c998 case CC0: in count_occurrences()
1092 case CC0: in reg_mentioned_p()
1178 if (GET_CODE (SET_DEST (body)) != CC0 in reg_referenced_p()
1326 case CC0: in modified_between_p()
1381 case CC0: in modified_in_p()
1884 case CC0: in reg_overlap_mentioned_p()
2082 if (GET_CODE (x) == CC0) in dead_or_set_p()
2627 case CC0: in volatile_insn_p()
2688 case CC0: in volatile_refs_p()
2748 case CC0: in side_effects_p()
[all …]
H A Dgenextract.c240 case CC0: in walk_rtx()
H A Dresource.c248 case CC0: in mark_referenced_resources()
645 case CC0: in mark_set_resources()
H A Djump.c1094 case CC0: in mark_jump_label_1()
1764 case CC0: in rtx_renumbered_equal_p()
H A Dvaltrack.c71 case CC0: in cleanup_auto_inc_dec()
H A Dcse.c2451 case CC0: in hash_rtx_cb()
2636 case CC0: in exp_equiv_p()
2856 case CC0: in canon_reg()
3182 case CC0: in fold_rtx()
3235 case CC0: in fold_rtx()
6819 case CC0: in count_reg_usage()
6936 else if (GET_CODE (SET_DEST (set)) == CC0 in set_live_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix-modes.def23 /* Like other non-CC0 ports, MMIX need to code which combination of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix-modes.def23 /* Like other non-CC0 ports, MMIX need to code which combination of
/netbsd-src/external/bsd/libarchive/dist/
H A DCOPYING26 from CC0 1.0 Universal, OpenSSL or Apache 2.0 licenses:
/netbsd-src/sys/external/isc/libsodium/dist/contrib/
H A DFindsodium.cmake7 # You should have received a copy of the CC0 Public Domain Dedication
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx86-tune-sched.c184 case CC0: in exact_dependency_1()
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddnstap.proto12 // You should have received a copy of the CC0 Public Domain Dedication along

1234