/openbsd/gnu/usr.bin/binutils/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 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 …]
|
/openbsd/gnu/usr.bin/binutils-2.17/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 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 …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-operands.h | 120 #define USE_OP_PTR(OP) (&((OP)->use_ptr)) argument 123 #define DEF_OP_PTR(OP) ((OP)->def_ptr) argument 126 #define VUSE_OP_PTR(OP) USE_OP_PTR(OP) argument 127 #define VUSE_OP(OP) ((OP)->use_var) argument 129 #define MAYDEF_RESULT_PTR(OP) (&((OP)->def_var)) argument 130 #define MAYDEF_RESULT(OP) ((OP)->def_var) argument 131 #define MAYDEF_OP_PTR(OP) USE_OP_PTR (OP) argument 132 #define MAYDEF_OP(OP) ((OP)->use_var) argument 135 #define MUSTDEF_RESULT(OP) ((OP)->def_var) argument 136 #define MUSTDEF_KILL_PTR(OP) USE_OP_PTR (OP) argument [all …]
|
H A D | vec.h | 431 #define VEC_ASSERT(EXPR,OP,T,A) \ argument 436 #define VEC_ASSERT_FAIL(OP,VEC) vec_assert_fail (OP,#VEC VEC_CHECK_PASS) argument 441 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR) argument 445 #define VEC_OP(T,A,OP) VEC_##T##_##A##_##OP argument
|
/openbsd/usr.bin/ssh/ |
H A D | ttymodes.c | 282 #define TTYCHAR(NAME, OP) \ in ssh_tty_make_modes() argument 289 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_make_modes() argument 366 #define TTYCHAR(NAME, OP) \ in ssh_tty_parse_modes() argument 372 #define TTYMODE(NAME, FIELD, OP) \ in ssh_tty_parse_modes() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/aarch64/ |
H A D | lse.S | 192 #define OP add macro 196 #define OP bic macro 200 #define OP eor macro 204 #define OP orr macro
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh.h | 2167 #define GOT_ENTRY_P(OP) \ argument 2171 #define GOTPLT_ENTRY_P(OP) \ argument 2175 #define UNSPEC_GOTOFF_P(OP) \ argument 2178 #define GOTOFF_P(OP) \ argument 2185 #define PIC_ADDR_P(OP) \ argument 2189 #define PIC_OFFSET_P(OP) \ argument 2194 #define PIC_DIRECT_ADDR_P(OP) \ argument 2197 #define NON_PIC_REFERENCE_P(OP) \ argument 2209 #define PIC_REFERENCE_P(OP) \ argument 2224 #define EXTRA_CONSTRAINT_Z(OP) \ argument [all …]
|
H A D | linux-atomic.asm | 80 #define ATOMIC_FETCH_AND_OP(OP,N,T) \ argument 112 #define ATOMIC_FETCH_AND_COMBOP(OP,OP0,OP1,N,T) \ argument
|
/openbsd/gnu/gcc/gcc/config/h8300/ |
H A D | h8300.h | 809 #define OK_FOR_Q(OP) \ argument 812 #define OK_FOR_R(OP) \ argument 817 #define OK_FOR_S(OP) \ argument 822 #define OK_FOR_T(OP) \ argument 832 #define OK_FOR_U(OP) \ argument 856 #define OK_FOR_WU(OP) \ argument 859 #define OK_FOR_W(OP, STR) \ argument 871 #define OK_FOR_Y(OP, STR) \ argument 877 #define OK_FOR_Z(OP) \ argument 882 #define EXTRA_CONSTRAINT_STR(OP, C, STR) \ argument
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | sh.h | 2162 #define EXTRA_CONSTRAINT_S(OP) \ argument 2185 #define DATALABEL_REF_P(OP) \ argument 2189 #define GOT_ENTRY_P(OP) \ argument 2193 #define GOTPLT_ENTRY_P(OP) \ argument 2197 #define UNSPEC_GOTOFF_P(OP) \ argument 2200 #define GOTOFF_P(OP) \ argument 2207 #define PIC_ADDR_P(OP) \ argument 2219 #define PIC_REFERENCE_P(OP) \ argument 2227 #define EXTRA_CONSTRAINT_T(OP) \ argument 2231 #define EXTRA_CONSTRAINT_U(OP) \ argument [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 2055 #define CASE_VFMA_OPCODE_COMMON(OP, TYPE, LMUL) \ argument 2058 #define CASE_VFMA_OPCODE_LMULS_M1(OP, TYPE) \ argument 2064 #define CASE_VFMA_OPCODE_LMULS_MF2(OP, TYPE) \ argument 2068 #define CASE_VFMA_OPCODE_LMULS_MF4(OP, TYPE) \ argument 2072 #define CASE_VFMA_OPCODE_LMULS(OP, TYPE) \ argument 2076 #define CASE_VFMA_SPLATS(OP) \ argument 2341 #define CASE_WIDEOP_OPCODE_COMMON(OP, LMUL) \ argument 2344 #define CASE_WIDEOP_OPCODE_LMULS_MF4(OP) \ argument 2351 #define CASE_WIDEOP_OPCODE_LMULS(OP) \ argument 2356 #define CASE_WIDEOP_CHANGE_OPCODE_COMMON(OP, LMUL) \ argument [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | demo64.c | 27 #define MY(OP) CONCAT2 (demo_64_,OP) argument
|
H A D | aout-sparcle.c | 26 #define MY(OP) CONCAT2 (sparcle_aout_,OP) argument
|
H A D | aout0.c | 27 #define MY(OP) CONCAT2 (aout0_big_,OP) argument
|
H A D | m88kopenbsd.c | 30 #define MY(OP) CONCAT2 (m88kopenbsd_,OP) argument
|
H A D | sparcnetbsd.c | 33 #define MY(OP) CONCAT2 (sparcnetbsd_,OP) argument
|
H A D | m68k4knetbsd.c | 31 #define MY(OP) CONCAT2 (m68k4knetbsd_,OP) argument
|
H A D | m68knetbsd.c | 33 #define MY(OP) CONCAT2 (m68knetbsd_,OP) argument
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | demo64.c | 27 #define MY(OP) CONCAT2 (demo_64_,OP) argument
|
H A D | aout-sparcle.c | 26 #define MY(OP) CONCAT2 (sparcle_aout_,OP) argument
|
H A D | aout0.c | 27 #define MY(OP) CONCAT2 (aout0_big_,OP) argument
|
H A D | m68k4knetbsd.c | 31 #define MY(OP) CONCAT2 (m68k4knetbsd_,OP) argument
|
H A D | m88kopenbsd.c | 30 #define MY(OP) CONCAT2 (m88kopenbsd_,OP) argument
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYAsmBackend.h | 22 CSKYAsmBackend(const MCSubtargetInfo &STI, const MCTargetOptions &OP) in CSKYAsmBackend()
|