Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test.cc243 __ mvn(R0, ShifterOperand(R1), AL, kCcKeep); in TEST_F() local
328 __ mvn(R0, ShifterOperand(R1), arm::EQ, kCcKeep); in TEST_F() local
348 __ mvn(R0, ShifterOperand(R1)); in TEST_F() local
375 __ mvn(R0, ShifterOperand(0x55)); in TEST_F() local
406 __ mvn(R0, ShifterOperand(0x550055)); in TEST_F() local
/art/compiler/optimizing/
Dcode_generator_arm.cc4901 __ mvn(out.AsRegister<Register>(), ShifterOperand(in.AsRegister<Register>())); in VisitNot() local
4905 __ mvn(out.AsRegisterPairLow<Register>(), in VisitNot() local
4907 __ mvn(out.AsRegisterPairHigh<Register>(), in VisitNot() local
7730 __ mvn(out, ShifterOperand(0)); in GenerateOrrConst() local
/art/compiler/utils/arm/
Dassembler_thumb2.cc636 void Thumb2Assembler::mvn(Register rd, const ShifterOperand& so, in mvn() function in art::arm::Thumb2Assembler