Searched defs:mvn (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/arm/
H A Dassembler_arm32.cc142 void Arm32Assembler::mvn(Register rd, const ShifterOperand& so, Condition cond) { function in class:art::arm::Arm32Assembler
1263 mvn(IP, shifter_op, cond);
1266 mvn(IP, shifter_op, cond);
1290 mvn(IP, shifter_op, cond);
1293 mvn(IP, shifter_op, cond);
1312 mvn(rd, shifter_op, cond);
H A Dassembler_thumb2.cc144 void Thumb2Assembler::mvn(Register rd, const ShifterOperand& so, Condition cond) { function in class:art::arm::Thumb2Assembler
2314 mvn(IP, shifter_op, cond);
2317 mvn(IP, shifter_op, cond);
2341 mvn(IP, shifter_op, cond);
2344 mvn(IP, shifter_op, cond);
2363 mvn(rd, shifter_op, cond);

Completed in 10 milliseconds