Home
last modified time | relevance | path

Searched full:significant (Results 1 – 25 of 63) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_isa.cpp208 // 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.
Daarch64_imm_valid.cpp55 /* get the least significant bit set and add it to 'val' */ in IsBitmaskImmediate()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldstatic.yaml244 …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…
Dldobj.yaml401 …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…
Dldobj.v.yaml402 … 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_runtime/ecmascript/stubs/
Druntime_optimized_stubs-inl.h57 // e. If the two most significant bits in B are not 10, throw a URIError exception. in DecodePercentEncoding()
115 // vii. Else the most significant bit in B is 1, in DecodePercentEncoding()
203 // vi. If the most significant bit in B is 0, then in RuntimeDecodeURIComponent()
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h42 // the least significant bit indicates vreg
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldstatic.yaml189 …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…
Dldobj.yaml314 …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…
Dldobj.v.yaml314 … 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/
Dsaturated_enum.h30 2. initial value is least significant one.
/arkcompiler/ets_frontend/ets2panda/ir/
Dirnode.h41 // the least significant bit indicates vreg
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h173 kBiasBitPosition = sizeof(refVal) * 8 - 4, // the most significant 4 bits
198 static constexpr uint32_t kPositiveOffsetBias = 0x60000000; // the most significant 4 bits 0110
/arkcompiler/ets_frontend/test262/
Dforce_gc_skip_tests.json18 … "out/test262/test_es2021/intl402/NumberFormat/prototype/format/format-significant-digits",
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md110 2. Rss:No significant impact
Dir_builder.md10 form, without dead phi instructions, but it has various drawbacks, such as significant overhead, si…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dinterface_inline_cache.md110 2. Rss:No significant impact
Dir_builder.md10 form, without dead phi instructions, but it has various drawbacks, such as significant overhead, si…
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h185 "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/runtime_core/static_core/runtime/bridge/arch/x86/
Dcompiled_code_to_interpreter_bridge_x86.S103 andl $0xFFFFFFF0, %SHORTY_REG // clear the the least significant 4 bits
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h139 /// sequence of ones starting at the least significant bit with the remainder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dimmvalid.def43 /* get the least significant bit set and add it to 'val' */
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dcompiled_code_to_interpreter_bridge_amd64.S151 andl $0xFFFFFFF0, %SHORTY_REG // clear the least significant 4 bits
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dcompiled_code_to_interpreter_bridge_arm.S151 bic r1, r1, #0xF // clear the the least significant 4 bits
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_aarch64.S230 and w1, w1, #-16 // clear the least significant 4 bits
393 and w1, w1, #-16 // clear the least significant 4 bits

123