Searched refs:o_h (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 5219 vixl32::Register o_h = HighRegisterFrom(out); in HandleShift() local 5233 __ Lsl(o_h, high, o_l); in HandleShift() 5237 __ Orr(o_h, o_h, temp); in HandleShift() 5245 __ lsl(pl, o_h, low, temp); in HandleShift() 5250 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift() 5252 __ Lsr(o_l, low, o_h); in HandleShift() 5254 __ Rsb(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift() 5258 __ Subs(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift() 5267 __ Asr(o_h, high, o_h); in HandleShift() 5269 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift() [all …]
|