Searched defs:out_reg_hi (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm.cc274 Register out_reg_hi = output.AsRegisterPairHigh<Register>(); local
280 __ adc(out_reg_hi, in_reg_hi, ShifterOperand(mask));
282 __ eor(out_reg_hi, mask, ShifterOperand(out_reg_hi));

Completed in 31 milliseconds