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

  /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;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 266 unsigned ImmLimit;

Completed in 233 milliseconds