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

  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 71 (zero and higher). Higher numbers indicate more optimization effort.
72 Setting a higher optimization level will improve the application's
74 The default is ``optlevel`` is currently ``2``, and values higher
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 315 // daddiu $at, $at, %higher($tgt - $baltgt)
329 int64_t Higher = SignExtend64<16>(((Offset + 0x80008000) >> 32) & 0xffff);
342 .addReg(Mips::AT_64).addImm(Higher);

Completed in 74 milliseconds