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

  /toolchain/binutils/binutils-2.27/opcodes/
v850-opc.c 32 #define BOP(x) ((0x58 << 4) | (x & 0x0f))
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldexp.c 480 #define BOP(x, y) \
495 BOP ('+', +);
496 BOP ('*', *);
497 BOP ('-', -);
498 BOP (LSHIFT, <<);
499 BOP (RSHIFT, >>);
500 BOP ('&', &);
501 BOP ('^', ^);
502 BOP ('|', |);
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]

Completed in 97 milliseconds