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

  /external/vixl/src/aarch32/
disasm-aarch32.h 599 virtual void Unpredictable() { os() << " ; unpredictable"; }
600 virtual void UnpredictableT32(uint32_t /*instr*/) { return Unpredictable(); }
601 virtual void UnpredictableA32(uint32_t /*instr*/) { return Unpredictable(); }
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
  /external/v8/src/mips/
simulator-mips.h 289 // Unpredictable value.
290 Unpredictable = 0xbadbeaf
485 // the upper 32-bit is unpredictable.
  /external/v8/src/mips64/
simulator-mips64.h 299 // Unpredictable value.
300 Unpredictable = 0xbadbeaf

Completed in 688 milliseconds