Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc5062 vixl32::Label shift_by_32_plus_shift_right; in HandleLongRotate() local
5068 __ B(cc, &shift_by_32_plus_shift_right, /* is_far_target= */ false); in HandleLongRotate()
5080 __ Bind(&shift_by_32_plus_shift_right); // Shift by 32+shift_right. in HandleLongRotate()