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

  /art/compiler/dex/quick/arm64/
arm64_lir.h 401 // All the formats below are encoded in the same way (as a kFmtBitBlt).
402 // These are grouped together, for fast handling (e.g. "if (LIKELY(fmt <= kFmtBitBlt)) ...").
412 kFmtBitBlt, // Bit string using end/start.
428 int end; // end for kFmtBitBlt, 1-bit slice end for FP regs.
429 int start; // start for kFmtBitBlt, 4-bit slice end for FP regs.
449 int8_t end; // end for kFmtBitBlt, 1-bit slice end for FP regs.
450 int8_t start; // start for kFmtBitBlt, 4-bit slice end for FP regs.
  /art/compiler/dex/quick/mips/
mips_lir.h 488 kFmtBitBlt, /* Bit string using end/start */
499 int end; // end for kFmtBitBlt, 1-bit slice end for FP regs.
500 int start; // start for kFmtBitBlt, 4-bit slice end for FP regs.
  /art/compiler/dex/quick/arm/
arm_lir.h     [all...]

Completed in 193 milliseconds