Replacing store vector left/right opcodes by just using permutes.
This commit is contained in:
@@ -105,12 +105,8 @@ enum Opcode {
|
||||
|
||||
OPCODE_LOAD,
|
||||
OPCODE_LOAD_ACQUIRE,
|
||||
OPCODE_LOAD_VECTOR_LEFT,
|
||||
OPCODE_LOAD_VECTOR_RIGHT,
|
||||
OPCODE_STORE,
|
||||
OPCODE_STORE_RELEASE,
|
||||
OPCODE_STORE_VECTOR_LEFT,
|
||||
OPCODE_STORE_VECTOR_RIGHT,
|
||||
OPCODE_PREFETCH,
|
||||
|
||||
OPCODE_MAX,
|
||||
|
||||
Reference in New Issue
Block a user