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.cc5047 vixl32::Register o_h = HighRegisterFrom(out); in HandleShift() local
5061 __ Lsl(o_h, high, o_l); in HandleShift()
5065 __ Orr(o_h, o_h, temp); in HandleShift()
5073 __ lsl(pl, o_h, low, temp); in HandleShift()
5078 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift()
5080 __ Lsr(o_l, low, o_h); in HandleShift()
5082 __ Rsb(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift()
5086 __ Subs(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift()
5095 __ Asr(o_h, high, o_h); in HandleShift()
5097 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift()
[all …]