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

  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 405 #define LK 1
496 tcg_out32 (s, BCCTR | BO_ALWAYS | LK);
499 tcg_out_b (s, LK, arg);
503 tcg_out32 (s, BCLR | BO_ALWAYS | LK);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 403 #define LK 1
506 tcg_out_b (s, LK, arg);
510 tcg_out32 (s, BCLR | BO_ALWAYS | LK);
525 tcg_out32 (s, BCCTR | BO_ALWAYS | LK);
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 779 bool isAtLeast(LockKind LK) {
780 return (LK == LK_Shared) || (LKind == LK_Exclusive);
    [all...]

Completed in 193 milliseconds