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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 118 #define OPND(n) ((int)((n)&OPDMASK))
119 #define SOP(op, opnd) ((op)|(opnd))
  /external/llvm/lib/Support/
regex2.h 71 #define OPND(n) ((n)&OPDMASK)
72 #define SOP(op, opnd) ((op)|(opnd))
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 68 #define OPND(n) ((n)&OPDMASK)
69 #define SOP(op, opnd) ((op)|(opnd))
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-tbl.h 26 #define OPND(x) AARCH64_OPND_##x
28 #define OP1(a) {OPND(a)}
29 #define OP2(a,b) {OPND(a), OPND(b)}
30 #define OP3(a,b,c) {OPND(a), OPND(b), OPND(c)}
31 #define OP4(a,b,c,d) {OPND(a), OPND(b), OPND(c), OPND(d)
    [all...]

Completed in 295 milliseconds