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.S280 STORE %r3, FRAME_XER+CALLSIZE(%r1); \
281 STORE %r4, FRAME_CTR+CALLSIZE(%r1); \
283 STORE %r5, FRAME_EXC+CALLSIZE(%r1); \
384 STORE %r28, PC_BOOKE_TLB_LEVEL(%r1); \
395 STORE %r30, (TLBSAVE_BOOKE_LR)(%r1); \
396 STORE %r31, (TLBSAVE_BOOKE_CR)(%r1); \
416 STORE %r28, PC_BOOKE_TLB_LEVEL(%r1); \
477 STORE %r23, 0(%r22); \
994 STORE %r3, FRAME_SRR1+CALLSIZE(%r1);
1059 STORE %r30, (PC_DBSAVE+CPUSAVE_R30)(%r3)
[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
231 STORE t1, 0(rd)
232 STORE t2, WORD*1(rd)
233 STORE t3, WORD*2(rd)
234 STORE t4, WORD*3(rd)
241 STORE t1, 0(rd)
242 STORE t2, WORD*1(rd)
248 STORE t1, 0(rd)
304 STORE t1, 0(rd)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepIICHVX.td184 InstrItinData <tc_191381c1, /*SLOT0,STORE,VA*/
201 InstrItinData <tc_20a4bbec, /*SLOT0,STORE*/
280 InstrItinData <tc_3ce09744, /*SLOT0,STORE*/
389 InstrItinData <tc_6942b6e0, /*SLOT0,STORE*/
410 InstrItinData <tc_7177e272, /*SLOT0,STORE*/
548 InstrItinData <tc_ab23f776, /*SLOT0,STORE*/
690 InstrItinData <tc_e99d4c2e, /*SLOT0,STORE*/
793 InstrItinData <tc_20a4bbec, /*SLOT0,STORE*/
872 InstrItinData <tc_3ce09744, /*SLOT0,STORE*/
981 InstrItinData <tc_6942b6e0, /*SLOT0,STORE*/
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_cab.c172 STORE = 0, enumerator
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()
/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.h285 STORE(d + i, MUL_D); in raidz_mul_abd_cb()
305 STORE((t), T); \
313 STORE((t), T); \
320 STORE((t), T); \
328 STORE((t), T); \
335 STORE((t), T); \
905 STORE(x, REC_PQ_X); in raidz_rec_pq_abd()
909 STORE(y, REC_PQ_X); in raidz_rec_pq_abd()
1065 STORE(x, REC_PR_X); in raidz_rec_pr_abd()
1069 STORE(y, REC_PR_X); in raidz_rec_pr_abd()
[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.cpp45 STORE = 1u << 1, enumerator
46 LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE)
967 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1320 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1622 assert(Op == SIMemOp::LOAD || Op == SIMemOp::STORE); in enableVolatileAndOrNonTemporal()
1883 if (Op == SIMemOp::STORE) in enableVolatileAndOrNonTemporal()
1918 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait()
1930 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait()
2152 if (Op == SIMemOp::STORE) in enableVolatileAndOrNonTemporal()
2218 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait()
[all …]
H A DAMDGPUISelLowering.cpp204 setOperationAction(ISD::STORE, MVT::f32, Promote); in AMDGPUTargetLowering()
205 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32); in AMDGPUTargetLowering()
207 setOperationAction(ISD::STORE, MVT::v2f32, Promote); in AMDGPUTargetLowering()
210 setOperationAction(ISD::STORE, MVT::v3f32, Promote); in AMDGPUTargetLowering()
213 setOperationAction(ISD::STORE, MVT::v4f32, Promote); in AMDGPUTargetLowering()
216 setOperationAction(ISD::STORE, MVT::v5f32, Promote); in AMDGPUTargetLowering()
246 setOperationAction(ISD::STORE, MVT::i64, Promote); in AMDGPUTargetLowering()
252 setOperationAction(ISD::STORE, MVT::f64, Promote); in AMDGPUTargetLowering()
282 setOperationAction(ISD::STORE, MVT::i128, Promote); in AMDGPUTargetLowering()
574 ISD::STORE, ISD::FADD, 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.
/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
128 applications that define their own STORE data, but must be used with care.
187 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/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/AVR/
H A DAVRISelDAGToDAG.cpp320 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) { in select()
576 case ISD::STORE: in trySelect()
577 return select<ISD::STORE>(N); in trySelect()
/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/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DSelectionDAGCompat.td27 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
211 // Broadly speaking G_STORE is equivalent to ISD::STORE but there are some
/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