Home
last modified time | relevance | path

Searched defs:OP (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/netbsd/common/lib/libc/arch/aarch64/atomic/
H A Datomic_op_asm.h37 #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
125 #define ATOMIC_OP32(OP, INSN) \ argument
147 #define ATOMIC_OP32_NV(OP, INSN) \ argument
169 #define ATOMIC_OP64(OP, INSN) \ argument
[all …]
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dtic54x.h96 #define INDIRECT(OP) ((OP)&0x80) argument
97 #define MOD(OP) (((OP)>>3)&0xF) argument
98 #define ARF(OP) ((OP)&0x7) argument
100 #define SRC(OP) ((OP)&0x200) argument
101 #define DST(OP) ((OP)&0x100) argument
102 #define SRC1(OP) ((OP)&0x100) argument
104 #define SHFT(OP) ((OP)&0xF) argument
105 #define ARX(OP) ((OP)&0x7) argument
107 #define YMEM(OP) ((OP)&0x000F) argument
111 #define SBIT(OP) ((OP)&0xF) argument
[all …]
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h96 #define INDIRECT(OP) ((OP)&0x80) argument
97 #define MOD(OP) (((OP)>>3)&0xF) argument
98 #define ARF(OP) ((OP)&0x7) argument
100 #define SRC(OP) ((OP)&0x200) argument
101 #define DST(OP) ((OP)&0x100) argument
102 #define SRC1(OP) ((OP)&0x100) argument
104 #define SHFT(OP) ((OP)&0xF) argument
105 #define ARX(OP) ((OP)&0x7) argument
107 #define YMEM(OP) ((OP)&0x000F) argument
111 #define SBIT(OP) ((OP)&0xF) argument
[all …]
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h96 #define INDIRECT(OP) ((OP)&0x80) argument
97 #define MOD(OP) (((OP)>>3)&0xF) argument
98 #define ARF(OP) ((OP)&0x7) argument
100 #define SRC(OP) ((OP)&0x200) argument
101 #define DST(OP) ((OP)&0x100) argument
102 #define SRC1(OP) ((OP)&0x100) argument
104 #define SHFT(OP) ((OP)&0xF) argument
105 #define ARX(OP) ((OP)&0x7) argument
107 #define YMEM(OP) ((OP)&0x000F) argument
111 #define SBIT(OP) ((OP)&0xF) argument
[all …]
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic54x.h96 #define INDIRECT(OP) ((OP)&0x80) argument
97 #define MOD(OP) (((OP)>>3)&0xF) argument
98 #define ARF(OP) ((OP)&0x7) argument
100 #define SRC(OP) ((OP)&0x200) argument
101 #define DST(OP) ((OP)&0x100) argument
102 #define SRC1(OP) ((OP)&0x100) argument
104 #define SHFT(OP) ((OP)&0xF) argument
105 #define ARX(OP) ((OP)&0x7) argument
107 #define YMEM(OP) ((OP)&0x000F) argument
111 #define SBIT(OP) ((OP)&0xF) argument
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dlinux-atomic.c68 #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/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dlinux-atomic.c68 #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/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlinux-atomic-64bit.c71 #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 Dlinux-atomic.c102 #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
/netbsd/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dlinux-atomic-64bit.c71 #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 Dlinux-atomic.c102 #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
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dlinux-atomic.c61 #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/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dlinux-atomic.c61 #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/crypto/external/bsd/openssh/dist/
H A Dttymodes.c286 #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/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dlinux-atomic.c61 #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/external/gpl3/gcc.old/dist/libgcc/config/csky/
H A Dlinux-atomic.c63 #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/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dlinux-atomic.c61 #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/external/gpl3/gcc/dist/libgcc/config/csky/
H A Dlinux-atomic.c63 #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/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dmutex_prof.h14 #define OP(mtx) global_prof_mutex_##mtx, macro
32 #define OP(mtx) arena_prof_mutex_##mtx, macro
53 #define OP(counter, type, human) mutex_counter_##counter, macro
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h14 #define OP(mtx) global_prof_mutex_##mtx, macro
32 #define OP(mtx) arena_prof_mutex_##mtx, macro
53 #define OP(counter, type, human) mutex_counter_##counter, macro
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dlinux-atomic.c112 #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/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dlinux-atomic.c118 #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/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOwnership.h60 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; } in make() local
100 UnionOpaquePtr OP = { P.getAsOpaquePtr() }; in make() local
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dlse.S275 #define OP add macro
279 #define OP bic macro
283 #define OP eor macro
287 #define OP orr macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h21 CSKYAsmBackend(const MCSubtargetInfo &STI, const MCTargetOptions &OP) in CSKYAsmBackend()

12345678910>>...20