/art/compiler/utils/ |
D | assembler_thumb_test.cc | 215 __ mov(R0, ShifterOperand(R1)); in TEST_F() local 216 __ mov(R8, ShifterOperand(R9)); in TEST_F() local 218 __ mov(R0, ShifterOperand(1)); in TEST_F() local 219 __ mov(R8, ShifterOperand(9)); in TEST_F() local 227 __ mov(R0, ShifterOperand(R1)); in TEST_F() local 228 __ mov(R8, ShifterOperand(R9)); in TEST_F() local 234 __ mov(R0, ShifterOperand(R1)); in TEST_F() local 258 __ mov(R0, ShifterOperand(R1), AL, kCcKeep); in TEST_F() local 274 __ mov(R1, ShifterOperand(R8), AL, kCcKeep); in TEST_F() local 275 __ mov(R9, ShifterOperand(R0), AL, kCcKeep); in TEST_F() local [all …]
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm.cc | 368 __ mov(dst.AsCoreRegister(), ShifterOperand(src.AsCoreRegister())); in Move() local 390 __ mov(dst.AsRegisterPairLow(), ShifterOperand(src.AsRegisterPairLow())); in Move() local 391 __ mov(dst.AsRegisterPairHigh(), ShifterOperand(src.AsRegisterPairHigh())); in Move() local 393 __ mov(dst.AsRegisterPairHigh(), ShifterOperand(src.AsRegisterPairHigh())); in Move() local 394 __ mov(dst.AsRegisterPairLow(), ShifterOperand(src.AsRegisterPairLow())); in Move() local 578 __ mov(tr.AsArm().AsCoreRegister(), ShifterOperand(TR)); in GetCurrentThread() local 643 __ mov(R0, ShifterOperand(scratch_.AsCoreRegister())); in Emit() local
|
D | assembler_arm_vixl.cc | 430 ___ mov(cond, rd, rn); in AddConstantInIt() local
|
D | jni_macro_assembler_arm_vixl.cc | 465 ___ mov(eq, out_reg.AsVIXLRegister(), 0); in CreateHandleScopeEntry() local
|
D | assembler_thumb2.cc | 624 void Thumb2Assembler::mov(Register rd, const ShifterOperand& so, in mov() function in art::arm::Thumb2Assembler
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 399 __ mov(entry_address, ShifterOperand(temp)); in EmitNativeCode() local 484 __ mov(entry_address, ShifterOperand(temp)); in EmitNativeCode() local 1406 __ mov(out, in); in GenerateDataProcInstruction() local 2090 __ mov(IP, ShifterOperand(0)); in GenerateFrameEntry() local 2810 __ mov(out.AsRegister<Register>(), operand, cond.first); in VisitSelect() local 2829 __ mov(out.AsRegisterPairLow<Register>(), operand_low, cond.first); in VisitSelect() local 2831 __ mov(out.AsRegisterPairHigh<Register>(), operand_high, cond.first); in VisitSelect() local 2917 __ mov(out, ShifterOperand(1), condition.first); in HandleCondition() local 2919 __ mov(out, ShifterOperand(0), condition.second); in HandleCondition() local 2945 __ mov(out, ShifterOperand(0), AL, kCcKeep); in HandleCondition() local [all …]
|
D | intrinsics_arm.cc | 474 __ mov(out, ShifterOperand(op1), is_min ? Condition::LT : Condition::GT); in GenMinMax() local 475 __ mov(out, ShifterOperand(op2), is_min ? Condition::GE : Condition::LE); in GenMinMax() local 1067 __ mov(out, ShifterOperand(0), CC); in GenCas() local 1179 __ mov(temp0, ShifterOperand(temp1), GT); in VisitStringCompareTo() local 1196 __ mov(temp1, ShifterOperand(value_offset)); in VisitStringCompareTo() local 1296 __ mov(temp1, ShifterOperand(str)); in VisitStringCompareTo() local 1297 __ mov(temp2, ShifterOperand(arg)); in VisitStringCompareTo() local 1300 __ mov(temp1, ShifterOperand(arg), CS); // Preserves flags. in VisitStringCompareTo() local 1301 __ mov(temp2, ShifterOperand(str), CS); // Preserves flags. in VisitStringCompareTo() local 2542 __ mov(num_chr, ShifterOperand(IP)); in VisitStringGetCharsNoCheck() local
|
D | intrinsics_arm_vixl.cc | 710 __ mov(cond, out_lo, op2_lo); in GenMinMaxLong() local 711 __ mov(cond, out_hi, op2_hi); in GenMinMaxLong() local 753 __ mov(is_min ? lt : gt, out, op1); in GenMinMax() local 754 __ mov(is_min ? ge : le, out, op2); in GenMinMax() local 1416 __ mov(cc, out, 0); in GenCas() local 1535 __ mov(gt, temp0, temp1); in VisitStringCompareTo() local 1673 __ mov(cs, temp1, arg); // Preserves flags. in VisitStringCompareTo() local 1674 __ mov(cs, temp2, str); // Preserves flags. in VisitStringCompareTo() local
|
D | code_generator_arm_vixl.cc | 2841 __ mov(cond.first, RegisterFrom(out), OperandFrom(src, type)); in VisitSelect() local 2860 __ mov(cond.first, LowRegisterFrom(out), operand_low); in VisitSelect() local 2862 __ mov(cond.first, HighRegisterFrom(out), operand_high); in VisitSelect() local 2952 __ mov(condition.first, out, 1); in HandleCondition() local 2954 __ mov(condition.second, out, 0); in HandleCondition() local 7164 __ mov(eq, out, 1); in VisitInstanceOf() local 7242 __ mov(eq, out, 1); in VisitInstanceOf() local 7293 __ mov(eq, out, 1); in VisitInstanceOf() local
|