Home
last modified time | relevance | path

Searched defs:hi (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/
H A Dcommonjs-say.js16 function hi() { function
/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.cpp56 CountRunAndMakeAscending(JSThread *thread, JSHandle<TaggedArray> &array, int lo, int hi, const JSHandle<JSTaggedValue> &fn) CountRunAndMakeAscending() argument
/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
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info_builder.cpp166 uint32_t hi = (value >> BITS_PER_UINT32) & ((1LLU << BITS_PER_UINT32) - 1); in AddConstant() local
H A Dvreg_info.h153 void SetConstantIndices(uint16_t low, uint16_t hi) in SetConstantIndices() argument
H A Dcode_info.h283 uint64_t hi = constantTable_.GetRow(vreg.GetConstantHiIndex()).GetValue(); in GetConstant() local
/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
H A Dencoder64_test_1.cpp1892 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp1879 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCmp64() local
H A Dencoder32_test_2.cpp104 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
/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
151 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
/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
2387 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
/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
2418 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
/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
2525 uint64_t hi = static_cast<uint64_t>(0xABCDEFU) << (BITS_PER_BYTE * sizeof(uint32_t)); in TestCompare64() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp1856 GetMasm()->Csel(VixlReg(dst), VixlReg(src0), VixlReg(src1), vixl::aarch64::Condition::hi); in EncodeMax() member in ark::compiler::aarch64::vixl::aarch64::Condition

Completed in 31 milliseconds