Searched refs:o_h (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 5265 vixl32::Register o_h = HighRegisterFrom(out); in HandleShift() local 5279 __ Lsl(o_h, high, o_l); in HandleShift() 5283 __ Orr(o_h, o_h, temp); in HandleShift() 5291 __ lsl(pl, o_h, low, temp); in HandleShift() 5296 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift() 5298 __ Lsr(o_l, low, o_h); in HandleShift() 5300 __ Rsb(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift() 5304 __ Subs(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift() 5313 __ Asr(o_h, high, o_h); in HandleShift() 5315 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift() [all …]
|