Home
last modified time | relevance | path

Searched defs:orn (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test.cc248 __ 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/
Dcode_generator_arm.cc7604 __ 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/
Dassembler_thumb2.cc618 void Thumb2Assembler::orn(Register rd, Register rn, const ShifterOperand& so, in orn() function in art::arm::Thumb2Assembler