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.cc8371 vixl32::Register out_high = HighRegisterFrom(out); in VisitBitwiseNegatedRight() local
8376 __ Bic(out_high, first_high, second_high); in VisitBitwiseNegatedRight()
8380 __ Orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight()
8533 vixl32::Register out_high = HighRegisterFrom(out); in GenerateAddLongConst() local
8542 __ Add(out_high, first_high, value_high); in GenerateAddLongConst()
8547 __ Adc(out_high, first_high, value_high); in GenerateAddLongConst()
8550 __ Sbc(out_high, first_high, ~value_high); in GenerateAddLongConst()
8580 vixl32::Register out_high = HighRegisterFrom(out); in HandleBitwiseOperation() local
8583 GenerateAndConst(out_high, first_high, value_high); in HandleBitwiseOperation()
8586 GenerateOrrConst(out_high, first_high, value_high); in HandleBitwiseOperation()
[all …]