Searched full:significant (Results 1 – 25 of 60) sorted by relevance
123
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_isa.cpp | 208 // Returns the number of trailing 0-bits in x, starting at the least significant bit position. 224 // Returns the number of leading 0-bits in x, starting at the most significant bit position.
|
| D | aarch64_imm_valid.cpp | 56 /* get the least significant bit set and add it to 'val' */ in IsBitmaskImmediate()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ldstatic.yaml | 244 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 284 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 323 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 356 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
|
| D | ldobj.yaml | 401 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 445 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
|
| D | ldobj.v.yaml | 402 … most significant bits are sign or unsigned extended based on the field type to fit register size. 446 … most significant bits are sign or unsigned extended based on the field type to fit register size.
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | irnode.h | 42 // the least significant bit indicates vreg
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ldstatic.yaml | 189 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 228 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
|
| D | ldobj.yaml | 314 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz… 356 …most significant bits are sign or unsigned extended based on the field type to fit accumulator siz…
|
| D | ldobj.v.yaml | 314 … most significant bits are sign or unsigned extended based on the field type to fit register size. 356 … most significant bits are sign or unsigned extended based on the field type to fit register size.
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | saturated_enum.h | 30 2. initial value is least significant one.
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | irnode.h | 41 // the least significant bit indicates vreg
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | metadata_layout.h | 173 kBiasBitPosition = sizeof(refVal) * 8 - 4, // the most significant 4 bits 198 static constexpr uint32_t kPositiveOffsetBias = 0x60000000; // the most significant 4 bits 0110
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | interface_inline_cache.md | 110 2. Rss:No significant impact
|
| D | ir_builder.md | 10 form, without dead phi instructions, but it has various drawbacks, such as significant overhead, si…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | interface_inline_cache.md | 110 2. Rss:No significant impact
|
| D | ir_builder.md | 10 form, without dead phi instructions, but it has various drawbacks, such as significant overhead, si…
|
| /arkcompiler/ets_frontend/test262/ |
| D | force_gc_skip_tests.json | 18 … "out/test262/test_es2021/intl402/NumberFormat/prototype/format/format-significant-digits",
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | tagged_value.h | 185 "The least significant two bits of TaggedValue are not zero."); in CreateWeakRef() 198 "The least significant two bits of TaggedValue are not zero."); in CreateAndGetWeakRef()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 139 /// sequence of ones starting at the least significant bit with the remainder
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/ |
| D | compiled_code_to_interpreter_bridge_x86.S | 103 andl $0xFFFFFFF0, %SHORTY_REG // clear the the least significant 4 bits
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | immvalid.def | 43 /* get the least significant bit set and add it to 'val' */
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
| D | compiled_code_to_interpreter_bridge_amd64.S | 151 andl $0xFFFFFFF0, %SHORTY_REG // clear the least significant 4 bits
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
| D | compiled_code_to_interpreter_bridge_arm.S | 151 bic r1, r1, #0xF // clear the the least significant 4 bits
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 230 and w1, w1, #-16 // clear the least significant 4 bits 393 and w1, w1, #-16 // clear the least significant 4 bits
|
| /arkcompiler/ets_runtime/test/aottest/exception_case14/ |
| D | exception_case14.js | 22 tooManyDigits = bignumberError + 'Number primitive has more than 15 significant digits: ',
|
123