Searched refs:shifted_val (Results 1 – 2 of 2) sorted by relevance
424 const int16x8_t shifted_val = vsubq_s16(shifted_val_pos_xor, val_sign); in Divide16x8PowRound() local425 return shifted_val; in Divide16x8PowRound()436 const int64x2_t shifted_val = vsubq_s64(shifted_val_pos_xor, val_sign); in Divide64x2PowRound() local437 return shifted_val; in Divide64x2PowRound()
1586 uint64_t shifted_val = static_cast<uint64_t>(value); in set_low_register() local1588 uint64_t result = (orig_val >> 32 << 32) | shifted_val; in set_low_register()1593 uint64_t shifted_val = static_cast<uint64_t>(value) << 32; in set_high_register() local1595 uint64_t result = (orig_val & 0xFFFFFFFF) | shifted_val; in set_high_register()