HomeSort by relevance Sort by last modified time
    Searched refs:ScaleFactor (Results 1 - 25 of 38) sorted by null

1 2

  /art/compiler/utils/mips64/
constants_mips64.h 58 enum ScaleFactor {
  /art/compiler/utils/mips/
constants_mips.h 82 enum ScaleFactor {
  /art/compiler/utils/x86/
constants_x86.h 71 enum ScaleFactor {
assembler_x86.h 61 ScaleFactor scale() const {
62 return static_cast<ScaleFactor>((encoding_at(1) >> 6) & 3);
100 void SetSIB(ScaleFactor scale_in, Register index_in, Register base_in) {
172 Address(Register index_in, ScaleFactor scale_in, int32_t disp) {
179 Address(Register base_in, Register index_in, ScaleFactor scale_in, int32_t disp) {
185 ScaleFactor scale_in,
220 void Init(Register base_in, Register index_in, ScaleFactor scale_in, int32_t disp) {
  /art/compiler/utils/x86_64/
constants_x86_64.h 80 enum ScaleFactor {
assembler_x86_64.h 69 ScaleFactor scale() const {
70 return static_cast<ScaleFactor>((encoding_at(1) >> 6) & 3);
120 void SetSIB(ScaleFactor scale_in, CpuRegister index_in, CpuRegister base_in) {
210 Address(CpuRegister index_in, ScaleFactor scale_in, int32_t disp) {
217 Address(CpuRegister base_in, CpuRegister index_in, ScaleFactor scale_in, int32_t disp) {
    [all...]
  /external/aac/libAACdec/src/
stereo.cpp 235 SHORT *ScaleFactor;
239 ScaleFactor = &pAacDecoderChannelInfo[R]->pDynData->aScaleFactor[group*16];
256 int bandScale = -(ScaleFactor [band] + 100) ;
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c     [all...]
lnc_hostcode.h 133 IMG_UINT8 ScaleFactor; /* Scale Factor (H264 only) */
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]
pnw_hostcode.h 164 IMG_UINT8 ScaleFactor; /* Scale Factor (H264 only) */
  /external/v8/src/x87/
assembler-x87.h 310 enum ScaleFactor {
340 ScaleFactor scale,
346 ScaleFactor scale,
350 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) {
361 ScaleFactor scale,
392 inline void set_sib(ScaleFactor scale, Register index, Register base);
    [all...]
macro-assembler-x87.h 624 void Allocate(int header_size, ScaleFactor element_size,
    [all...]
assembler-x87-inl.h 512 void Operand::set_sib(ScaleFactor scale, Register index, Register base) {
  /art/compiler/optimizing/
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc     [all...]
  /art/compiler/utils/arm/
constants_arm.h 53 enum ScaleFactor {
  /external/v8/src/ic/x64/
stub-cache-x64.cc 28 ScaleFactor scale_factor = kPointerSize == kInt64Size ? times_2 : times_1;
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 147 unsigned Flags, unsigned ScaleFactor,
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 103 static ScaleFactor ScaleFor(AddressingMode one, AddressingMode mode) {
110 return static_cast<ScaleFactor>(scale);
132 ScaleFactor scale = ScaleFor(kMode_MR1, mode);
142 ScaleFactor scale = ScaleFor(kMode_MR1I, mode);
151 ScaleFactor scale = ScaleFor(kMode_M1, mode);
160 ScaleFactor scale = ScaleFor(kMode_M1I, mode);
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 68 static ScaleFactor ScaleFor(AddressingMode one, AddressingMode mode) {
75 return static_cast<ScaleFactor>(scale);
97 ScaleFactor scale = ScaleFor(kMode_MR1, mode);
107 ScaleFactor scale = ScaleFor(kMode_MR1I, mode);
122 ScaleFactor scale = ScaleFor(kMode_M1, mode);
131 ScaleFactor scale = ScaleFor(kMode_M1I, mode);
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 310 enum ScaleFactor {
343 ScaleFactor scale,
349 ScaleFactor scale,
353 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) {
364 ScaleFactor scale,
395 inline void set_sib(ScaleFactor scale, Register index, Register base);
    [all...]
assembler-ia32-inl.h 511 void Operand::set_sib(ScaleFactor scale, Register index, Register base) {
  /external/v8/src/x64/
macro-assembler-x64.h 81 SmiIndex(Register index_register, ScaleFactor scale)
85 ScaleFactor scale;
    [all...]
  /external/opencv3/modules/superres/src/
optical_flow.cpp 491 CV_IMPL_PROPERTY(double, ScaleFactor, scaleFactor_)

Completed in 1622 milliseconds

1 2