Searched refs:MEMBAR (Results 1 – 3 of 3) sorted by relevance
249 #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));
92 MEMBAR 10 00000 101000 01111 1 000000 cmask:3 mmask:4
202 #define MEMBAR(x) ((x) & 0x7f) macro