Searched refs:op (Results 126 - 150 of 1253) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp90 std::string op; local
91 switch (x.op()) {
93 op = "add";
96 op = "sub";
99 op = "mul";
102 op = "xor";
105 op = "and";
108 op = "or";
117 op = "add";
121 os << val_var << " = " << op << " i3
[all...]
/openbsd-current/gnu/llvm/clang/tools/clang-format/
H A Dclang-format.py86 for op in reversed(sequence.get_opcodes()):
87 if op[0] not in ['equal', 'delete']:
88 lines += ['-lines', '%s:%s' % (op[3] + 1, op[4])]
145 for op in reversed(sequence.get_opcodes()):
146 if op[0] != 'equal':
147 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32c.c603 unsigned char *op = (unsigned char *)fragP->fr_opcode;
618 op[1] = addend - 1;
625 op[0] ^= 0x04;
626 op[1] = 4;
627 op[2] = 0xf4;
628 op[3] = addend - 3;
629 op[4] = (addend - 3) >> 8;
639 op[0] ^= 0x04;
640 op[1] = 5;
641 op[
600 unsigned char *op = (unsigned char *)fragP->fr_opcode; local
[all...]
/openbsd-current/bin/ksh/
H A Dtree.h12 struct op { struct
21 struct op *left, *right; /* descendents */
141 struct op * tcopy(struct op *, Area *);
145 void tfree(struct op *, Area *);
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A Dstat.t61 for my $op (split //, "rwxoRWXOezsfdlpSbcugkMCA") {
62 if ($skip && $op =~ $skip) {
66 my $stat = $op eq 'l' ? $lstat : $stat;
70 ? "for -$op under use filetest 'access' $desc_tail"
71 : "for -$op $desc_tail";
83 $rv = eval "$access; -$op \$stat";
88 if ($^O eq "haiku" && $op =~ /A/) {
94 if ($^O eq "VMS" && $op =~ /[rwxRWX]/) {
97 is($rv, eval "-$op \$file", "correct overload $desc")
104 if ($access && $op
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_rap.c52 uint32_t op; local
59 ret = kstrtouint_from_user(buf, size, *pos, &op);
74 switch (op) {
76 ret = psp_rap_invoke(&adev->psp, op, &status);
100 dev_info(adev->dev, "Unsupported op id: %d, ", op);
101 dev_info(adev->dev, "Only support op 2(L0 validate test).\n");
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp67 SVal evalBinOpNN(ProgramStateRef state, BinaryOperator::Opcode op,
69 SVal evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op,
71 SVal evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op,
81 SVal MakeSymIntVal(const SymExpr *LHS, BinaryOperator::Opcode op,
114 BinaryOperator::Opcode op,
120 switch (op) {
183 if (BinaryOperator::isComparisonOp(op)) {
202 } else if (BinaryOperator::isAdditiveOp(op) && RHS.isNegative()) {
209 op = (op
113 MakeSymIntVal(const SymExpr *LHS, BinaryOperator::Opcode op, const llvm::APSInt &RHS, QualType resultTy) argument
407 evalBinOpNN(ProgramStateRef state, BinaryOperator::Opcode op, NonLoc lhs, NonLoc rhs, QualType resultTy) argument
694 evalBinOpFieldRegionFieldRegion(const FieldRegion *LeftFR, const FieldRegion *RightFR, BinaryOperator::Opcode op, QualType resultTy, SimpleSValBuilder &SVB) argument
763 evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, Loc rhs, QualType resultTy) argument
1053 evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, NonLoc rhs, QualType resultTy) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c146 union i386_op op[MAX_OPERANDS]; member in struct:_i386_insn
466 /* Various efficient no-op patterns for aligning code labels.
1049 fprintf (stdout, "%s\n", x->op[i].regs->reg_name);
1051 pe (x->op[i].imms);
1053 pe (x->op[i].disps);
1397 if (i.op[x].regs->reg_num != x)
1399 i.op[x].regs->reg_name, x + 1, i.tm.name);
1411 i.op[i.operands].imms = exp;
1431 if (i.tm.base_opcode == INT_OPCODE && i.op[0].imms->X_add_number == 3)
1438 && i.op[
1827 int op; local
1932 int op; local
2208 int op; local
2310 int op; local
2379 int op; local
2430 int op; local
2462 int op; local
2602 unsigned int op = (i.types[0] & (Reg | FloatReg)) ? 0 : 1; local
2721 unsigned int op = ((i.types[0] & AnyMem) local
2884 unsigned int op = local
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dm10200-dis.c216 struct mn10200_opcode *op = (struct mn10200_opcode *)mn10200_opcodes; local
221 while (op->name)
225 if (op->format == FMT_1)
227 else if (op->format == FMT_2
228 || op->format == FMT_4)
230 else if (op->format == FMT_3
231 || op->format == FMT_5)
233 else if (op->format == FMT_6)
235 else if (op->format == FMT_7)
240 if (op
[all...]
H A Dpj-dis.c72 const pj_opc_info_t *op = &pj_opc_info[opcode]; local
75 fprintf_fn (stream, "%s", op->u.name);
80 if (strcmp (op->u.name, "tableswitch") == 0)
119 if (strcmp (op->u.name, "lookupswitch") == 0)
152 for (a = 0; op->arg[a]; a++)
157 int size = ASIZE (op->arg[a]);
162 val = (UNS (op->arg[0]) || ((data[0] & 0x80) == 0)) ? 0 : -1;
167 if (PCREL (op->arg[a]))
175 return op->len;
H A Dd30v-dis.c123 struct d30v_opcode *op = (struct d30v_opcode *) d30v_opcode_table; local
131 if ((op->op1 == op1) && (op->op2 == op2))
133 op++;
135 while (op->name);
137 if (!op || !op->name)
140 while (op->op1 == op1 && op->op2 == op2)
143 index = op
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm10200-dis.c33 struct mn10200_opcode *op = (struct mn10200_opcode *)mn10200_opcodes; local
38 while (op->name)
42 if (op->format == FMT_1)
44 else if (op->format == FMT_2
45 || op->format == FMT_4)
47 else if (op->format == FMT_3
48 || op->format == FMT_5)
50 else if (op->format == FMT_6)
52 else if (op->format == FMT_7)
57 if (op
[all...]
H A Dpj-dis.c65 const pj_opc_info_t *op = &pj_opc_info[opcode]; local
69 fprintf_fn (stream, "%s", op->u.name);
74 if (strcmp (op->u.name, "tableswitch") == 0)
112 if (strcmp (op->u.name, "lookupswitch") == 0)
146 for (a = 0; op->arg[a]; a++)
151 int size = ASIZE (op->arg[a]);
156 val = (UNS (op->arg[0]) || ((data[0] & 0x80) == 0)) ? 0 : -1;
161 if (PCREL (op->arg[a]))
169 return op->len;
/openbsd-current/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c637 s390_single_hi (op, mode, def)
638 rtx op;
642 if (GET_CODE (op) == CONST_INT)
651 value = (unsigned HOST_WIDE_INT) INTVAL (op);
667 else if (GET_CODE (op) == CONST_DOUBLE
668 && GET_MODE (op) == VOIDmode)
677 value = (unsigned HOST_WIDE_INT) CONST_DOUBLE_LOW (op);
679 value = (unsigned HOST_WIDE_INT) CONST_DOUBLE_HIGH (op);
702 s390_extract_hi (op, mode, part)
703 rtx op;
6099 rtx op[MAX_ARGS], pat; local
6250 rtx op[7]; local
6439 rtx op[10]; local
[all...]
/openbsd-current/gnu/gcc/intl/
H A Dplural.c69 enum operator op; member in union:__anon383
78 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
80 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
81 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
83 static struct expression *new_exp_2 PARAMS ((enum operator op,
86 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
96 new_exp (nargs, op, args)
98 enum operator op;
114 newp->operation = op;
128 new_exp_0 (op)
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.c73 enum operator op; member in union:__anon6222
79 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
81 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
82 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
84 static struct expression *new_exp_2 PARAMS ((enum operator op,
87 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
97 new_exp (nargs, op, args)
99 enum operator op;
115 newp->operation = op;
129 new_exp_0 (op)
[all...]
/openbsd-current/usr.bin/chpass/
H A Dchpass.c54 enum { NEWSH, LOADENTRY, EDITENTRY } op; variable in typeref:enum:__anon40
76 op = EDITENTRY;
80 op = LOADENTRY;
84 op = NEWSH;
95 if (op == EDITENTRY || op == NEWSH)
113 if (op == LOADENTRY) {
127 if (op == EDITENTRY) {
165 if (op == NEWSH) {
/openbsd-current/games/worms/
H A Dworms.c173 const struct options *op; local
319 op = &upleft[w->orientation];
321 op = &lowleft[w->orientation];
323 op = &left[w->orientation];
326 op = &upright[w->orientation];
328 op = &lowright[w->orientation];
330 op = &right[w->orientation];
333 op = &upper[w->orientation];
335 op = &lower[w->orientation];
337 op
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsimplify-rtx.c179 simplify_gen_unary (code, mode, op, op_mode)
182 rtx op;
188 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0)
191 return gen_rtx_fmt_e (code, mode, op);
286 rtx op = (XEXP (x, 0) == old
289 return simplify_gen_unary (code, mode, op, op_mode);
382 simplify_unary_operation (code, mode, op, op_mode)
385 rtx op;
389 rtx trueop = avoid_constant_pool_reference (op);
714 if (GET_CODE (op)
280 rtx op = (XEXP (x, 0) == old local
1645 rtx op; member in struct:simplify_plus_minus_op_data
[all...]
/openbsd-current/usr.sbin/vmd/
H A Ddhcp.c48 unsigned char *respbuf = NULL, *op, *oe, dhcptype = 0; local
91 if (req.op != BOOTREQUEST ||
114 op = opts + DHCP_OPTIONS_COOKIE_LEN;
116 while (*op != DHO_END && op + 1 < oe) {
117 if (op[0] == DHO_PAD) {
118 op++;
121 if (op + 2 + op[1] > oe)
123 if (op[
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.c1119 real_power_of_2_operand (op, mode)
1120 rtx op;
1141 if (GET_MODE (op) != DFmode && GET_MODE (op) != SFmode)
1144 if (GET_CODE (op) != CONST_DOUBLE)
1147 REAL_VALUE_FROM_CONST_DOUBLE (d, op);
1165 legitimize_operand (op, mode)
1166 rtx op;
1188 if (GET_CODE (op) == REG || mode != DFmode)
1189 return op;
[all...]
/openbsd-current/games/monop/
H A Dprint.c170 OWN *op; local
185 for (op = pp->own_list; op; op = op->next) {
187 printsq(sqnum(op->sqr), TRUE);
/openbsd-current/usr.sbin/acme-client/
H A Ddnsproc.c120 enum dnsop op; local
134 op = DNS__MAX;
136 op = DNS_STOP;
138 op = lval;
140 if (op == DNS__MAX) {
143 } else if (op == DNS_STOP)
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dlex_assign.t3 # Test that $lexical = <some op> optimises the assignment away correctly
70 ($op, undef, $comment) = /^([^\#]+)(\#\s+(.*))?/;
71 $comment = $op unless defined $comment;
73 $op = "$op==$op" unless $op =~ /==/;
74 ($op, $expectop) = $op =~ /(.*)==(.*)/;
76 $skip = ($op
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dopcode.pl82 # Format is "this function" => "does these op names"
195 # %FLAGS: the main data structure. Indexed by op name, then bit index:
233 my $op = shift @args;
234 croak "invalid op name: '$op'" unless exists $opnum{$op};
245 croak "addbits(): bit $bits of $op already specified ($FLAGS{$op}{$bits})"
246 if defined $FLAGS{$op}{$bits};
247 $FLAGS{$op}{
[all...]

Completed in 175 milliseconds

1234567891011>>