Adding MemoryBarrier opcode.
This commit is contained in:
@@ -241,13 +241,19 @@ DEFINE_OPCODE(
|
||||
OPCODE_MEMSET,
|
||||
"memset",
|
||||
OPCODE_SIG_X_V_V_V,
|
||||
0)
|
||||
OPCODE_FLAG_MEMORY)
|
||||
|
||||
DEFINE_OPCODE(
|
||||
OPCODE_PREFETCH,
|
||||
"prefetch",
|
||||
OPCODE_SIG_X_V_O,
|
||||
0)
|
||||
OPCODE_FLAG_MEMORY)
|
||||
|
||||
DEFINE_OPCODE(
|
||||
OPCODE_MEMORY_BARRIER,
|
||||
"memory_barrier",
|
||||
OPCODE_SIG_X,
|
||||
OPCODE_FLAG_MEMORY | OPCODE_FLAG_VOLATILE)
|
||||
|
||||
DEFINE_OPCODE(
|
||||
OPCODE_MAX,
|
||||
|
||||
Reference in New Issue
Block a user