Home
last modified time | relevance | path

Searched refs:shift_low (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc1650 int shift_low = CountTrailingZeros(imm, reg_size); in MoveImmediateForShiftedOp() local
1656 shift_low = std::min(shift_low, 4); in MoveImmediateForShiftedOp()
1660 VIXL_ASSERT((shift_low >= 0) && (shift_low < 64)); in MoveImmediateForShiftedOp()
1662 uint64_t imm_low = ExtractSignedBitfield64(63, shift_low, imm); in MoveImmediateForShiftedOp()
1673 return Operand(dst, LSL, shift_low); in MoveImmediateForShiftedOp()