Home
last modified time | relevance | path

Searched refs:hi (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/
H A Dcommonjs-say.js16 function hi() { function
20 module.exports.hi = hi
/arkcompiler/runtime_core/libpandabase/utils/
H A Dtype_helpers.h64 std::int64_t hi {0};
68 return (hi == 0) && (lo == v);
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dtype_helpers.h76 std::int64_t hi {0};
81 return (hi == 0) && (lo == v);
/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.cpp57 int lo, int hi, const JSHandle<JSTaggedValue> &fn) in CountRunAndMakeAscending()
59 ASSERT(lo < hi); in CountRunAndMakeAscending()
61 if (runHi == hi) { in CountRunAndMakeAscending()
70 for (int i = runHi + 1; i < hi; i++) { in CountRunAndMakeAscending()
102 int lo, int hi, int start, JSHandle<JSTaggedValue> fn)
104 ASSERT(lo <= start && start <= hi);
111 for (; start < hi; start++) {
56 CountRunAndMakeAscending(JSThread *thread, JSHandle<TaggedArray> &array, int lo, int hi, const JSHandle<JSTaggedValue> &fn) CountRunAndMakeAscending() argument
H A Dsort_helper.h50 int lo, int hi, int start, JSHandle<JSTaggedValue> fn);
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dvreg_info.h153 void SetConstantIndices(uint16_t low, uint16_t hi) in SetConstantIndices() argument
155 value_ = low | (static_cast<uint32_t>(hi) << BITS_PER_UINT16); in SetConstantIndices()
H A Dcode_info_builder.cpp166 uint32_t hi = (value >> BITS_PER_UINT32) & ((1LLU << BITS_PER_UINT32) - 1); in AddConstant() local
167 vreg.SetConstantIndices(constantTable_.Add({low}), constantTable_.Add({hi})); in AddConstant()
H A Dcode_info.h283 uint64_t hi = constantTable_.GetRow(vreg.GetConstantHiIndex()).GetValue(); in GetConstant() local
284 return low | (hi << BITS_PER_UINT32); in GetConstant()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dstring_index_of.h157 uint64_t hi = __builtin_bswap64(static_cast<uint64_t>(val >> BITS_PER_UINT64)); in ClzInSwappedBytes() local
160 return BITS_PER_UINT64 + Clz(hi); in ClzInSwappedBytes()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp48 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
55 T tmp1 = hi | (lo + 1U); in TestCmp64()
56 T tmp2 = hi | lo; in TestCmp64()
151 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
158 T tmp1 = hi | (lo + 1U); in TestCompare64()
159 T tmp2 = hi | lo; in TestCompare64()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp104 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
111 T tmp1 = hi | (lo + 1U); in TestCompare64()
112 T tmp2 = hi | lo; in TestCompare64()
H A Dencoder32_test_1.cpp1879 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
1886 T tmp1 = hi | (lo + 1U); in TestCmp64()
1887 T tmp2 = hi | lo; in TestCmp64()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp47 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
54 T tmp1 = hi | (lo + 1U); in TestCompare64()
55 T tmp2 = hi | lo; in TestCompare64()
H A Dencoder64_test_1.cpp1892 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
1899 T tmp1 = hi | (lo + 1U); in TestCmp64()
1900 T tmp2 = hi | lo; in TestCmp64()
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
H A Dinterpreter_to_compiled_code_bridge_aarch64.S156 cinc w3, w3, hi // inc GP regs counter if it's not float
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp2280 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
2287 T tmp1 = hi | (lo + 1U); in TestCmp64()
2288 T tmp2 = hi | lo; in TestCmp64()
2387 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
2394 T tmp1 = hi | (lo + 1U); in TestCompare64()
2395 T tmp2 = hi | lo; in TestCompare64()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp2312 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
2319 T tmp1 = hi | (lo + 1U); in TestCmp64()
2320 T tmp2 = hi | lo; in TestCmp64()
2418 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
2425 T tmp1 = hi | (lo + 1U); in TestCompare64()
2426 T tmp2 = hi | lo; in TestCompare64()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp2422 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
2429 T tmp1 = hi | (lo + 1U); in TestCmp64()
2430 T tmp2 = hi | lo; in TestCmp64()
2525 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
2532 T tmp1 = hi | (lo + 1U); in TestCompare64()
2533 T tmp2 = hi | lo; in TestCompare64()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp64 return vixl::aarch64::Condition::hi; in Convert()
1856 GetMasm()->Csel(VixlReg(dst), VixlReg(src0), VixlReg(src1), vixl::aarch64::Condition::hi); in EncodeMax() member in ark::compiler::aarch64::vixl::aarch64::Condition
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js11168 const hi = t("EPSILON", 1e-6);
11170 return Math.abs(t - e) <= hi * Math.max(1, Math.abs(t), Math.abs(e));
11173 i = i || hi;
11340 static equals(t, e, i = hi) {
11720 Math.abs(i) < hi ? t.x = 0 : t.x = 1 / i;
11721 Math.abs(s) < hi ? t.y = 0 : t.y = 1 / s;
11722 Math.abs(n) < hi ? t.z = 0 : t.z = 1 / n;
11898 static equals(t, e, i = hi) {
11943 equals(t, e = hi) {
11946 equals3f(t, e, i, s = hi) {
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp56 return vixl::aarch32::hi; in Convert()
147 // Get 2 float registers instead one double - to save agreement about hi-regs in VixlVReg in AcquireScratchRegister()

Completed in 57 milliseconds