/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 1453 auto_vec<store_immediate_info *> stores; variable 1838 stores.create (1); in merged_store_group() 1839 stores.safe_push (info); in merged_store_group() 1866 if (info->rhs_code == stores[0]->rhs_code) in can_be_merged_into() 1870 if (info->rhs_code == BIT_INSERT_EXPR && stores[0]->rhs_code == INTEGER_CST) in can_be_merged_into() 1873 if (stores[0]->rhs_code == BIT_INSERT_EXPR && info->rhs_code == INTEGER_CST) in can_be_merged_into() 1878 && (stores[0]->rhs_code == INTEGER_CST in can_be_merged_into() 1879 || stores[0]->rhs_code == BIT_INSERT_EXPR) in can_be_merged_into() 1880 && info->bitregion_start == stores[0]->bitregion_start in can_be_merged_into() 1881 && info->bitregion_end == stores[0]->bitregion_end) in can_be_merged_into() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-modref.cc | 278 : loads (NULL), stores (NULL), retslot_flags (0), static_chain_flags (0), in modref_summary() 289 if (stores) in ~modref_summary() 290 ggc_delete (stores); in ~modref_summary() 345 return stores && !stores->every_base; in useful_p() 358 modref_records_lto *stores; member 377 : loads (NULL), stores (NULL), retslot_flags (0), static_chain_flags (0), in modref_summary_lto() 387 if (stores) in ~modref_summary_lto() 388 ggc_delete (stores); in ~modref_summary_lto() 418 return stores && !stores->every_base; in useful_p() 577 if (stores) in dump() [all …]
|
H A D | gimple-ssa-store-merging.cc | 1729 auto_vec<store_immediate_info *> stores; member in __anone7f7d7200211::merged_store_group 2119 stores.create (1); in merged_store_group() 2120 stores.safe_push (info); in merged_store_group() 2147 if (info->rhs_code == stores[0]->rhs_code) in can_be_merged_into() 2151 if (info->rhs_code == BIT_INSERT_EXPR && stores[0]->rhs_code == INTEGER_CST) in can_be_merged_into() 2154 if (stores[0]->rhs_code == BIT_INSERT_EXPR && info->rhs_code == INTEGER_CST) in can_be_merged_into() 2160 && (stores[0]->rhs_code == INTEGER_CST in can_be_merged_into() 2161 || stores[0]->rhs_code == BIT_INSERT_EXPR) in can_be_merged_into() 2162 && info->bitregion_start == stores[0]->bitregion_start in can_be_merged_into() 2163 && info->bitregion_end == stores[0]->bitregion_end in can_be_merged_into() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Atomics.rst | 36 pair of volatile stores. On the other hand, a non-volatile non-atomic load can 54 because any optimization dealing with stores needs to be aware of it. 101 For cases where simple loads and stores are not sufficient, LLVM provides 106 non-atomic loads and stores, but provide additional guarantees in situations 152 The rule is essentially that all memory accessed with basic loads and stores 156 variable. Note that NotAtomic volatile loads and stores are not properly 163 otherwise exist is allowed; introducing stores to shared variables is not. See 169 unaligned stores: it is not allowed in general to convert an unaligned store 170 into two aligned stores of the same width as the unaligned store. Backends are 196 stores.) [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BN_bn2bin.pod | 35 and stores it at B<to>. B<to> must point to BN_num_bytes(B<a>) bytes of 39 and stores it at B<to>. B<tolen> indicates the length of the output buffer 58 stores it in **B<a>. If *B<a> is NULL, a new B<BIGNUM> is created. If 73 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to> 78 a B<BIGNUM> and stores it at B<ret>, or in a newly allocated B<BIGNUM>
|
H A D | DH_generate_key.pod | 32 in B<dh> and the other party's public value in B<pub_key> and stores 38 DH_compute_key_padded() is similar but stores a fixed number of bytes.
|
H A D | RAND_DRBG_generate.pod | 25 DRBG instance B<drbg> and stores them in the buffer at B<out>. 42 DRBG instance B<drbg> and stores them in the buffer at B<out>.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BN_bn2bin.pod | 38 and stores it at B<to>. B<to> must point to BN_num_bytes(B<a>) bytes of 42 and stores it at B<to>. B<tolen> indicates the length of the output buffer 66 stores it in **B<a>. If *B<a> is NULL, a new B<BIGNUM> is created. If 81 BN_bn2mpi() stores the representation of B<a> at B<to>, where B<to> 86 a B<BIGNUM> and stores it at B<ret>, or in a newly allocated B<BIGNUM>
|
H A D | DH_generate_key.pod | 40 in B<dh> and the other party's public value in B<pub_key> and stores 46 DH_compute_key_padded() is similar but stores a fixed number of bytes.
|
H A D | OSSL_PARAM_int.pod | 227 OSSL_PARAM_set_TYPE() stores a value I<val> of type B<I<TYPE>> into the 237 OSSL_PARAM_set_BN() stores the BIGNUM I<val> into the parameter I<p>. 277 referenced by I<p> and stores it in I<*val>. 283 referenced by I<p> and stores it in I<*val>. 291 the parameter pointed to by I<p>, and stores that pointer in I<*val>. 296 from the parameter pointed to by I<p>, and stores that pointer in I<*val>,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 415 if (Summary.stores == 1 && SafeToMoveToSlot0) in restrictStoreLoadOrder() 418 else if (Summary.stores >= 1) { in restrictStoreLoadOrder() 430 if (Summary.store1 && Summary.stores > 1) { in restrictStoreLoadOrder() 499 ++Summary.stores; in GetPacketSummary() 507 ++Summary.stores; in GetPacketSummary() 527 ++Summary.stores; in GetPacketSummary()
|
/netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/ |
H A D | README.arch-spec | 55 stores into <a> the bitwise and of <b> and <c> 57 stores into <a> the bitwise or of <b> and <c> 59 stores 15-bit bitwise inverse of <b> in <a>
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | headerdirs.texi | 9 where GCC stores its private include files, and also where GCC 10 stores the fixed include files. A cross compiled GCC runs
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | headerdirs.texi | 9 where GCC stores its private include files, and also where GCC 10 stores the fixed include files. A cross compiled GCC runs
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-v850.texi | 357 Computes the higher 16 bits of the given expression and stores it into 369 Computes the lower 16 bits of the given expression and stores it into 382 and stores the result into the immediate operand field of the given 397 stores 0 into r6 (0xFFFF + 1 = 0x0000), so that the movea instruction 398 stores 0xFFFFFFFF into r6 - the right value. 402 Computes the 32 bit value of the given expression and stores it into 415 stores the result as a 16 bit signed value in the immediate operand 432 stores the result as a 4,5, 7 or 8 bit unsigned value in the immediate 447 Computes the offset of the named variable from address 0 and stores the 462 register) and stores the result a 6 or 16 bit unsigned value in the
|
H A D | c-xstormy16.texi | 83 Computes the lower 16 bits of the given expression and stores it into 94 Computes the higher 16 bits of the given expression and stores it into
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-v850.texi | 357 Computes the higher 16 bits of the given expression and stores it into 369 Computes the lower 16 bits of the given expression and stores it into 382 and stores the result into the immediate operand field of the given 397 stores 0 into r6 (0xFFFF + 1 = 0x0000), so that the movea instruction 398 stores 0xFFFFFFFF into r6 - the right value. 402 Computes the 32 bit value of the given expression and stores it into 415 stores the result as a 16 bit signed value in the immediate operand 432 stores the result as a 4,5, 7 or 8 bit unsigned value in the immediate 447 Computes the offset of the named variable from address 0 and stores the 462 register) and stores the result a 6 or 16 bit unsigned value in the
|
H A D | c-xstormy16.texi | 83 Computes the lower 16 bits of the given expression and stores it into 94 Computes the higher 16 bits of the given expression and stores it into
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
H A D | java.schema | 63 # This attribute stores the fully qualified name of the Java object's 86 # This attribute stores the Java class definition's locations. It 117 # This attribute stores the Java object's fully qualified class or 142 # This attribute stores the serialized form of a Java object. The 162 # This attribute stores the fully qualified class name of the object 239 # This attribute stores a pointer to the Java documentation for the
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | reloc.texi | 2252 This is a 48 bit reloc for the FR30 that stores 32 bits. 2255 This is a 32 bit reloc for the FR30 that stores 20 bits split up 2259 This is a 16 bit reloc for the FR30 that stores a 6 bit word offset 2263 This is a 16 bit reloc for the FR30 that stores an 8 bit byte offset 2267 This is a 16 bit reloc for the FR30 that stores a 9 bit short offset 2271 This is a 16 bit reloc for the FR30 that stores a 10 bit word offset 2275 This is a 16 bit reloc for the FR30 that stores a 9 bit pc relative 2279 This is a 16 bit reloc for the FR30 that stores a 12 bit pc relative 2402 This is a 16 bit reloc for the AVR that stores 8 bit pc relative 2406 This is a 16 bit reloc for the AVR that stores 13 bit pc relative [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | reloc.texi | 2340 This is a 48 bit reloc for the FR30 that stores 32 bits. 2343 This is a 32 bit reloc for the FR30 that stores 20 bits split up into 2347 This is a 16 bit reloc for the FR30 that stores a 6 bit word offset in 2351 This is a 16 bit reloc for the FR30 that stores an 8 bit byte offset 2355 This is a 16 bit reloc for the FR30 that stores a 9 bit short offset 2359 This is a 16 bit reloc for the FR30 that stores a 10 bit word offset 2363 This is a 16 bit reloc for the FR30 that stores a 9 bit pc relative 2367 This is a 16 bit reloc for the FR30 that stores a 12 bit pc relative 2490 This is a 16 bit reloc for the AVR that stores 8 bit pc relative 2494 This is a 16 bit reloc for the AVR that stores 13 bit pc relative [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrMemory.td | 238 // Defines atomic and non-atomic stores, regular and truncating 266 // Select stores with no constant offset. 281 // Select stores with a constant offset. 301 // Select stores with just a constant offset. 337 // Select truncating stores with no constant offset. 344 // Select truncating stores with a constant offset. 356 // Select truncating stores with just a constant offset.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-pcrel-opt.cc | 137 unsigned long stores; member 516 counters.stores++; in pcrel_opt_store() 848 counters.stores, counters.adjacent_stores); in pcrel_opt_pass()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | list.c | 1170 STACK_OF(OSSL_STORE_LOADER) *stores = sk_OSSL_STORE_LOADER_new(store_cmp); in list_store_loaders() 1173 if (stores == NULL) { in list_store_loaders() 1179 stores); in list_store_loaders() 1180 sk_OSSL_STORE_LOADER_sort(stores); in list_store_loaders() 1181 for (i = 0; i < sk_OSSL_STORE_LOADER_num(stores); i++) { in list_store_loaders() 1182 const OSSL_STORE_LOADER *m = sk_OSSL_STORE_LOADER_value(stores, i); in list_store_loaders() 1199 sk_OSSL_STORE_LOADER_pop_free(stores, OSSL_STORE_LOADER_free); in list_store_loaders()
|
/netbsd-src/sys/arch/acorn32/conf/ |
H A D | std.acorn32 | 16 # Since the hardware is not capable of half-word loads/stores,
|