Skip to content

Commit 436a5b5

Browse files
clazissShahab Vahedi
authored andcommitted
arc64: Revert stdl mask
1 parent fdc74e3 commit 436a5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opcodes/arc64-opc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@
483483
STORE, NONE, { RCD, BRAKET, LIMM, BRAKETdup }, {C_AS27 }}, \
484484
{ "stdl", STDL_ASYM_ENCODING (1, 0x02, 62), 0xFF007027, ARC_OPCODE_ARC64, \
485485
STORE, NONE, { W6, BRAKET, LIMM, BRAKETdup }, { C_AS27 }}, \
486-
{ "stdl", STDL_DIMM_ENCODING (0, 0x03, 60), 0XF8000FC7, ARC_OPCODE_ARC64, \
486+
{ "stdl", STDL_DIMM_ENCODING (0, 0x03, 60), 0XF8000FE7, ARC_OPCODE_ARC64, \
487487
STORE, NONE, { XIMM, BRAKET, RB, SIMM9_8, BRAKETdup }, { C_AA27 }}, \
488-
{ "stdl", STDL_DIMM_ENCODING (0, 0x03, 62), 0xF8000FC7, ARC_OPCODE_ARC64, \
488+
{ "stdl", STDL_DIMM_ENCODING (0, 0x03, 62), 0xF8000FE7, ARC_OPCODE_ARC64, \
489489
STORE, NONE, { LIMM, BRAKET, RB, SIMM9_8, BRAKETdup }, { C_AA27 }},
490490

491491
#define STL_ENCODING(DI) ((F32_ST_OFFSET << 27) | (DI << 5) | (0X03 << 1) \

0 commit comments

Comments
 (0)