Searched refs:second_high (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 8369 vixl32::Register second_high = HighRegisterFrom(second); in VisitBitwiseNegatedRight() local 8376 __ Bic(out_high, first_high, second_high); in VisitBitwiseNegatedRight() 8380 __ Orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight() 8613 vixl32::Register second_high = HighRegisterFrom(second); in HandleBitwiseOperation() local 8618 __ And(out_high, first_high, second_high); in HandleBitwiseOperation() 8621 __ Orr(out_high, first_high, second_high); in HandleBitwiseOperation() 8625 __ Eor(out_high, first_high, second_high); in HandleBitwiseOperation()
|