Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc8199 vixl32::Register out_high = HighRegisterFrom(out); in VisitBitwiseNegatedRight() local
8204 __ Bic(out_high, first_high, second_high); in VisitBitwiseNegatedRight()
8208 __ Orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight()
8361 vixl32::Register out_high = HighRegisterFrom(out); in GenerateAddLongConst() local
8370 __ Add(out_high, first_high, value_high); in GenerateAddLongConst()
8375 __ Adc(out_high, first_high, value_high); in GenerateAddLongConst()
8378 __ Sbc(out_high, first_high, ~value_high); in GenerateAddLongConst()
8408 vixl32::Register out_high = HighRegisterFrom(out); in HandleBitwiseOperation() local
8411 GenerateAndConst(out_high, first_high, value_high); in HandleBitwiseOperation()
8414 GenerateOrrConst(out_high, first_high, value_high); in HandleBitwiseOperation()
[all …]