/art/compiler/optimizing/ |
D | instruction_simplifier.cc | 53 bool ReplaceRotateWithRor(HBinaryOperation* op, HUShr* ushr, HShl* shl); 55 bool TryReplaceWithRotateConstantPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl); 56 bool TryReplaceWithRotateRegisterNegPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl); 57 bool TryReplaceWithRotateRegisterSubPattern(HBinaryOperation* op, HUShr* ushr, HShl* shl); 424 HShl* shl) { in ReplaceRotateWithRor() argument 435 if (!shl->HasUses()) { in ReplaceRotateWithRor() 436 shl->GetBlock()->RemoveInstruction(shl); in ReplaceRotateWithRor() 438 if (!shl->GetRight()->HasUses()) { in ReplaceRotateWithRor() 439 shl->GetRight()->GetBlock()->RemoveInstruction(shl->GetRight()); in ReplaceRotateWithRor() 453 HShl* shl = left->IsShl() ? left->AsShl() : right->AsShl(); in TryReplaceWithRotate() local [all …]
|
D | induction_var_analysis_test.cc | 290 HInstruction* shl = InsertInstruction( in TEST_F() local 299 EXPECT_STREQ("((2) * i + (0)):Int32", GetInductionInfo(shl, 0).c_str()); in TEST_F() 475 HInstruction* shl = InsertInstruction( in TEST_F() local 494 GetInductionInfo(shl, 0).c_str()); in TEST_F() 616 HInstruction* shl = InsertInstruction( in TEST_F() local 629 EXPECT_STREQ("", GetInductionInfo(shl, 0).c_str()); in TEST_F() 695 HInstruction* shl = InsertInstruction( in TEST_F() local 713 GetInductionInfo(shl, 0).c_str()); in TEST_F() 1020 HInstruction* shl = InsertInstruction( in TEST_F() local 1033 EXPECT_STREQ("periodic((2), (0)):Int32", GetInductionInfo(shl, 0).c_str()); in TEST_F()
|
D | code_generator_mips64.cc | 7111 void LocationsBuilderMIPS64::VisitShl(HShl* shl) { in VisitShl() argument 7112 HandleShift(shl); in VisitShl() 7115 void InstructionCodeGeneratorMIPS64::VisitShl(HShl* shl) { in VisitShl() argument 7116 HandleShift(shl); in VisitShl()
|
D | code_generator_arm_vixl.cc | 5003 void LocationsBuilderARMVIXL::VisitShl(HShl* shl) { in VisitShl() argument 5004 HandleShift(shl); in VisitShl() 5007 void InstructionCodeGeneratorARMVIXL::VisitShl(HShl* shl) { in VisitShl() argument 5008 HandleShift(shl); in VisitShl()
|
D | code_generator_mips.cc | 9489 void LocationsBuilderMIPS::VisitShl(HShl* shl) { in VisitShl() argument 9490 HandleShift(shl); in VisitShl() 9493 void InstructionCodeGeneratorMIPS::VisitShl(HShl* shl) { in VisitShl() argument 9494 HandleShift(shl); in VisitShl()
|
/art/test/685-shifts/smali/ |
D | Test.smali | 21 shl-long v0, p0, v2 42 shl-long v0, p0, v2
|
/art/test/467-regalloc-pair/smali/ |
D | TestCase.smali | 38 shl-long/2addr v4, v3
|
/art/test/593-checker-shift-and-simplifier/smali/ |
D | SmaliTests.smali | 53 shl-int/lit8 v3, v2, 0x2
|
/art/test/dexdump/ |
D | all.txt | 166 0004c0: 9800 0102 |0010: shl-int v0, v1, v2 177 0004ec: a300 0102 |0026: shl-long v0, v1, v2 213 000544: b810 |0008: shl-int/2addr v0, v1 224 00055a: c310 |0013: shl-long/2addr v0, v1 283 0005dc: e000 0112 |0010: shl-int/lit8 v0, v1, #int 18 // #12
|
D | bytecodes.txt | 1447 001584: 9802 0809 |0036: shl-int v2, v8, v9 1492 0015d4: e00d 0d01 |0000: shl-int/lit8 v13, v13, #int 1 // #01 1495 0015e0: b8ed |0006: shl-int/2addr v13, v14 1505 001602: 9806 0e09 |0017: shl-int v6, v14, v9 1607 0016a4: a31c 1c16 |0002: shl-long v28, v28, v22 1615 0016c2: a31c 1c16 |0011: shl-long v28, v28, v22 1635 00170c: a30e 1e16 |0036: shl-long v14, v30, v22
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 48 shl $1, %ecx
|
D | quick_entrypoints_x86.S | 1691 shl %cl,%eax
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 47 shl $1, %rdx
|