Home
last modified time | relevance | path

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

/qemu/docs/devel/
H A Datomics.rst125 components of the system, before all the LOAD or STORE operations
129 components of the system, after all the LOAD or STORE operations
145 before all the LOAD or STORE operations specified afterwards.
149 - ``qatomic_store_release()``, which guarantees the STORE to appear to
151 after all the LOAD or STORE operations specified before.
170 - ``smp_wmb()`` guarantees that all the STORE operations specified before
171 the barrier will appear to happen before all the STORE operations
179 the barrier will appear to happen before all the LOAD or STORE operations
183 - ``smp_mb_release()`` guarantees that all the STORE operations specified *after*
184 the barrier will appear to happen after all the LOAD or STORE operations
[all …]
/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc280 /* COMPARE AND SWAP AND STORE */
847 /* STORE */
855 /* STORE RELATIVE LONG */
858 /* STORE CHARACTER */
861 /* STORE CHARACTER HIGH */
863 /* STORE CHARACTERS UNDER MASK */
867 /* STORE HALFWORD */
870 /* STORE HALFWORD HIGH */
872 /* STORE HALFWORD RELATIVE LONG */
874 /* STORE HIGH */
[all …]
/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h223 #define STORE(opcode) ((opcode & BIT_LOAD) == 0) macro
/qemu/target/hexagon/idef-parser/
H A Didef-parser.y55 %token ZXT CONSTEXT LOCNT BREV SIGN LOAD STORE PC LPCFG
346 | STORE '(' IMM ',' IMM ',' var ',' rvalue ')'
/qemu/target/hexagon/
H A Dattribs_def.h.inc40 DEF_ATTRIB(STORE, "Stores to memory", "", "")
H A Dgen_tcg.h422 #define fGEN_TCG_STORE_pcr(SHIFT, STORE) \ argument
430 STORE; \
/qemu/target/riscv/
H A Dinsn32.decode365 # *** Vector loads and stores are encoded within LOADFP/STORE-FP ***
/qemu/target/hexagon/imported/
H A Dencode_pp.def415 /* STORE */
/qemu/tcg/s390x/
H A Dtcg-target.c.inc3673 /* Is STORE FACILITY LIST EXTENDED available? Honestly, I believe this
/qemu/target/mips/tcg/
H A Dtranslate.c1832 #define FOP_CONDNS(fmt, ifmt, bits, STORE) \ argument
1913 STORE; \