commit | f65e19bc2c9e8358e634d309606144ac2a3c2936 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Thu Jul 14 16:20:13 2016 -0400 |
committer | Richard Henderson <rth@twiddle.net> | Fri Sep 16 08:12:11 2016 -0700 |
tree | 261b19dd382c67ff35f21ff53d64c58f03126764 | |
parent | be2208e2a50f4b50980d92c26f2e12cb2bda4afc [diff] |
Introduce TCGOpcode for memory barrier This commit introduces the TCGOpcode for memory barrier instruction. This opcode takes an argument which is the type of memory barrier which should be generated. Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Message-Id: <20160714202026.9727-2-bobby.prani@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>