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 349 unsigned EncodedBytes = 0;
359 EncodedBytes = 0;
364 ++EncodedBytes;
369 ++EncodedBytes;
374 ++EncodedBytes;
386 ++EncodedBytes;
398 ++EncodedBytes;
403 ++EncodedBytes;
408 ++EncodedBytes;
410 ++EncodedBytes;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 390 unsigned EncodedBytes = 0;
395 EncodedBytes = 16;
415 assert(NumBytes >= EncodedBytes &&
417 assert((NumBytes - EncodedBytes) % 4 == 0 &&
419 for (unsigned i = EncodedBytes; i < NumBytes; i += 4)
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]

Completed in 77 milliseconds