HomeSort by: relevance | last modified time | path
    Searched refs:OPERAND (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /src/lib/libcompat/regexp/
regexp.c 72 * plus a "next" pointer, possibly plus an operand. "Next" pointers of
77 * because of operator precedence.) The operand of some types of node is
79 * particular, the operand of a BRANCH node is the first node of the branch.
112 * branch starts with the operand node of a BRANCH node.
129 * An operand, if any, simply follows the node. (Note that much of the
137 #define OPERAND(p) ((p) + 3)
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
261 scan = OPERAND(scan);
265 r->regstart = *OPERAND(scan);
281 if (OP(scan) == EXACTLY && (int) strlen(OPERAND(scan)) >= len)
    [all...]
  /src/external/bsd/less/dist/
regexp.c 68 * plus a "next" pointer, possibly plus an operand. "Next" pointers of
73 * because of operator precedence.) The operand of some types of node is
75 * particular, the operand of a BRANCH node is the first node of the branch.
107 * branch starts with the operand node of a BRANCH node.
124 * An operand, if any, simply follows the node. (Note that much of the
132 #define OPERAND(p) ((p) + 3)
156 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
260 scan = OPERAND(scan);
264 r->regstart = *OPERAND(scan);
280 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ip2k-opc.c 129 #define OPERAND(op) IP2K_OPERAND_##op
131 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
660 #undef OPERAND
696 #define OPERAND(op) IP2K_OPERAND_##op
698 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
779 #undef OPERAND
856 /* Function to call before using the operand instance table.
lm32-opc.c 140 #define OPERAND(op) LM32_OPERAND_##op
142 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
701 #undef OPERAND
713 #define OPERAND(op) LM32_OPERAND_##op
715 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
730 #undef OPERAND
807 /* Function to call before using the operand instance table.
fr30-opc.c 168 #define OPERAND(op) FR30_OPERAND_##op
170 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1173 #undef OPERAND
1197 #define OPERAND(op) FR30_OPERAND_##op
1199 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1247 #undef OPERAND
1324 /* Function to call before using the operand instance table.
or1k-opc.c 205 #define OPERAND(op) OR1K_OPERAND_##op
207 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1072 #undef OPERAND
1084 #define OPERAND(op) OR1K_OPERAND_##op
1086 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1101 #undef OPERAND
1178 /* Function to call before using the operand instance table.
xstormy16-opc.c 164 #define OPERAND(op) XSTORMY16_OPERAND_##op
166 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
947 #undef OPERAND
979 #define OPERAND(op) XSTORMY16_OPERAND_##op
981 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1051 #undef OPERAND
1128 /* Function to call before using the operand instance table.
m32r-opc.c 211 #define OPERAND(op) M32R_OPERAND_##op
213 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1114 #undef OPERAND
1270 #define OPERAND(op) M32R_OPERAND_##op
1272 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1683 #undef OPERAND
1760 /* Function to call before using the operand instance table.
mt-opc.c 260 #define OPERAND(op) MT_OPERAND_##op
262 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
773 #undef OPERAND
785 #define OPERAND(op) MT_OPERAND_##op
787 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
802 #undef OPERAND
879 /* Function to call before using the operand instance table.
  /src/external/gpl3/binutils.old/dist/opcodes/
ip2k-opc.c 129 #define OPERAND(op) IP2K_OPERAND_##op
131 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
660 #undef OPERAND
696 #define OPERAND(op) IP2K_OPERAND_##op
698 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
779 #undef OPERAND
856 /* Function to call before using the operand instance table.
lm32-opc.c 140 #define OPERAND(op) LM32_OPERAND_##op
142 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
701 #undef OPERAND
713 #define OPERAND(op) LM32_OPERAND_##op
715 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
730 #undef OPERAND
807 /* Function to call before using the operand instance table.
fr30-opc.c 168 #define OPERAND(op) FR30_OPERAND_##op
170 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1173 #undef OPERAND
1197 #define OPERAND(op) FR30_OPERAND_##op
1199 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1247 #undef OPERAND
1324 /* Function to call before using the operand instance table.
or1k-opc.c 205 #define OPERAND(op) OR1K_OPERAND_##op
207 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1072 #undef OPERAND
1084 #define OPERAND(op) OR1K_OPERAND_##op
1086 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1101 #undef OPERAND
1178 /* Function to call before using the operand instance table.
xstormy16-opc.c 164 #define OPERAND(op) XSTORMY16_OPERAND_##op
166 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
947 #undef OPERAND
979 #define OPERAND(op) XSTORMY16_OPERAND_##op
981 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1051 #undef OPERAND
1128 /* Function to call before using the operand instance table.
m32r-opc.c 211 #define OPERAND(op) M32R_OPERAND_##op
213 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1114 #undef OPERAND
1270 #define OPERAND(op) M32R_OPERAND_##op
1272 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1683 #undef OPERAND
1760 /* Function to call before using the operand instance table.
  /src/external/gpl3/gdb.old/dist/opcodes/
ip2k-opc.c 129 #define OPERAND(op) IP2K_OPERAND_##op
131 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
660 #undef OPERAND
696 #define OPERAND(op) IP2K_OPERAND_##op
698 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
779 #undef OPERAND
856 /* Function to call before using the operand instance table.
lm32-opc.c 140 #define OPERAND(op) LM32_OPERAND_##op
142 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
701 #undef OPERAND
713 #define OPERAND(op) LM32_OPERAND_##op
715 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
730 #undef OPERAND
807 /* Function to call before using the operand instance table.
fr30-opc.c 168 #define OPERAND(op) FR30_OPERAND_##op
170 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1173 #undef OPERAND
1197 #define OPERAND(op) FR30_OPERAND_##op
1199 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1247 #undef OPERAND
1324 /* Function to call before using the operand instance table.
or1k-opc.c 205 #define OPERAND(op) OR1K_OPERAND_##op
207 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1072 #undef OPERAND
1084 #define OPERAND(op) OR1K_OPERAND_##op
1086 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1101 #undef OPERAND
1178 /* Function to call before using the operand instance table.
xstormy16-opc.c 164 #define OPERAND(op) XSTORMY16_OPERAND_##op
166 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
947 #undef OPERAND
979 #define OPERAND(op) XSTORMY16_OPERAND_##op
981 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1051 #undef OPERAND
1128 /* Function to call before using the operand instance table.
  /src/external/gpl3/gdb/dist/opcodes/
ip2k-opc.c 129 #define OPERAND(op) IP2K_OPERAND_##op
131 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
660 #undef OPERAND
696 #define OPERAND(op) IP2K_OPERAND_##op
698 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
779 #undef OPERAND
856 /* Function to call before using the operand instance table.
lm32-opc.c 140 #define OPERAND(op) LM32_OPERAND_##op
142 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
701 #undef OPERAND
713 #define OPERAND(op) LM32_OPERAND_##op
715 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
730 #undef OPERAND
807 /* Function to call before using the operand instance table.
fr30-opc.c 168 #define OPERAND(op) FR30_OPERAND_##op
170 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1173 #undef OPERAND
1197 #define OPERAND(op) FR30_OPERAND_##op
1199 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1247 #undef OPERAND
1324 /* Function to call before using the operand instance table.
or1k-opc.c 205 #define OPERAND(op) OR1K_OPERAND_##op
207 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1072 #undef OPERAND
1084 #define OPERAND(op) OR1K_OPERAND_##op
1086 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1101 #undef OPERAND
1178 /* Function to call before using the operand instance table.
xstormy16-opc.c 164 #define OPERAND(op) XSTORMY16_OPERAND_##op
166 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
947 #undef OPERAND
979 #define OPERAND(op) XSTORMY16_OPERAND_##op
981 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1051 #undef OPERAND
1128 /* Function to call before using the operand instance table.

Completed in 85 milliseconds

1 2 3 4 5