mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 14:50:51 +00:00
implement using module var in sendable class
Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I91CQ6 Signed-off-by: huyunhui <huyunhui1@huawei.com> Change-Id: I31e5b5085b2a1f99b22c9d27243878c6b38a06da
This commit is contained in:
parent
9319bcab8c
commit
891900d6df
14
isa/isa.yaml
14
isa/isa.yaml
@ -107,10 +107,10 @@ chapters:
|
||||
|
||||
# File format and ISA versioning
|
||||
min_version: 0.0.0.2
|
||||
version: 11.0.2.0
|
||||
version: 12.0.0.0
|
||||
|
||||
# 0 is default value, alaways reflects to the newest version
|
||||
api_version_map: [[0, 11.0.2.0], [9, 9.0.0.0], [10, 9.0.0.0], [11, 11.0.2.0]]
|
||||
api_version_map: [[0, 12.0.0.0], [9, 9.0.0.0], [10, 9.0.0.0], [11, 11.0.2.0], [12, 12.0.0.0]]
|
||||
|
||||
# When delete bytecode or having any incompatible modification on bytecode,
|
||||
# please add the incompatible version in this list for prompting error message.
|
||||
@ -839,6 +839,16 @@ groups:
|
||||
opcode_idx: [0x08]
|
||||
format: [pref_op_imm_16]
|
||||
prefix: callruntime
|
||||
- sig: callruntime.ldsendableexternalmodulevar imm
|
||||
acc: out:top
|
||||
opcode_idx: [0x09]
|
||||
format: [pref_op_imm_8]
|
||||
prefix: callruntime
|
||||
- sig: callruntime.wideldsendableexternalmodulevar imm
|
||||
acc: out:top
|
||||
opcode_idx: [0x0a]
|
||||
format: [pref_op_imm_16]
|
||||
prefix: callruntime
|
||||
|
||||
- title: throw instructions
|
||||
description: throw instructions
|
||||
|
Loading…
Reference in New Issue
Block a user