Home
last modified time | relevance | path

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

12345678910>>...20

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfldarr.32.yaml31 - file-name: "fldarr.32"
40 - sig: fldarr.32 v:in:f32[]
44 …description: Check fldarr.32 reads items from array of different size and type in Panda Assembly c…
51 fldarr.32 v0
62 - sig: fldarr.32 v:in:f32[]
66 …description: Check fldarr.32 reads items from array of different size and type in PandaAssembly co…
74 fldarr.32 v0
86 - sig: fldarr.32 v:in:f32[]
91 … description: Check array of primitive types for 'fldarr.32' instruction in Panda Assembly context.
108 fldarr.32 v0
[all …]
Dfstarr.32.yaml32 - file-name: "fstarr.32"
38 - sig: fstarr.32 v1:in:f32[], v2:in:i32
48 - sig: fstarr.32 v1:in:f32[], v2:in:i32
54 description: Check 'fstarr.32' instruction with valid register numbers.
59 fstarr.32 %s, %s
70 fstarr.32 a0, a1 # valid registers
84 - sig: fstarr.32 v1:in:f32[], v2:in:i32
89 description: Check 'fstarr.32' instruction with invalid register numbers.
92 fstarr.32 %s, *s
123 - sig: fstarr.32 v1:in:f32[], v2:in:i32
[all …]
/arkcompiler/ets_runtime/test/aottest/shl/
Dexpect_output.txt14 32
15 32
16 32
17 32
18 32
19 -32
/arkcompiler/runtime_core/libpandabase/utils/
Dhash_base.h30 * \brief Create 32 bits Hash from \param key via \param seed.
34 * @return 32 bits hash
41 * \brief Create 32 bits Hash from \param key.
44 * @return 32 bits hash
51 * \brief Create 32 bits Hash from MUTF8 \param string.
53 * @return 32 bits hash
60 * \brief Create 32 bits Hash from MUTF8 \param string.
63 * @return 32 bits hash
Dhash.h35 * \brief Create 32 bits Hash from \param key via \param seed.
39 * @return 32 bits hash
47 * \brief Create 32 bits Hash from \param key.
50 * @return 32 bits hash
58 * \brief Create 32 bits Hash from MUTF8 \param string.
60 * @return 32 bits hash
68 * \brief Create 32 bits Hash from MUTF8 \param string.
71 * @return 32 bits hash
91 constexpr uint32_t FOUR_BYTES = 32U;
155 …// note that the numbers are for 32 bits specifically, see https://github.com/HowardHinnant/hash_a… in merge_hashes()
Dmurmur3_hash.h15 // This is the murmur3 32 bit hash implementation
30 // 32 32 32 8 8 8
31 // Firstly, we proceed each 32 bits block from key;
58 static constexpr uint32_t MAX_BITS = 32;
94 // Iterate for each 32bits in MurmurHash3()
115 // blocks is a pointer to the end of 32bits section in MurmurHash3()
145 // Iterate for each 32bits in MurmurHash3String()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability16-expected.txt452 "line": 32,
467 "line": 32,
471 "line": 32,
487 "line": 32,
491 "line": 32,
498 "line": 32,
502 "line": 32,
509 "line": 32,
513 "line": 32,
528 "line": 32,
[all …]
Dexpression_3-expected.txt819 "line": 32,
823 "line": 32,
837 "line": 32,
841 "line": 32,
851 "line": 32,
855 "line": 32,
862 "line": 32,
866 "line": 32,
873 "line": 32,
877 "line": 32,
[all …]
Dexpression_4-expected.txt734 "line": 32,
738 "line": 32,
746 "line": 32,
750 "line": 32,
760 "line": 32,
764 "line": 32,
771 "line": 32,
775 "line": 32,
784 "line": 32,
788 "line": 32,
[all …]
DobjectDestructuring-expected.txt1018 "column": 32
1624 "line": 32,
1628 "line": 32,
1649 "line": 32,
1653 "line": 32,
1669 "line": 32,
1673 "line": 32,
1683 "line": 32,
1687 "line": 32,
1694 "line": 32,
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h65 using ConstPoolIndexField = BitField<uint32_t, 0, 32>; // 32: 32 bit
67 using ConstPoolTypeField = BitField<ConstPoolType, 32, 4>; // 32: offset, 4: 4bit
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-parameter-property-expected.txt137 "column": 32
148 "column": 32
628 "line": 32,
632 "line": 32,
643 "line": 32,
647 "line": 32,
655 "line": 32,
659 "line": 32,
667 "line": 32,
671 "line": 32,
[all …]
Dtest-cyclic-module-import-expected.txt178 "column": 32
209 "column": 32
446 "column": 32
571 "line": 32,
575 "line": 32,
594 "line": 32,
598 "line": 32,
605 "line": 32,
609 "line": 32,
617 "line": 32,
[all …]
Dtest-tuple-type5-expected.txt158 "column": 32
1550 "line": 32,
1563 "line": 32,
1567 "line": 32,
1585 "line": 32,
1589 "line": 32,
1596 "line": 32,
1600 "line": 32,
1607 "line": 32,
1611 "line": 32,
[all …]
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md27 Cache structure:(offset addr)/(class addr) 32bit/32bit
48 2. cache's high 32 save the `offset addr`,cache's low 32 save the `class addr`
55 1. `class addr` is just the point to a class, in ark runtime, class point is 32bit
63 because method* is 64bit, it must be indirectly stored,cache only have 32bit to use
96 (ClassA.method_1* - ClassB.method_n*) > 2 ^ 32
101 ((ClassA.method_1* - ClassB.method_n*) / 2 ^ 3) < 2 ^ 32
/arkcompiler/toolchain/build/compile_script/
Dgen.sh86 echo -e "\033[32m + c == clear out !\033[0m"
87 echo -e "\033[32m + . == execute test.abc !\033[0m"
88 echo -e "\033[32m + abc == get test.abc !\033[0m"
89 echo -e "\033[32m + all == all !\033[0m"
90 echo -e "\033[32m + ark == cp tools !\033[0m"
95 echo -e "\033[32m=====$@ successful=====\033[0m"
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S32 stp x19, THREAD_REG, [sp, -32]!
38 add fp, sp, 32
90 sub sp, fp, 32
94 ldr fp, [sp, -32]
117 stp x19, THREAD_REG, [sp, -32]!
123 add fp, sp, 32
196 sub sp, fp, 32
200 ldr fp, [sp, -32]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Drelocator.h57 Elf64_Word id = (cur->r_info >> 32); // 32: get high 32 bits in GetSymbol()
63 return (cur->r_info & 0xffffffffL); // 0xffffffff :get lower 32 bits in GetType()
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-04.pa21 # - sig: fldarr.32 vs
31 # - sig: fstarr.32 vs1, vs2
51 fstarr.32 v1, v2
64 fldarr.32 v1
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-try-statement-expected.txt291 "line": 32,
295 "line": 32,
303 "line": 32,
307 "line": 32,
319 "line": 32,
/arkcompiler/runtime_core/libpandafile/
Dtypes.yaml67 width: 32
75 width: 32
83 width: 32
/arkcompiler/ets_frontend/merge_abc/
DHowToWriteProtoForAssemblyStuff.md58 |float |float | 32位浮点数
59 |int32 |int32 | 32位整数
61 |uint32 |uint32 | 32位无符号整数
63 |sint32 |int32 | 32位整数,处理负数效率比int32更高
/arkcompiler/runtime_core/runtime/
Dobject_header_config.h44 // Config for High-end devices with hash stored inside object header and 32 bits pointer
49 static constexpr Size BITS = 32U;
64 // Config for Low-end devices with hash stored inside object header and 32 bits pointer
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dcompiled_code_to_interpreter_bridge_arm.S97 CFI_DEF_CFA(sp, 32)
164 // it is a 32bit value of reference
210 // result is 32 bit integer or reference
247 CFI_DEF_CFA(sp, 32)
252 add sp, sp, #32 // c2i + r0 - r3
253 CFI_ADJUST_CFA_OFFSET(-32)
/arkcompiler/runtime_core/libpandabase/tests/
Dregmask_test.cpp71 TestRegMask(MakeMaskByExcluding(32, 0));
72 TestRegMask(MakeMaskByExcluding(32, 31));
73 TestRegMask(MakeMaskByExcluding(32, 0, 31));
74 TestRegMask(MakeMaskByExcluding(32, 0, 15, 31));

12345678910>>...20