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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 368 unsigned ImmLimit;
tgsi_exec.c     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 390 uint8_t ImmLimit = Entry.Imm1Limit;
399 ImmLimit = Entry.Imm2Limit;
544 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2SizeReduction.cpp 328 uint8_t ImmLimit = Entry.Imm1Limit;
337 ImmLimit = Entry.Imm2Limit;
436 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale;

Completed in 1123 milliseconds