Home
last modified time | relevance | path

Searched refs:STORE (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S119 STORE %r30, (savearea+CPUSAVE_R30)(%r1); \
120 STORE %r31, (savearea+CPUSAVE_R31)(%r1); \
123 STORE %r30, (savearea+CPUSAVE_BOOKE_DEAR)(%r1); \
124 STORE %r31, (savearea+CPUSAVE_BOOKE_ESR)(%r1); \
127 STORE %r30, (savearea+CPUSAVE_SRR0)(%r1); \
128 STORE %r31, (savearea+CPUSAVE_SRR1)(%r1); \
142 STORE %r30, (savearea+CPUSAVE_R30)(%r1); \
143 STORE %r31, (savearea+CPUSAVE_R31)(%r1); \
146 STORE %r30, (savearea+CPUSAVE_BOOKE_DEAR)(%r1); \
147 STORE %r31, (savearea+CPUSAVE_BOOKE_ESR)(%r1); \
[all …]
H A Dlocore.S54 #define STORE std macro
71 #define STORE stw macro
376 STORE %r3, 0(%r1)
/freebsd/sys/powerpc/powerpc/
H A Dsupport.S56 #define STORE std macro
66 #define STORE stw macro
157 STORE %r0, PCB_ONFAULT(rpcb) ;\
163 STORE %r0, PCB_ONFAULT(rpcb)
169 STORE %r0, PCB_ONFAULT(rpcb)
174 STORE %r0, PCB_ONFAULT(rpcb)
231 STORE t1, 0(rd)
232 STORE t2, WORD*1(rd)
233 STORE t3, WORD*2(rd)
234 STORE t4, WORD*3(rd)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepIICHVX.td161 InstrItinData <tc_131f1c81, /*SLOT0,NOSLOT1,STORE,VP*/
184 InstrItinData <tc_191381c1, /*SLOT0,STORE,VA*/
201 InstrItinData <tc_20a4bbec, /*SLOT0,STORE*/
206 InstrItinData <tc_227864f7, /*SLOT0,STORE,VA,VX_DV*/
280 InstrItinData <tc_3ce09744, /*SLOT0,STORE*/
285 InstrItinData <tc_3e2aaafc, /*SLOT0,STORE,VA*/
291 InstrItinData <tc_447d9895, /*SLOT0,STORE,VA*/
332 InstrItinData <tc_54a0dc47, /*SLOT0,STORE,VA*/
353 InstrItinData <tc_58d21193, /*SLOT0,STORE,VA_DV*/
389 InstrItinData <tc_6942b6e0, /*SLOT0,STORE*/
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c172 STORE = 0,
203 if (comp != STORE) { in verify()
257 if (comp != STORE) { in verify()
301 if (comp != STORE) { in verify2()
324 if (comp != STORE) { in verify2()
361 if (comp != STORE) { in verify3()
379 if (comp != STORE) { in verify3()
397 verify("test_read_format_cab_1.cab", STORE); in DEFINE_TEST()
398 verify2("test_read_format_cab_1.cab", STORE); in DEFINE_TEST()
399 verify3("test_read_format_cab_1.cab", STORE); in DEFINE_TEST()
173 STORE = 0, global() enumerator
[all...]
/freebsd/crypto/openssl/providers/
H A Dstores.inc10 #ifndef STORE
11 # error Macro STORE undefined
14 STORE("file", "yes", ossl_file_store_functions)
H A Dbaseprov.c86 #define STORE(name, _fips, func_table) \ macro
91 #undef STORE
H A Ddefltprov.c479 #define STORE(name, _fips, func_table) \ macro
484 #undef STORE
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h172 STORE(dst + i, ZERO_D); in raidz_zero_abd_cb()
173 STORE(dst + i + ZERO_STRIDE, ZERO_D); in raidz_zero_abd_cb()
207 STORE(dst + i, COPY_D); in raidz_copy_abd_cb()
210 STORE(dst + i + COPY_STRIDE, COPY_D); in raidz_copy_abd_cb()
248 STORE(dst + i, ADD_D); in raidz_add_abd_cb()
252 STORE(dst + i + ADD_STRIDE, ADD_D); in raidz_add_abd_cb()
285 STORE(d + i, MUL_D); in raidz_mul_abd_cb()
289 STORE(d + i + MUL_STRIDE, MUL_D); in raidz_mul_abd_cb()
305 STORE((t), T); \
313 STORE((t), T); \
[all …]
H A Dvdev_raidz_math_scalar.c97 #define STORE(dst, val) ((v_t *)dst)[0] = val macro
/freebsd/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c125 #define STORE \ in _citrus_ZW_mbrtowc_priv() macro
143 STORE; in _citrus_ZW_mbrtowc_priv()
163 STORE; in _citrus_ZW_mbrtowc_priv()
178 STORE; in _citrus_ZW_mbrtowc_priv()
190 STORE; in _citrus_ZW_mbrtowc_priv()
204 STORE; in _citrus_ZW_mbrtowc_priv()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp47 STORE = 1u << 1, enumerator
48 LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE)
1058 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1239 return insertWait(MI, Scope, AddrSpace, SIMemOp::LOAD | SIMemOp::STORE, in insertRelease()
1411 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1713 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1884 Changed |= insertWait(MI, Scope, AddrSpace, SIMemOp::LOAD | SIMemOp::STORE, in insertRelease()
1946 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1974 if (Op == SIMemOp::STORE) in enableVolatileAndOrNonTemporal()
2009 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait()
[all …]
H A DAMDGPUISelLowering.cpp240 setOperationAction(ISD::STORE, MVT::f32, Promote); in AMDGPUTargetLowering()
241 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32); in AMDGPUTargetLowering()
243 setOperationAction(ISD::STORE, MVT::v2f32, Promote); in AMDGPUTargetLowering()
244 AddPromotedToType(ISD::STORE, MVT::v2f32, MVT::v2i32); in AMDGPUTargetLowering()
246 setOperationAction(ISD::STORE, MVT::v3f32, Promote); in AMDGPUTargetLowering()
247 AddPromotedToType(ISD::STORE, MVT::v3f32, MVT::v3i32); in AMDGPUTargetLowering()
249 setOperationAction(ISD::STORE, MVT::v4f32, Promote); in AMDGPUTargetLowering()
250 AddPromotedToType(ISD::STORE, MVT::v4f32, MVT::v4i32); in AMDGPUTargetLowering()
252 setOperationAction(ISD::STORE, MVT::v5f32, Promote); in AMDGPUTargetLowering()
253 AddPromotedToType(ISD::STORE, MVT::v5f32, MVT::v5i32); in AMDGPUTargetLowering()
[all …]
/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c115 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_open_ex()
155 OSSL_TRACE1(STORE, "Found loader for scheme %s\n", scheme); in OSSL_STORE_open_ex()
164 OSSL_TRACE2(STORE, "Opened %s => %p\n", uri, (void *)loader_ctx); in OSSL_STORE_open_ex()
411 OSSL_TRACE(STORE, "Loading next object\n"); in OSSL_STORE_load()
473 OSSL_TRACE1(STORE, "Got a %s\n", in OSSL_STORE_load()
511 OSSL_TRACE1(STORE, "Closing %p\n", (void *)ctx->loader_ctx); in ossl_store_close_it()
978 OSSL_TRACE1(STORE, "Looking up scheme %s\n", scheme); in OSSL_STORE_attach()
/freebsd/crypto/openssl/doc/man7/
H A Dossl_store.pod17 A STORE is a layer of functionality to retrieve a number of supported
30 Support for a URI scheme is called a STORE "loader", and can be added
H A Dprovider-storemgmt.pod33 The STORE operation is the provider side of the L<ossl_store(7)> API.
35 The primary responsibility of the STORE operation is to load all sorts
187 The STORE interface was introduced in OpenSSL 3.0.
H A Dopenssl-env.pod125 =item B<STORE>
127 Traces STORE operations.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_INFO.pod81 OSSL_STORE_INFO_get_type() takes a B<OSSL_STORE_INFO> and returns the STORE
84 STORE_INFO_get_type_string() takes a STORE type number and returns a
129 applications that define their own STORE data, but must be used with care.
188 OSSL_STORE_INFO_get_type() returns the STORE type number of the given
/freebsd/crypto/openssl/test/
H A Dtrace_api_test.c44 CASE(STORE); in test_trace_categories()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp331 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) { in select()
587 case ISD::STORE: in trySelect()
588 return select<ISD::STORE>(N); in trySelect()
/freebsd/sys/contrib/libb2/
H A Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
H A Dblake2b-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td39 // with LOAD, OPERATOR and STORE being the read, modify and write
97 // condition is false. Record that they are equivalent to a LOAD/select/STORE
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h9 #define STORE(p, r) _mm256_store_si256((__m256i *) (p), r) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPNodes.def90 ADD_VVP_OP(VVP_STORE,STORE) HANDLE_VP_TO_VVP(VP_STORE, VVP_STORE) REGISTER_PACKED(VVP_STORE)

1234