/netbsd-src/common/lib/libc/arch/aarch64/atomic/ |
H A D | atomic_op_asm.h | 37 #define ATOMIC_OP8(OP, INSN) \ argument 47 #define SYNC_FETCH_OP8(OP, INSN) \ argument 59 #define ATOMIC_OP8_NV(OP, INSN) \ argument 69 #define SYNC_OP8_FETCH(OP, INSN) \ argument 81 #define ATOMIC_OP16(OP, INSN) \ argument 91 #define SYNC_FETCH_OP16(OP, INSN) \ argument 103 #define ATOMIC_OP16_NV(OP, INSN) \ argument 113 #define SYNC_OP16_FETCH(OP, INSN) \ argument 125 #define ATOMIC_OP32(OP, INSN) \ argument 135 #define SYNC_FETCH_OP32(OP, INSN) \ argument [all …]
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | tic54x.h | 96 #define INDIRECT(OP) ((OP)&0x80) argument 97 #define MOD(OP) (((OP)>>3)&0xF) argument 98 #define ARF(OP) ((OP)&0x7) argument 99 #define IS_LKADDR(OP) (INDIRECT(OP) && MOD(OP)>=12) argument 100 #define SRC(OP) ((OP)&0x200) argument 101 #define DST(OP) ((OP)&0x100) argument 102 #define SRC1(OP) ((OP)&0x100) argument 103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F)) argument 104 #define SHFT(OP) ((OP)&0xF) argument 105 #define ARX(OP) ((OP)&0x7) argument [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | tic54x.h | 96 #define INDIRECT(OP) ((OP)&0x80) argument 97 #define MOD(OP) (((OP)>>3)&0xF) argument 98 #define ARF(OP) ((OP)&0x7) argument 99 #define IS_LKADDR(OP) (INDIRECT(OP) && MOD(OP)>=12) argument 100 #define SRC(OP) ((OP)&0x200) argument 101 #define DST(OP) ((OP)&0x100) argument 102 #define SRC1(OP) ((OP)&0x100) argument 103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F)) argument 104 #define SHFT(OP) ((OP)&0xF) argument 105 #define ARX(OP) ((OP)&0x7) argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
H A D | linux-atomic.c | 68 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 69 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 71 #define WORD_SYNC_OP(OP, PFX_OP, INF_OP, RETURN) \ argument 86 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 205 #define NAME_oldval(OP, WIDTH) __sync_lock_##OP##_##WIDTH argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
H A D | linux-atomic.c | 68 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 69 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 71 #define WORD_SYNC_OP(OP, PFX_OP, INF_OP, RETURN) \ argument 86 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 205 #define NAME_oldval(OP, WIDTH) __sync_lock_##OP##_##WIDTH argument
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | linux-atomic-64bit.c | 71 #define FETCH_AND_OP_WORD64(OP, PFX_OP, INF_OP) \ argument 94 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 95 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 100 #define OP_AND_FETCH_WORD64(OP, PFX_OP, INF_OP) \ argument
|
H A D | linux-atomic.c | 102 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 123 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 124 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 129 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 165 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
H A D | freebsd-atomic.c | 142 #define SYNC_FETCH_AND_OP_N(N, TYPE, LDR, STR, NAME, OP) \ argument 172 #define SYNC_OP_AND_FETCH_N(N, TYPE, LDR, STR, NAME, OP) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | linux-atomic-64bit.c | 71 #define FETCH_AND_OP_WORD64(OP, PFX_OP, INF_OP) \ argument 94 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 95 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 100 #define OP_AND_FETCH_WORD64(OP, PFX_OP, INF_OP) \ argument
|
H A D | linux-atomic.c | 102 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 123 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 124 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 129 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 165 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
H A D | freebsd-atomic.c | 142 #define SYNC_FETCH_AND_OP_N(N, TYPE, LDR, STR, NAME, OP) \ argument 172 #define SYNC_OP_AND_FETCH_N(N, TYPE, LDR, STR, NAME, OP) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nios2/ |
H A D | linux-atomic.c | 61 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 82 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 83 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 124 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nios2/ |
H A D | linux-atomic.c | 61 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 82 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 83 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 124 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ttymodes.c | 286 #define TTYCHAR(NAME, OP) \ in ssh_tty_make_modes() argument 293 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_make_modes() argument 370 #define TTYCHAR(NAME, OP) \ in ssh_tty_parse_modes() argument 376 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_parse_modes() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
H A D | linux-atomic.c | 63 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 86 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 87 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 92 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 130 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/csky/ |
H A D | linux-atomic.c | 63 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 86 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 87 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 92 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 130 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
H A D | linux-atomic.c | 61 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 82 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 83 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 125 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
H A D | linux-atomic.c | 61 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 82 #define NAME_oldval(OP, WIDTH) __sync_fetch_and_##OP##_##WIDTH argument 83 #define NAME_newval(OP, WIDTH) __sync_##OP##_and_fetch_##WIDTH argument 88 #define SUBWORD_SYNC_OP(OP, PFX_OP, INF_OP, TYPE, WIDTH, RETURN) \ argument 125 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
H A D | linux-atomic.c | 112 #define FETCH_AND_OP_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ argument 149 #define OP_AND_FETCH_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ argument 186 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 209 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
H A D | linux-atomic.c | 118 #define FETCH_AND_OP_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ argument 155 #define OP_AND_FETCH_2(OP, PFX_OP, INF_OP, TYPE, WIDTH, INDEX) \ argument 192 #define FETCH_AND_OP_WORD(OP, PFX_OP, INF_OP) \ argument 215 #define OP_AND_FETCH_WORD(OP, PFX_OP, INF_OP) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Ownership.h | 60 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } in make() local 100 UnionOpaquePtr OP = { P.getAsOpaquePtr() }; in make() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYAsmBackend.h | 21 CSKYAsmBackend(const MCSubtargetInfo &STI, const MCTargetOptions &OP) in CSKYAsmBackend()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/aarch64/ |
H A D | lse.S | 275 #define OP add macro 279 #define OP bic macro 283 #define OP eor macro 287 #define OP orr macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/ |
H A D | lse.S | 275 #define OP add macro 279 #define OP bic macro 283 #define OP eor macro 287 #define OP orr macro
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | vaxnetbsd.c | 33 #define MY(OP) CONCAT2 (vax_aout_nbsd_,OP) argument
|