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

1 2 3

  /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.
ip2k-desc.c 328 /* The operand table. */
331 #define OPERAND(op) IP2K_OPERAND_##op
398 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
940 operand elements to be in the table [which they mightn't be]. */
lm32-desc.c 270 /* The operand table. */
273 #define OPERAND(op) LM32_OPERAND_##op
360 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
927 operand elements to be in the table [which they mightn't be]. */
cris-desc.c 834 /* The operand table. */
837 #define OPERAND(op) CRIS_OPERAND_##op
921 /* inc: Incrementness of indirect operand */
1009 /* list-of-flags: Flag bits as operand */
1024 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
2546 operand elements to be in the table [which they mightn't be]. */
fr30-desc.c 360 /* The operand table. */
363 #define OPERAND(op) FR30_OPERAND_##op
574 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1511 operand elements to be in the table [which they mightn't be]. */
m32r-desc.c 308 /* The operand table. */
311 #define OPERAND(op) M32R_OPERAND_##op
438 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
1290 operand elements to be in the table [which they mightn't be]. */
  /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.
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.
ip2k-desc.c 328 /* The operand table. */
331 #define OPERAND(op) IP2K_OPERAND_##op
398 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
940 operand elements to be in the table [which they mightn't be]. */
lm32-desc.c 270 /* The operand table. */
273 #define OPERAND(op) LM32_OPERAND_##op
360 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
927 operand elements to be in the table [which they mightn't be]. */
  /src/bin/test/
test.c 36 primary ::= unary-operator operand
37 | operand binary-operator operand
38 | operand
46 operand ::= <any legal UNIX file name>
89 OPERAND
832 return OPERAND;
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 82 # stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
100 # stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
115 # This is the exit point for the 060FPSP when an enabled operand error exception
117 # for enabled operand error exceptions. The exception stack frame is an operand error
118 # stack frame. The FP state frame holds the source operand of the faulting
137 # stack frame. The FP state frame holds the source operand of the faulting
156 # stack frame. The FP state frame holds the source operand of the faulting
175 # stack frame. The FP state frame holds the source operand of the faulting

Completed in 66 milliseconds

1 2 3