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 | 8450 __ Orn(out_reg, first_reg, second_reg); in VisitBitwiseNegatedRight() local 8475 __ Orn(out_low, first_low, second_low); in VisitBitwiseNegatedRight() local 8476 __ Orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight() local 8607 __ Orn(out, first, ~value); in GenerateOrrConst() local
|
D | code_generator_arm64.cc | 2288 __ Orn(dst, lhs, rhs); in VisitBitwiseNegatedRight() local
|