HomeSort by relevance Sort by last modified time
    Searched refs:TIMES_8 (Results 1 - 22 of 22) sorted by null

  /art/compiler/utils/arm/
constants_arm.h 57 TIMES_8 = 3
  /art/compiler/utils/mips/
constants_mips.h 115 TIMES_8 = 3
assembler_mips.h     [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
constants_mips64.h 90 TIMES_8 = 3
assembler_mips64.h     [all...]
assembler_mips64.cc     [all...]
  /art/compiler/utils/x86/
constants_x86.h 75 TIMES_8 = 3
  /art/compiler/utils/x86_64/
constants_x86_64.h 84 TIMES_8 = 3
  /art/compiler/optimizing/
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_vector_mips.cc 868 case 8: scale = TIMES_8; break;
    [all...]
code_generator_vector_mips64.cc 872 case 8: scale = TIMES_8; break;
    [all...]
code_generator_vector_x86.cc 866 case 8: scale = TIMES_8; break;
    [all...]
code_generator_vector_x86_64.cc 859 case 8: scale = TIMES_8; break;
    [all...]
code_generator_x86_64.cc     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 61 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 };
    [all...]
IceTargetLoweringX8664Traits.h 62 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 };
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
GPRArith.cpp 160 Address(GPRRegister::Encoded_Reg_##Index, Traits::TIMES_8, Disp, \
170 ASSERT_EQ((test.Index() << Traits::TIMES_8) + (Disp), test.Dst3()) \
205 GPRRegister::Encoded_Reg_##Index, Traits::TIMES_8, Disp, \
222 ASSERT_EQ(test.Base() + (ExpectedIndexValue << Traits::TIMES_8) + (Disp), \
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp 147 Address(Encoded_GPR_##Index(), Traits::TIMES_8, Disp, \
157 ASSERT_EQ((test.Index##d() << Traits::TIMES_8) + (Disp), test.Dst3##d()) \
188 Traits::TIMES_8, Disp, AssemblerFixup::NoFixup)); \
207 ASSERT_EQ(test.Base##d() + (ExpectedIndexValue << Traits::TIMES_8) + \
    [all...]

Completed in 459 milliseconds