Searched refs:op (Results 26 - 50 of 1253) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb74.C14 virtual void op (unsigned char dummy = false);
19 void foo :: op ( unsigned char dummy) function in class:foo
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c1852 c4x_print_operand (file, op, letter)
1854 rtx op; /* Operand to print. */
1868 code = GET_CODE (op);
1877 output_addr_const (file, op);
1886 fatal_insn ("c4x_print_operand: %%L inconsistency", op);
1887 fprintf (file, "%d", exact_log2 (INTVAL (op)));
1892 fatal_insn ("c4x_print_operand: %%N inconsistency", op);
1893 fprintf (file, "%d", ~INTVAL (op));
1899 && GET_CODE (XEXP (op, 0)) == LO_SUM
1900 && GET_CODE (XEXP (XEXP (op,
[all...]
/openbsd-current/games/arithmetic/
H A Darithmetic.c175 int left, op, right, result; local
178 op = keys[arc4random_uniform(nkeys)];
179 if (op != '/')
180 right = getrandom(rangemax + 1, op, 1);
183 switch (op) {
185 left = getrandom(rangemax + 1, op, 0);
189 result = getrandom(rangemax + 1, op, 0);
193 left = getrandom(rangemax + 1, op, 0);
197 right = getrandom(rangemax, op, 1) + 1;
198 result = getrandom(rangemax + 1, op,
284 penalise(int value, int op, int operand) argument
304 getrandom(uint32_t maxval, int op, int operand) argument
347 opnum(int op) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dpragma.t87 my ( $sub, $op ) = @_;
91 if ( not _find_op_cop( $cv->ROOT, $op ) ) {
106 my ( $op, $name ) = @_;
109 return 0 if not $op;
112 return 1 if $op->name =~ $name;
115 if ( $op->isa('B::COP') ) {
118 # { cop => $op,
119 # hints => $op->hints_hash->HASH
122 $COP = $op;
126 if ( $op
[all...]
/openbsd-current/usr.bin/gprof/
H A Dmips64.c74 long op; local
86 op = *(unsigned long *)&textspace[off];
87 if ((op & 0xfc000000) == 0x0c000000) {
92 off = (op & 0x03ffffff) << 2;
99 } else if ((op & 0xfc00f83f) == 0x0000f809)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c250 restore_compare_p (op)
251 rtx op;
253 enum rtx_code code = GET_CODE (op);
286 memory_offset_in_range_p (op, mode, low, high)
287 register rtx op;
293 if (! memory_operand (op, mode))
296 while (GET_CODE (op) == SUBREG)
298 offset += SUBREG_BYTE (op);
299 op = SUBREG_REG (op);
[all...]
/openbsd-current/games/monop/
H A Dtrade.c104 OWN *op; local
126 for (op = pp->own_list; prop--; op = op->next)
128 add_list(pn, &(tp->prop_list), sqnum(op->sqr));
153 OWN *op; local
156 for (op = the_list; op; op = op
172 OWN *op; local
209 OWN *op; local
232 OWN *op; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dsync-ops.h25 #define SYNC_OP_4(op) \
28 DEFINE_COMPILERRT_FUNCTION(__sync_fetch_and_##op) \
31 LOCAL_LABEL(tryatomic_##op) : ldrex r0, [r12]; \
32 op(r2, r0, r1); \
35 bne LOCAL_LABEL(tryatomic_##op); \
39 #define SYNC_OP_8(op) \
42 DEFINE_COMPILERRT_FUNCTION(__sync_fetch_and_##op) \
46 LOCAL_LABEL(tryatomic_##op) : ldrexd r0, r1, [r12]; \
47 op(r4, r5, r0, r1, r2, r3); \
50 bne LOCAL_LABEL(tryatomic_##op); \
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dm68k-parse.c82 static struct m68k_op *op; variable in typeref:struct:m68k_op
1081 op->mode = DREG;
1082 op->reg = yyvsp[0].reg;
1088 op->mode = AREG;
1089 op->reg = yyvsp[0].reg;
1095 op->mode = FPREG;
1096 op->reg = yyvsp[0].reg;
1102 op->mode = CONTROL;
1103 op->reg = yyvsp[0].reg;
1109 op
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c73 print_operand (oper, insn, op, memaddr, info)
76 struct d10v_opcode *op;
111 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
198 struct d10v_opcode *op = (struct d10v_opcode *) d10v_opcodes; local
203 while (op->name)
205 if ((op->format & LONG_OPCODE) && ((op->mask & insn) == (unsigned long) op->opcode))
208 (*info->fprintf_func) (info->stream, "%s\t", op->name);
209 for (i = 0; op
241 struct d10v_opcode *op; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c32 struct d10v_opcode *op,
67 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
155 struct d10v_opcode *op = (struct d10v_opcode *) d10v_opcodes; local
160 while (op->name)
162 if ((op->format & LONG_OPCODE)
163 && ((op->mask & insn) == (unsigned long) op->opcode))
166 (*info->fprintf_func) (info->stream, "%s\t", op->name);
168 for (i = 0; op->operands[i]; i++)
170 oper = (struct d10v_operand *) &d10v_operands[op
30 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
199 struct d10v_opcode *op; local
[all...]
/openbsd-current/usr.bin/vi/common/
H A Doptions_f.c33 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) argument
44 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) argument
74 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) argument
127 f_paragraph(SCR *sp, OPTION *op, char *str, u_long *valp) argument
141 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) argument
155 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) argument
172 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) argument
189 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) argument
199 f_section(SCR *sp, OPTION *op, char *str, u_long *valp) argument
213 f_secure(SCR *sp, OPTION *op, cha argument
226 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) argument
237 f_w300(SCR *sp, OPTION *op, char *str, u_long *valp) argument
254 f_w1200(SCR *sp, OPTION *op, char *str, u_long *valp) argument
271 f_w9600(SCR *sp, OPTION *op, char *str, u_long *valp) argument
288 f_window(SCR *sp, OPTION *op, char *str, u_long *valp) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3060d.C25 void vfunc(VoidObjMemberFunc of, Object *op, void *v1) { argument
26 (op->*of)(op, v1);
/openbsd-current/gnu/usr.bin/perl/
H A Dmydtrace.h32 # define PERL_DTRACE_PROBE_OP(op) \
34 Perl_dtrace_probe_op(aTHX_ op);
47 # define PERL_DTRACE_PROBE_OP(op)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dax-general.c38 static void generic_ext (struct agent_expr *x, enum agent_op op, int n);
131 ax_simple (struct agent_expr *x, enum agent_op op)
134 x->buf[x->len++] = op;
141 generic_ext (struct agent_expr *x, enum agent_op op, int n)
151 x->buf[x->len++] = op;
186 /* Append a goto op to EXPR. OP is the actual op (must be aop_goto or
193 ax_goto (struct agent_expr *x, enum agent_op op)
196 x->buf[x->len + 0] = op;
228 int op;
130 ax_simple(struct agent_expr *x, enum agent_op op) argument
140 generic_ext(struct agent_expr *x, enum agent_op op, int n) argument
192 ax_goto(struct agent_expr *x, enum agent_op op) argument
227 int op; local
347 enum agent_op op = x->buf[i]; local
405 struct aop_map *op; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Drecog.c946 general_operand (op, mode)
947 rtx op;
950 enum rtx_code code = GET_CODE (op);
953 mode = GET_MODE (op);
957 if (GET_MODE (op) == VOIDmode && mode != VOIDmode
962 if (GET_CODE (op) == CONST_INT
964 && trunc_int_for_mode (INTVAL (op), mode) != INTVAL (op))
967 if (CONSTANT_P (op))
968 return ((GET_MODE (op)
2385 rtx op = recog_data.operand[opno]; local
[all...]
H A Dsched-vis.c206 rtx op[4];
212 op[i] = NULL_RTX;
218 op[0] = XEXP (x, 0);
223 op[1] = GEN_INT (-INTVAL (XEXP (x, 1)));
228 op[1] = XEXP (x, 1);
232 op[0] = XEXP (x, 0);
234 op[1] = XEXP (x, 1);
238 op[0] = XEXP (x, 0);
240 op[1] = XEXP (x, 1);
244 op[
205 rtx op[4]; local
[all...]
/openbsd-current/sys/arch/octeon/octeon/
H A Dopenprom.c115 struct opiocdesc *op; local
129 op = (struct opiocdesc *)data;
130 node = op->op_nodeid;
148 error = openpromgetstr(op->op_namelen, op->op_name, &name);
152 if (len > op->op_buflen) {
156 op->op_buflen = len;
162 error = copyout(value, op->op_buf, len);
170 error = openpromgetstr(op->op_namelen, op
[all...]
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dopenprom.c115 struct opiocdesc *op; local
129 op = (struct opiocdesc *)data;
130 node = op->op_nodeid;
148 error = openpromgetstr(op->op_namelen, op->op_name, &name);
152 if (len > op->op_buflen) {
156 op->op_buflen = len;
162 error = copyout(value, op->op_buf, len);
170 error = openpromgetstr(op->op_namelen, op
[all...]
/openbsd-current/sys/arch/arm64/arm64/
H A Dopenprom.c115 struct opiocdesc *op; local
129 op = (struct opiocdesc *)data;
130 node = op->op_nodeid;
148 error = openpromgetstr(op->op_namelen, op->op_name, &name);
152 if (len > op->op_buflen) {
156 op->op_buflen = len;
162 error = copyout(value, op->op_buf, len);
170 error = openpromgetstr(op->op_namelen, op
[all...]
/openbsd-current/sys/arch/arm/arm/
H A Dopenprom.c113 struct opiocdesc *op; local
127 op = (struct opiocdesc *)data;
128 node = op->op_nodeid;
146 error = openpromgetstr(op->op_namelen, op->op_name, &name);
150 if (len > op->op_buflen) {
154 op->op_buflen = len;
160 error = copyout(value, op->op_buf, len);
168 error = openpromgetstr(op->op_namelen, op
[all...]
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dopenprom.c115 struct opiocdesc *op; local
129 op = (struct opiocdesc *)data;
130 node = op->op_nodeid;
148 error = openpromgetstr(op->op_namelen, op->op_name, &name);
152 if (len > op->op_buflen) {
156 op->op_buflen = len;
162 error = copyout(value, op->op_buf, len);
170 error = openpromgetstr(op->op_namelen, op
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dfiletest.t18 # Tests presume we are in t/op directory and that file 'TEST' is found
20 is(-d 'op', 1, "-d: directory correctly identified");
22 isnt(-f 'op', 1, "-f: directory is not a plain file");
67 is(-r 'op', 1, "-r: directory readable by effective uid/gid");
68 is(-w 'op', 1, "-w: directory writable by effective uid/gid");
69 is(-x 'op', 1, "-x: executable by effective uid/gid"); # Hohum. Are directories -x everywhere?
71 is( "@{[grep -r, qw(foo io noo op zoo)]}", "io op",
85 isnt( -f -d 'op', 1, "-f and -d: directory found but is not a plain file");
86 is(-x -d -x 'op',
[all...]
H A Dstat_errors.t20 foreach my $op (
35 if ($op eq "-l" && $arg =~ /\A\\/) {
36 # The op weirdly stringifies the globref and uses it as
42 if ($op eq "-t" && $arg eq "\"tmpnotexist\"") {
43 # The op doesn't operate on filenames.
47 my $res = eval "$op $arg";
49 is $res, $op =~ /\A-/ ? undef : !!0, "result of $op $arg";
52 ($op =~ /\A-[TB]\z/ && $arg =~ /_\z/) ? ENOENT : EBADF,
53 "error from $op
[all...]
/openbsd-current/gnu/gcc/libgomp/config/linux/x86/
H A Dfutex.h69 sys_futex0 (int *addr, int op, int val) argument
77 : "0"(SYS_futex), "r" (addr), "c"(op),
85 sys_futex0 (int *addr, int op, int val) argument
91 : "0"(SYS_futex), "b" (addr), "c"(op),

Completed in 411 milliseconds

1234567891011>>