Home
last modified time | relevance | path

Searched refs:MEMBAR (Results 1 – 3 of 3) sorted by relevance

/qemu/tcg/sparc64/
H A Dtcg-target.c.inc249 #define MEMBAR (INSN_OP(2) | INSN_OP3(0x28) | INSN_RS1(15) | (1 << 13))
936 /* Note that the TCG memory order constants mirror the Sparc MEMBAR. */
937 tcg_out32(s, MEMBAR | (a0 & TCG_MO_ALL));
/qemu/target/sparc/
H A Dinsns.decode92 MEMBAR 10 00000 101000 01111 1 000000 cmask:3 mmask:4
/qemu/disas/
H A Dsparc.c202 #define MEMBAR(x) ((x) & 0x7f) macro