Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/hotreload-noerror/lexenv-increase/
Dexpected.txt29 wide.ldpatchvar 0x0
38 wide.ldpatchvar 0x1
60 wide.stpatchvar 0x0
62 wide.stpatchvar 0x1
/arkcompiler/ets_frontend/es2panda/test/patch/11/hotreload/hotreload-noerror/lexenv-increase/
Dexpected.txt29 wide.ldpatchvar 0x0
38 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
274 - name: wide
476 - sig: wide.createobjectwithexcludedkeys imm:u16, v1:in:top, v2:in:top
480 prefix: wide
516 - sig: wide.newobjrange imm:u16, v:in:top
520 prefix: wide
525 - sig: wide.newlexenv imm:u16
529 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/docs/changelogs/
D2022-08-18-isa-changelog.md17 5. We add prefix "wide" to support opcodes which need larger immediate number.
/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/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')
Djob_fill_gen.h.erb77 % mnemonic = i.mnemonic.split('.').map { |p| p == '64' ? 'Wide' : p.capitalize }.join
/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.h88 …// NB! In general wide load/short store on overlapping memory of different address are allowed to … in VisitMarked()
/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
Ddesign-of-interpreter.md141 1. Panda should scale onto a wide range of devices, including IoT devices. Although more and
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md141 1. Panda should scale onto a wide range of devices, including IoT devices. Although more and
Drationale-for-bytecode.md172 instruction lacks a wide-range form, we can prepare operands for it with moves that have all
/arkcompiler/runtime_core/static_core/libpandabase/
DCMakeLists.txt322 COMMAND "${CMAKE_READELF}" --sections --wide "${LTO_TEST_OBJECT}"
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h31 DEBUG_ASSERT(width <= valBitSize && width != 0, "bit-width is too wide"); in IntVal()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst117 |LANG| provides an efficient application development solution for a wide
/arkcompiler/ets_runtime/ecmascript/interpreter/templates/
Ddebugger_instruction_handler.inl1131 DEBUG_HANDLE_OPCODE(WIDE) argument

12