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

  /external/chromium_org/build/toolchain/win/
setup_toolchain.py 55 dir_64 = path[i].rstrip("\\")
56 dir_64 = dir_64[:len(dir_64) - 6] # Trim off "\amd64".
57 path[i] = dir_64
72 dir_64 = dir_32 + "amd64"
74 dir_64 = dir_32 + "\\amd64"
75 path.insert(i, dir_64)
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 53 DIR_64
PPCAsmPrinter.cpp 851 if (Subtarget.isPPC64() && Directive < PPC::DIR_64)
852 Directive = PPC::DIR_64;
853 assert(Directive <= PPC::DIR_64 && "Directive out of range.");
    [all...]
PPC.td 36 def Directive64 : SubtargetFeature<"", "DarwinDirective", "PPC::DIR_64", "">;

Completed in 474 milliseconds