Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm.cc2518 Register o_h = out.AsRegisterPairHigh<Register>(); in HandleShift() local
2531 __ Lsl(o_h, high, o_l); in HandleShift()
2535 __ orr(o_h, o_h, ShifterOperand(temp)); in HandleShift()
2539 __ Lsl(o_h, low, temp, false, PL); in HandleShift()
2543 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftValue)); in HandleShift()
2545 __ Lsr(o_l, low, o_h); in HandleShift()
2547 __ rsb(temp, o_h, ShifterOperand(kArmBitsPerWord)); in HandleShift()
2551 __ subs(temp, o_h, ShifterOperand(kArmBitsPerWord)); in HandleShift()
2555 __ Asr(o_h, high, o_h); in HandleShift()
2557 __ and_(o_h, second_reg, ShifterOperand(kMaxLongShiftValue)); in HandleShift()
[all …]