Searched defs:orn (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 248 __ orn(R0, R1, ShifterOperand(R2), AL, kCcKeep); in TEST_F() local 380 __ orn(R0, R1, ShifterOperand(0x55)); in TEST_F() local 411 __ orn(R0, R1, ShifterOperand(0x550055)); in TEST_F() local
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 7604 __ orn(out_reg, first_reg, second_reg); in VisitBitwiseNegatedRight() local 7629 __ orn(out_low, first_low, second_low); in VisitBitwiseNegatedRight() local 7630 __ orn(out_high, first_high, second_high); in VisitBitwiseNegatedRight() local 7738 __ orn(out, first, ShifterOperand(~value)); in GenerateOrrConst() local
|
/art/compiler/utils/arm/ |
D | assembler_thumb2.cc | 618 void Thumb2Assembler::orn(Register rd, Register rn, const ShifterOperand& so, in orn() function in art::arm::Thumb2Assembler
|