HomeSort by: relevance | last modified time | path
    Searched defs:Unpredictable (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c 32 /* XXX FIXME: temporary hack while the impact of making unpredictable()
34 #undef Unpredictable
35 #define Unpredictable() unpredictable_action (cpu, cia)
415 Unpredictable ();
534 Unpredictable ();
658 Unpredictable ();
889 Unpredictable ();
928 Unpredictable ();
961 Unpredictable ();
993 Unpredictable ();
    [all...]
sim-main.h 1002 #define Unpredictable() unpredictable (SD_)
  /src/external/gpl3/gdb/dist/sim/mips/
mdmx.c 32 /* XXX FIXME: temporary hack while the impact of making unpredictable()
34 #undef Unpredictable
35 #define Unpredictable() unpredictable_action (cpu, cia)
415 Unpredictable ();
534 Unpredictable ();
658 Unpredictable ();
889 Unpredictable ();
928 Unpredictable ();
961 Unpredictable ();
993 Unpredictable ();
    [all...]
sim-main.h 1002 #define Unpredictable() unpredictable (SD_)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1790 llvm::MDNode *Unpredictable = nullptr;
1793 // create metadata that specifies that the branch is unpredictable.
1800 Unpredictable = MDHelper.createUnpredictable();
1815 Builder.CreateCondBr(CondV, TrueBlock, FalseBlock, Weights, Unpredictable);

Completed in 31 milliseconds