Searched defs:shift_amount (Results 1 – 6 of 6) sorted by relevance
32 /*out*/int* shift_amount) { in GetOpInfoFromInstruction()
121 int shift_amount = 0; in TryMergeIntoShifterOperand() local
135 int shift_amount = 0; in TryMergeIntoShifterOperand() local
362 HInstruction* shift_amount = instruction->GetRight(); in VisitShift() local
1143 void GKI_shiftdown(uint8_t* p_mem, uint32_t len, uint32_t shift_amount) { in GKI_shiftdown()
42 static void shiftdown(uint8_t* p_mem, uint32_t len, uint32_t shift_amount) { in shiftdown()