Home
last modified time | relevance | path

Searched full:wide (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/
Dwide_sendable_lexical_env_unsupported_compile_for_below_API12beta3_asm_version-expected.txt774 wide.ldlexvar 0x0, 0x80
780 wide.ldlexvar 0x0, 0x81
786 wide.ldlexvar 0x0, 0x82
792 wide.ldlexvar 0x0, 0x83
798 wide.ldlexvar 0x0, 0x84
804 wide.ldlexvar 0x0, 0x85
810 wide.ldlexvar 0x0, 0x86
816 wide.ldlexvar 0x0, 0x87
822 wide.ldlexvar 0x0, 0x88
828 wide.ldlexvar 0x0, 0x89
[all …]
Dwide_sendable_lexical_env_unsupported_compile_for_below_API11_asm_version-expected.txt774 wide.ldlexvar 0x0, 0x80
780 wide.ldlexvar 0x0, 0x81
786 wide.ldlexvar 0x0, 0x82
792 wide.ldlexvar 0x0, 0x83
798 wide.ldlexvar 0x0, 0x84
804 wide.ldlexvar 0x0, 0x85
810 wide.ldlexvar 0x0, 0x86
816 wide.ldlexvar 0x0, 0x87
822 wide.ldlexvar 0x0, 0x88
828 wide.ldlexvar 0x0, 0x89
[all …]
Dlazy_loading_mudule_variables_in_sendable_class_unsupported_compile_for_below_API12beta3_asm_version-expected.txt11 wide.ldexternalmodulevar 0xad
Dlazy_loading_mudule_variables_in_sendable_class_unsupported_compile_for_below_API11_asm_version-expected.txt11 wide.ldexternalmodulevar 0xad
/arkcompiler/ets_frontend/es2panda/test/bytecode/ts/api18/
Dsendable-class-export-1-expected.txt2625 wide.stmodulevar 0xb4
2632 wide.stmodulevar 0xbf
2639 wide.stmodulevar 0xca
2646 wide.stmodulevar 0xd5
2653 wide.stmodulevar 0xe0
2660 wide.stmodulevar 0xeb
2667 wide.stmodulevar 0xf6
2758 wide.stmodulevar 0x86
2765 wide.stmodulevar 0x91
2772 wide.stmodulevar 0x9c
[all …]
/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/hotreload-noerror/lexenv-increase/
Dexpected.txt28 wide.ldpatchvar 0x0
37 wide.ldpatchvar 0x1
60 wide.stpatchvar 0x0
62 wide.stpatchvar 0x1
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotreload/hotreload-noerror/lexenv-increase/
Dexpected.txt28 wide.ldpatchvar 0x0
37 wide.ldpatchvar 0x1
60 wide.stpatchvar 0x0
62 wide.stpatchvar 0x1
/arkcompiler/runtime_core/isa/
Disa.yaml23 Registers are wide enough to hold a single reference when working with objects.
25 …When used for object types, registers should be considered wide enough to hold a reference to an o…
104 …d 'any' value, whether they are primitive or not. Virtual registers and accumulator are wide enough
288 - name: wide
498 - sig: wide.createobjectwithexcludedkeys imm:u16, v1:in:top, v2:in:top
502 prefix: wide
539 - sig: wide.newobjrange imm:u16, v:in:top
543 prefix: wide
549 - sig: wide.newlexenv imm:u16
553 prefix: wide
[all …]
/arkcompiler/ets_frontend/es2panda/compiler/templates/
Disa.h.erb98 % return mnemonic.map{|el| el == '64' ? 'Wide' : el.capitalize}.join()
102 % if insn.mnemonic == "callrange" or insn.mnemonic == "wide.callrange" or
103 % insn.mnemonic == "callthisrange" or insn.mnemonic == "wide.callthisrange" or
104 % insn.mnemonic == "newobjrange" or insn.mnemonic == "wide.newobjrange" or
105 % insn.mnemonic == "createobjectwithexcludedkeys" or insn.mnemonic == "wide.createobjectwithe…
106 % insn.mnemonic == "supercallthisrange" or insn.mnemonic == "wide.supercallthisrange" or
107 % insn.mnemonic == "supercallarrowrange" or insn.mnemonic == "wide.supercallarrowrange"
370 % if insn.mnemonic == "createobjectwithexcludedkeys" or insn.mnemonic.start_with? "wide."
371 % if insn.mnemonic == "wide.callthisrange" or insn.mnemonic == "createobjectwithexcludedkeys"…
372 % insn.mnemonic == "wide.createobjectwithexcludedkeys"
/arkcompiler/runtime_core/static_core/runtime/arch/
Dmemory_helpers.h34 // Forces system-wide full memory synchronization
/arkcompiler/runtime_core/static_core/runtime/interpreter/templates/
Ddebug_test_interpreter-inl_gen.cpp.erb36 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
Dinterpreter-inl_gen.h.erb165 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
229 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
/arkcompiler/runtime_core/libpandafile/
Dpandafile_isapi.rb20 mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
/arkcompiler/runtime_core/static_core/libpandafile/
Dpandafile_isapi.rb20 mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
/arkcompiler/runtime_core/docs/changelogs/
D2022-08-18-isa-changelog.md17 5. We add prefix "wide" to support opcodes which need larger immediate number.
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/
D.gitignore108 # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Dabs_int_inl_gen.h.erb43 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
Dcflow_iterate_inl_gen.h.erb42 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
198 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
Dhandle_gen.h.erb58 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
67 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
77 % flag_wide = mnemonic.include?('Wide')
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.cpp55 // Stack slot is 64-bit wide, so we can only combine types that could be widened up to in CanCombineSpillFills()
287 encoder_->EncodeMemCopy(srcMem, dstMem, DOUBLE_WORD_SIZE); // Stack slot is 64-bit wide in EncodeStackToX()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table-inl.h89 …// NB! In general wide load/short store on overlapping memory of different address are allowed to … in VisitMarked()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D3_primitive_conversions.rst316 Wide limitation
356 - Use more wide types on ArkTS 2.0 side. For exampe use ``bigint`` instead of ``long``
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Disa.h.erb79 % return mnemonic.map{|el| el == '64' ? 'Wide' : el.capitalize}.join()
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md172 instruction lacks a wide-range form, we can prepare operands for it with moves that have all
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md172 instruction lacks a wide-range form, we can prepare operands for it with moves that have all

12