From 3558f1ec03d1e081921b3eac0e02c1e2af5e19ec Mon Sep 17 00:00:00 2001 From: ctw-ian Date: Tue, 10 Jan 2023 20:16:43 +0800 Subject: [PATCH] Delete deprecated.stlexenv Issue:I69V3K Signed-off-by: ctw-ian Change-Id: I4c7d248c2ae53f3cf514c5ba9840858d479656ac --- isa/isa.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/isa/isa.yaml b/isa/isa.yaml index d187418c9b..c04ea066ed 100644 --- a/isa/isa.yaml +++ b/isa/isa.yaml @@ -251,7 +251,7 @@ isa_information: last_opcode_idx: 0xd5 last_throw_prefixed_opcode_idx: 0x08 last_wide_prefixed_opcode_idx: 0x13 - last_deprecated_prefixed_opcode_idx: 0x2f + last_deprecated_prefixed_opcode_idx: 0x2e prefixes: - name: throw @@ -1398,11 +1398,6 @@ groups: opcode_idx: [0x2e] format: [pref_op_v1_8_v2_8] prefix: deprecated - - sig: deprecated.stlexenv - acc: none - opcode_idx: [0x2f] - format: [pref_op_none] - prefix: deprecated - title: Load accumulator from string constant pool description: > -- Gitee