Searched full:wide (Results 1 – 25 of 51) sorted by relevance
123
| /arkcompiler/ets_frontend/es2panda/test/version_control/API12beta1_and_beta2/bytecode_feature/ |
| D | wide_sendable_lexical_env_unsupported_compile_for_higher_or_equal_to_API11_asm_version-expected.txt | 774 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 …]
|
| D | wide_sendable_lexical_env_unsupported_compile_for_higher_or_equal_to_API12beta3_asm_version-expected.txt | 774 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 …]
|
| D | wide_sendable_lexical_env_unsupported_compile_asm_version-expected.txt | 774 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 …]
|
| D | lazy_loading_mudule_variables_in_sendable_class_unsupported_compile_for_higher_or_equal_to_API12beta3_asm_version-expected.txt | 11 wide.ldexternalmodulevar 0xad
|
| D | lazy_loading_mudule_variables_in_sendable_class_unsupported_compile_asm_version-expected.txt | 11 wide.ldexternalmodulevar 0xad
|
| D | lazy_loading_mudule_variables_in_sendable_class_unsupported_compile_for_higher_or_equal_to_API11_asm_version-expected.txt | 11 wide.ldexternalmodulevar 0xad
|
| /arkcompiler/ets_frontend/es2panda/test/bytecode/ts/api18/ |
| D | sendable-class-export-1-expected.txt | 2625 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/11/hotreload/hotreload-noerror/lexenv-increase/ |
| D | expected.txt | 28 wide.ldpatchvar 0x0 37 wide.ldpatchvar 0x1 60 wide.stpatchvar 0x0 62 wide.stpatchvar 0x1
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/hotreload-noerror/lexenv-increase/ |
| D | expected.txt | 28 wide.ldpatchvar 0x0 37 wide.ldpatchvar 0x1 60 wide.stpatchvar 0x0 62 wide.stpatchvar 0x1
|
| /arkcompiler/ets_frontend/es2panda/compiler/templates/ |
| D | isa.h.erb | 96 % return mnemonic.map{|el| el == '64' ? 'Wide' : el.capitalize}.join() 100 % if insn.mnemonic == "callrange" or insn.mnemonic == "wide.callrange" or 101 % insn.mnemonic == "callthisrange" or insn.mnemonic == "wide.callthisrange" or 102 % insn.mnemonic == "newobjrange" or insn.mnemonic == "wide.newobjrange" or 103 % insn.mnemonic == "createobjectwithexcludedkeys" or insn.mnemonic == "wide.createobjectwithe… 104 % insn.mnemonic == "supercallthisrange" or insn.mnemonic == "wide.supercallthisrange" or 105 % insn.mnemonic == "supercallarrowrange" or insn.mnemonic == "wide.supercallarrowrange" 359 % if insn.mnemonic == "createobjectwithexcludedkeys" or insn.mnemonic.start_with? "wide." 360 % if insn.mnemonic == "wide.callthisrange" or insn.mnemonic == "createobjectwithexcludedkeys"… 361 % insn.mnemonic == "wide.createobjectwithexcludedkeys"
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 23 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 289 - name: wide 499 - sig: wide.createobjectwithexcludedkeys imm:u16, v1:in:top, v2:in:top 503 prefix: wide 540 - sig: wide.newobjrange imm:u16, v:in:top 544 prefix: wide 550 - sig: wide.newlexenv imm:u16 554 prefix: wide [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/ |
| D | class_find_method_test.ets | 450 static calculateSquareArea(length: int, wide: int, height: int): int { 451 return length * wide * height; 453 static calculateSquareArea(length: int, wide: int): int { 454 return length * wide;
|
| /arkcompiler/runtime_core/static_core/runtime/arch/ |
| D | memory_helpers.h | 34 // Forces system-wide full memory synchronization
|
| /arkcompiler/runtime_core/assembler/templates/ |
| D | ins_create_api.h.erb | 25 % return mnemonic.map{|el| el == '64' ? 'Wide' : el.capitalize}.join()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/templates/ |
| D | debug_test_interpreter-inl_gen.cpp.erb | 36 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | pandafile_isapi.rb | 20 mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/crashStack/enableColumn/js/ |
| D | enable-column-callarg.js | 57 // wide callrange
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/crashStack/offColumn/js/ |
| D | off-column-callarg.js | 57 // wide callrange
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | pandafile_isapi.rb | 20 mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2022-08-18-isa-changelog.md | 17 5. We add prefix "wide" to support opcodes which need larger immediate number.
|
| /arkcompiler/runtime_core/static_core/verification/gen/templates/ |
| D | abs_int_inl_gen.h.erb | 43 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
|
| D | cflow_iterate_inl_gen.h.erb | 42 % 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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/ |
| D | .gitignore | 108 # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | graph_analyzer.h | 69 * @param inIns input ins (stmodulevar or wide.stdmodulevar)
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | spill_fill_encoder.cpp | 55 // 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()
|
123