Searched refs:Orn (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.h | 99 WITH_FLAGS_DONT_CARE_RD_RN_OP(Orn);
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 8182 __ 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
|
D | code_generator_arm64.cc | 2221 __ Orn(dst, lhs, rhs); in VisitBitwiseNegatedRight() local
|