Home
last modified time | relevance | path

Searched refs:MVN (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/arm/
Dconstants_arm.h150 MVN = 15, // Move Not enumerator
Dassembler_thumb2.cc536 case MVN: in ShifterOperandCanHold()
638 EmitDataProcessing(cond, MVN, set_cc, R0, rd, so); in mvn()
1233 case MVN: in Is32BitDataProcessing()
1312 case MVN: in Is32BitDataProcessing()
1361 case MVN: thumb_opcode = 3U /* 0b0011 */; rn = PC; break; in Emit32BitDataProcessing()
1510 case MVN: { in Emit16BitDataProcessing()
1539 case MVN: thumb_opcode = 15U /* 0b1111 */; CHECK(!use_immediate); break; in Emit16BitDataProcessing()
3649 if (ShifterOperandCanHold(temp, kNoRegister, MVN, ~value, kCcKeep, &shifter_op)) { in AddConstant()
3652 } else if (ShifterOperandCanHold(temp, kNoRegister, MVN, ~(-value), kCcKeep, &shifter_op)) { in AddConstant()
3679 if (ShifterOperandCanHold(IP, kNoRegister, MVN, ~value, kCcKeep, &shifter_op)) { in CmpConstant()
[all …]
Dassembler_arm_vixl.cc107 case MVN: in ShifterOperandCanHold()
/art/compiler/optimizing/
Dcode_generator_arm.cc5361 case MOV: neg_opcode = MVN; neg_value = ~value; break; in CanEncodeConstantAsImmediate()
Dcode_generator_arm_vixl.cc5370 case MOV: neg_opcode = MVN; neg_value = ~value; break; in CanEncodeConstantAsImmediate()