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

  /src/lib/libc/regex/
regex2.h 85 #define OPND(n) ((n)&OPDMASK)
86 #define SOP(op, opnd) ((op)|(opnd))
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h 74 #define OPND(n) ((n)&OPDMASK)
75 #define SOP(op, opnd) ((op)|(opnd))
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-tbl.h 30 #define OPND(x) AARCH64_OPND_##x
32 #define OP1(a) {OPND(a)}
33 #define OP2(a,b) {OPND(a), OPND(b)}
34 #define OP3(a,b,c) {OPND(a), OPND(b), OPND(c)}
35 #define OP4(a,b,c,d) {OPND(a), OPND(b), OPND(c), OPND(d)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-tbl.h 30 #define OPND(x) AARCH64_OPND_##x
32 #define OP1(a) {OPND(a)}
33 #define OP2(a,b) {OPND(a), OPND(b)}
34 #define OP3(a,b,c) {OPND(a), OPND(b), OPND(c)}
35 #define OP4(a,b,c,d) {OPND(a), OPND(b), OPND(c), OPND(d)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-tbl.h 30 #define OPND(x) AARCH64_OPND_##x
32 #define OP1(a) {OPND(a)}
33 #define OP2(a,b) {OPND(a), OPND(b)}
34 #define OP3(a,b,c) {OPND(a), OPND(b), OPND(c)}
35 #define OP4(a,b,c,d) {OPND(a), OPND(b), OPND(c), OPND(d)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-tbl.h 30 #define OPND(x) AARCH64_OPND_##x
32 #define OP1(a) {OPND(a)}
33 #define OP2(a,b) {OPND(a), OPND(b)}
34 #define OP3(a,b,c) {OPND(a), OPND(b), OPND(c)}
35 #define OP4(a,b,c,d) {OPND(a), OPND(b), OPND(c), OPND(d)
    [all...]

Completed in 30 milliseconds