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.cc5503 vixl32::Register o_h = HighRegisterFrom(out); in HandleShift() local
5517 __ Lsl(o_h, high, o_l); in HandleShift()
5521 __ Orr(o_h, o_h, temp); in HandleShift()
5529 __ lsl(pl, o_h, low, temp); in HandleShift()
5534 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift()
5536 __ Lsr(o_l, low, o_h); in HandleShift()
5538 __ Rsb(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift()
5542 __ Subs(temp, o_h, Operand::From(kArmBitsPerWord)); in HandleShift()
5551 __ Asr(o_h, high, o_h); in HandleShift()
5553 __ And(o_h, second_reg, kMaxLongShiftDistance); in HandleShift()
[all …]