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.cc8793 vixl32::Register out_high = HighRegisterFrom(out); in VisitBitwiseNegatedRight() local
8798 __ Bic(out_high, first_high, second_high); in VisitBitwiseNegatedRight()
8802 __ Orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight()
8955 vixl32::Register out_high = HighRegisterFrom(out); in GenerateAddLongConst() local
8964 __ Add(out_high, first_high, value_high); in GenerateAddLongConst()
8969 __ Adc(out_high, first_high, value_high); in GenerateAddLongConst()
8972 __ Sbc(out_high, first_high, ~value_high); in GenerateAddLongConst()
9002 vixl32::Register out_high = HighRegisterFrom(out); in HandleBitwiseOperation() local
9005 GenerateAndConst(out_high, first_high, value_high); in HandleBitwiseOperation()
9008 GenerateOrrConst(out_high, first_high, value_high); in HandleBitwiseOperation()
[all …]