Searched refs:STORE (Results 1 – 10 of 10) sorted by relevance
/qemu/docs/devel/ |
H A D | atomics.rst | 125 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 D | insn-data.h.inc | 280 /* 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 D | fpopcode.h | 223 #define STORE(opcode) ((opcode & BIT_LOAD) == 0) macro
|
/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 55 %token ZXT CONSTEXT LOCNT BREV SIGN LOAD STORE PC LPCFG 346 | STORE '(' IMM ',' IMM ',' var ',' rvalue ')'
|
/qemu/target/hexagon/ |
H A D | attribs_def.h.inc | 40 DEF_ATTRIB(STORE, "Stores to memory", "", "")
|
H A D | gen_tcg.h | 422 #define fGEN_TCG_STORE_pcr(SHIFT, STORE) \ argument 430 STORE; \
|
/qemu/target/riscv/ |
H A D | insn32.decode | 365 # *** Vector loads and stores are encoded within LOADFP/STORE-FP ***
|
/qemu/target/hexagon/imported/ |
H A D | encode_pp.def | 415 /* STORE */
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3673 /* Is STORE FACILITY LIST EXTENDED available? Honestly, I believe this
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 1832 #define FOP_CONDNS(fmt, ifmt, bits, STORE) \ argument 1913 STORE; \
|