Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc4870 vixl32::Register o_h = HighRegisterFrom(out); in HandleShift() local
4884 __ Lsl(o_h, high, o_l); in HandleShift()
4888 __ Orr(o_h, o_h, temp); in HandleShift()
4896 __ lsl(pl, o_h, low, temp); in HandleShift()
4901 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift()
4903 __ Lsr(o_l, low, o_h); in HandleShift()
4905 __ Rsb(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift()
4909 __ Subs(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift()
4918 __ Asr(o_h, high, o_h); in HandleShift()
4920 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift()
[all …]