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

  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 362 unsigned EncodedBytes = 0;
372 EncodedBytes = 0;
377 ++EncodedBytes;
382 ++EncodedBytes;
387 ++EncodedBytes;
399 ++EncodedBytes;
411 ++EncodedBytes;
416 ++EncodedBytes;
421 ++EncodedBytes;
423 ++EncodedBytes;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 400 unsigned EncodedBytes = 0;
405 EncodedBytes = 16;
425 assert(NumBytes >= EncodedBytes &&
427 assert((NumBytes - EncodedBytes) % 4 == 0 &&
429 for (unsigned i = EncodedBytes; i < NumBytes; i += 4)
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]

Completed in 43 milliseconds