Searched refs:OP (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddemo64.c27 #define MY(OP) CONCAT2 (demo_64_,OP)
H A Daout-sparcle.c26 #define MY(OP) CONCAT2 (sparcle_aout_,OP)
H A Dsparcnetbsd.c33 #define MY(OP) CONCAT2 (sparcnetbsd_,OP)
H A Daout0.c27 #define MY(OP) CONCAT2 (aout0_big_,OP)
H A Darmnetbsd.c34 #define MY(OP) CONCAT2 (armnetbsd_, OP)
H A Di386freebsd.c32 #define MY(OP) CONCAT2 (i386freebsd_,OP)
H A Di386netbsd.c33 #define MY(OP) CONCAT2 (i386netbsd_,OP)
H A Di386bsd.c42 #define MY(OP) CONCAT2 (i386bsd_,OP)
H A Dhost-aout.c84 #define MY(OP) CONCAT2 (host_aout_,OP)
H A Di386aout.c38 #define MY(OP) CONCAT2 (i386aout_,OP)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-opc.c456 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field)) macro
469 { { MNEM, ' ', OP (RNC), ',', '(', OP (RMA), ')', 0 } },
475 { { MNEM, ' ', OP (RNS), ',', '(', OP (RMA), ')', 0 } },
481 { { MNEM, ' ', OP (RNL), ',', '(', OP (RMA), ')', 0 } },
487 { { MNEM, ' ', OP (RNC), ',', '(', OP (RMA), ')', 0 } },
493 { { MNEM, ' ', OP (RN
1917 #undef OP macro
1993 #define OP macro
2153 #undef OP macro
[all...]
H A Dcr16-opc.c294 #define CSTBIT_INST_B(NAME, OP, OPC1, OPC2, OPC3, OPC4) \
296 {NAME, 2, (OPC3+1), 23, CSTBIT_INS, {{OP,20},{abs20,0}}}, \
298 {NAME, 3, (OPC2+3), 12, CSTBIT_INS, {{OP,4},{abs24,16}}}, \
300 {NAME, 2, OPC1, 24, CSTBIT_INS, {{OP,20}, {rindex7_abs20,0}}}, \
302 {NAME, 2, OPC4, 22, CSTBIT_INS, {{OP,4},{rpindex_disps14,0}}}, \
304 {NAME, 3, OPC2, 12, CSTBIT_INS, {{OP,4}, {rbase_disps20,16}}}, \
306 {NAME, 1, OPC3-2, 23, CSTBIT_INS, {{OP,20}, {rpbase_disps0,16}}}, \
308 {NAME, 2, OPC3, 23, CSTBIT_INS, {{OP,20}, {rpbase_disps16,0}}}, \
310 {NAME, 3, (OPC2+1), 12, CSTBIT_INS, {{OP,4}, {rpbase_disps20,16}}}, \
312 {NAME, 3, (OPC2+2), 12, CSTBIT_INS, {{OP,
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h60 OP(EQ, "=") \
61 OP(NOT, "!") \
62 OP(GREATER, ">") /* compare */ \
63 OP(LESS, "<") \
64 OP(PLUS, "+") /* math */ \
65 OP(MINUS, "-") \
66 OP(MULT, "*") \
67 OP(DIV, "/") \
68 OP(MOD, "%") \
69 OP(AN
140 #define OP macro
153 #undef OP macro
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c305 #define OP(a, b, c, d, s, T) \ macro
326 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478);
327 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756);
328 OP (C, D, A, B, 17, (md5_uint32) 0x242070db);
329 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee);
330 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf);
331 OP (D, A, B, C, 12, (md5_uint32) 0x4787c62a);
332 OP (C, D, A, B, 17, (md5_uint32) 0xa8304613);
333 OP (B, C, D, A, 22, (md5_uint32) 0xfd469501);
334 OP (
346 #undef OP macro
347 #define OP macro
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c305 #define OP(a, b, c, d, s, T) \ macro
326 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478);
327 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756);
328 OP (C, D, A, B, 17, (md5_uint32) 0x242070db);
329 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee);
330 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf);
331 OP (D, A, B, C, 12, (md5_uint32) 0x4787c62a);
332 OP (C, D, A, B, 17, (md5_uint32) 0xa8304613);
333 OP (B, C, D, A, 22, (md5_uint32) 0xfd469501);
334 OP (
346 #undef OP macro
347 #define OP macro
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-operands.h120 #define USE_OP_PTR(OP) (&((OP)->use_ptr))
121 #define USE_OP(OP) (USE_FROM_PTR (USE_OP_PTR (OP)))
123 #define DEF_OP_PTR(OP) ((OP)->def_ptr)
124 #define DEF_OP(OP) (DEF_FROM_PTR (DEF_OP_PTR (OP)))
126 #define VUSE_OP_PTR(OP) USE_OP_PTR(OP)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecordProducer.h39 uint64_t &OP)
40 : Header(FH), E(DE), OffsetPtr(OP) {}
38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, uint64_t &OP) argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp718 // OP - operator (it's supposed to contain an assignment)
722 #define OP_CRITICAL(OP, LCK_ID) \
725 (*lhs) OP(rhs); \
752 #define OP_GOMP_CRITICAL(OP, FLAG) \
755 OP_CRITICAL(OP, 0); \
759 #define OP_GOMP_CRITICAL(OP, FLAG)
772 // OP - operator
773 #define OP_CMPXCHG(TYPE, BITS, OP) \
777 new_value = old_value OP rhs; \
784 new_value = old_value OP rh
[all...]
/freebsd-11-stable/lib/libc/regex/grot/
H A Ddebug.c84 if (OP(g->strip[0]) != OEND)
88 switch (OP(*s)) {
144 if (OP(*(s+opnd)) != O_PLUS)
148 if (OP(*(s-opnd)) != OPLUS_)
154 if (OP(*(s+opnd)) != O_QUEST)
158 if (OP(*(s-opnd)) != OQUEST_)
170 if (OP(*(s+opnd)) != OOR2)
174 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
180 if (OP(*(
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Ddebug.c144 if (OP(g->strip[0]) != OEND)
148 switch (OP(*s)) {
202 if (OP(*(s+opnd)) != O_PLUS)
206 if (OP(*(s-opnd)) != OPLUS_)
212 if (OP(*(s+opnd)) != O_QUEST)
216 if (OP(*(s-opnd)) != OQUEST_)
228 if (OP(*(s+opnd)) != OOR2)
232 if (OP(*(s-opnd)) != OOR1 && OP(*(s-opnd)) != OCH_)
238 if (OP(*(
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dsparc.h196 #define OP(x) ((unsigned) ((x) & 0x3) << 30) /* Op field of all insns. */ macro
199 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */
201 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */
202 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */
203 #define F1(x) (OP (x))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h101 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \
104 if (!(__left OP __right)) \
105 assfail3(#LEFT " " #OP " " #RIGHT, \
106 (uintmax_t)__left, #OP, (uintmax_t)__right, \
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c320 #define TTYCHAR(NAME, OP) \
321 buffer_put_char(&buf, OP); \
324 #define TTYMODE(NAME, FIELD, OP) \
325 buffer_put_char(&buf, OP); \
405 #define TTYCHAR(NAME, OP) \
406 case OP: \
410 #define TTYMODE(NAME, FIELD, OP) \
411 case OP: \
/freebsd-11-stable/contrib/less/
H A Dregexp.c128 #define OP(p) (*(p)) macro
257 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */
261 if (OP(scan) == EXACTLY)
263 else if (OP(scan) == BOL)
278 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) {
675 if (OP(scan) == BACK)
692 if (p == NULL || p == &regdummy || OP(p) != BRANCH)
854 switch (OP(scan)) {
908 no = OP(scan) - OPEN;
937 no = OP(sca
[all...]
/freebsd-11-stable/sys/sys/
H A Dkobj.h224 #define KOBJOPLOOKUP(OPS,OP) do { \
225 kobjop_desc_t _desc = &OP##_##desc; \
238 #define KOBJOPLOOKUP(OPS,OP) do { \
239 kobjop_desc_t _desc = &OP##_##desc; \

Completed in 241 milliseconds

1234