Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm_vixl.h99 WITH_FLAGS_DONT_CARE_RD_RN_OP(Orn);
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc8182 __ Orn(out_reg, first_reg, second_reg); in VisitBitwiseNegatedRight() local
8207 __ Orn(out_low, first_low, second_low); in VisitBitwiseNegatedRight() local
8208 __ Orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight() local
8339 __ Orn(out, first, ~value); in GenerateOrrConst() local
Dcode_generator_arm64.cc2221 __ Orn(dst, lhs, rhs); in VisitBitwiseNegatedRight() local