Home
last modified time | relevance | path

Searched refs:BITS_TWENTY_FOUR (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_dataview_stub_builder.cpp121 GateRef b3 = Int32LSR(value, Int32(builtins::BITS_TWENTY_FOUR)); in SetValueInBufferForInt32()
160 GateRef b3 = Int32LSR(lowerInt32, Int32(builtins::BITS_TWENTY_FOUR)); in SetValueInBufferForInt64()
165 GateRef b7 = Int32LSR(highInt32, Int32(builtins::BITS_TWENTY_FOUR)); in SetValueInBufferForInt64()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_arraybuffer.h36 static constexpr uint32_t BITS_TWENTY_FOUR = 24; member
H A Dbuiltins_arraybuffer.cpp480 biValue = ((liValue & 0x000000FF) << BITS_TWENTY_FOUR) // NOLINT in LittleEndianToBigEndian()
483 | ((liValue & 0xFF000000) >> BITS_TWENTY_FOUR); // NOLINT in LittleEndianToBigEndian()
497 | ((liValue & 0x0000000000FF0000) << BITS_TWENTY_FOUR) // NOLINT in LittleEndianToBigEndian64Bit()
500 | ((liValue & 0x0000FF0000000000) >> BITS_TWENTY_FOUR) // NOLINT in LittleEndianToBigEndian64Bit()

Completed in 4 milliseconds