Home
last modified time | relevance | path

Searched defs:shift_amount (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Ddtoa_helper.h80 void Shift(int shift_amount) in Shift() argument
96 low_bits_ >>= shift_amount; Shift() local
98 high_bits_ >>= shift_amount; Shift() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp724 uint32_t shift_amount = (operand.GetShiftAmount() << BITWISE_OP_ShiftAmount_LOWBITS) & BITWISE_OP_ShiftAmount_MASK; in BitWiseOpShift() local
877 uint32_t shift_amount = ((operand.GetShiftAmount()) << ADD_SUB_ShiftAmount_LOWBITS) & ADD_SUB_ShiftAmount_MASK; in AddSubReg() local

Completed in 4 milliseconds