Searched refs:second_high (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 8000 vixl32::Register second_high = HighRegisterFrom(second); in VisitBitwiseNegatedRight() local 8007 __ Bic(out_high, first_high, second_high); in VisitBitwiseNegatedRight() 8011 __ Orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight() 8244 vixl32::Register second_high = HighRegisterFrom(second); in HandleBitwiseOperation() local 8249 __ And(out_high, first_high, second_high); in HandleBitwiseOperation() 8252 __ Orr(out_high, first_high, second_high); in HandleBitwiseOperation() 8256 __ Eor(out_high, first_high, second_high); in HandleBitwiseOperation()
|