Searched refs:op (Results 276 - 300 of 847) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-generic.c347 type_for_widest_vector_mode (enum machine_mode inner_mode, optab op)
360 && op->handlers[mode].insn_code != CODE_FOR_nothing)
378 optab op;
413 op = optab_for_tree_code (code, type);
423 if (op == NULL
426 op = optab_for_tree_code (MINUS_EXPR, type);
430 if (TYPE_MODE (type) == BLKmode && op)
433 = type_for_widest_vector_mode (TYPE_MODE (TREE_TYPE (type)), op);
446 && op != NULL
447 && op
346 type_for_widest_vector_mode(enum machine_mode inner_mode, optab op) argument
377 optab op; local
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c400 ng_l2cap_l2ca_con_op *op = NULL; local
404 if (msg->header.arglen != sizeof(*op))
407 op = (ng_l2cap_l2ca_con_op *)(msg->data);
428 pcb->psm, op->lcid, op->result, op->status,
440 if (op->result == NG_L2CAP_PENDING) {
448 if (op->result == NG_L2CAP_SUCCESS) {
455 pcb->cid = op->lcid;
478 pcb->so->so_error = ng_btsocket_l2cap_result2errno(op
497 ng_l2cap_l2ca_con_rsp_op *op = NULL; local
678 ng_l2cap_l2ca_cfg_op *op = NULL; local
795 ng_l2cap_l2ca_cfg_rsp_op *op = NULL; local
974 ng_l2cap_l2ca_discon_op *op = NULL; local
1087 ng_l2cap_l2ca_write_op *op = NULL; local
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_xxx.c202 int op; member in struct:getkerninfo_args
215 switch (uap->op & 0xff00) {
221 name[3] = (uap->op & 0xff0000) >> 16;
222 name[4] = uap->op & 0xff;
238 name[2] = uap->op & 0xff;
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dmips-dis.c776 int op, delta;
1185 op = (l >> OP_SH_OP) & OP_MASK_OP;
1186 if (op == OP_OP_COP0)
1301 const struct mips_opcode *op;
1312 for (op = mips_opcodes; op < &mips_opcodes[NUMOPCODES]; op++)
1314 if (op->pinfo == INSN_MACRO
1315 || (no_aliases && (op->pinfo2 & INSN2_ALIAS)))
1317 if (i == ((op
773 int op, delta; local
1297 const struct mips_opcode *op; local
1415 print_mips16_insn_arg(char type, const struct mips_opcode *op, int l, bfd_boolean use_extend, int extend, bfd_vma memaddr, struct disassemble_info *info) argument
1925 const struct mips_opcode *op, *opend; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp162 for (unsigned op = 0, e = FirstInst->getNumOperands(); op != e; ++op) {
163 if (FirstInst->getOperand(op) == GEP->getOperand(op))
171 if (isa<ConstantInt>(FirstInst->getOperand(op)) ||
172 isa<ConstantInt>(GEP->getOperand(op)))
175 if (FirstInst->getOperand(op)->getType() !=GEP->getOperand(op)->getType())
185 FixedOperands[op]
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_inline.h344 struct scb *scb, int op);
346 struct scb *scb, int op);
348 struct scb *scb, int op);
384 ahd_sync_scb(struct ahd_softc *ahd, struct scb *scb, int op) argument
389 /*len*/sizeof(*scb->hscb), op);
393 ahd_sync_sglist(struct ahd_softc *ahd, struct scb *scb, int op) argument
401 /*len*/ahd_sg_size(ahd) * scb->sg_count, op);
405 ahd_sync_sense(struct ahd_softc *ahd, struct scb *scb, int op) argument
410 /*len*/AHD_SENSE_BUFSIZE, op);
833 static __inline void ahd_sync_qoutfifo(struct ahd_softc *ahd, int op);
839 ahd_sync_qoutfifo(struct ahd_softc *ahd, int op) argument
847 ahd_sync_tqinfifo(struct ahd_softc *ahd, int op) argument
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c307 ntpd_request(u_int op, u_int associd, const char *vars) argument
322 *ptr++ = op;
375 ntpd_read(uint16_t *op, uint16_t *associd, u_char **data, size_t *datalen) argument
461 *op = *ptr++ & NTPC_OPMASK;
522 ntpd_dialog(u_int op, u_int associd, const char *vars, u_char **data, argument
528 if (ntpd_request(op, associd, vars) == -1)
533 if (rop != op) {
534 syslog(LOG_ERR, "bad response op 0x%x", rop);
554 uint16_t op; local
558 if (ntpd_read(&op,
1108 op_ntpSystem(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
1208 op_ntpPeersVarTable(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx, enum snmp_op op) argument
1344 op_ntpFilterPeersVarTable(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx, enum snmp_op op) argument
1470 op_begemot_ntp(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp254 BinaryOperator::Opcode op,
258 SymIntExpr::Profile(ID, lhs, op, v, t);
264 new (data) SymIntExpr(lhs, op, v, t);
272 BinaryOperator::Opcode op,
276 IntSymExpr::Profile(ID, lhs, op, rhs, t);
282 new (data) IntSymExpr(lhs, op, rhs, t);
290 BinaryOperator::Opcode op,
294 SymSymExpr::Profile(ID, lhs, op, rhs, t);
300 new (data) SymSymExpr(lhs, op, rhs, t);
253 getSymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const llvm::APSInt& v, QualType t) argument
271 getIntSymExpr(const llvm::APSInt& lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) argument
289 getSymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) argument
/freebsd-9.3-release/sys/amd64/amd64/
H A Ddb_trace.c112 db_ ## reg (vp, valuep, op) \
115 int op; \
117 if (op == DB_VAR_GET) \
141 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) argument
149 if (op == DB_VAR_GET)
157 db_rsp(struct db_variable *vp, db_expr_t *valuep, int op) argument
163 if (op == DB_VAR_GET)
171 db_ss(struct db_variable *vp, db_expr_t *valuep, int op) argument
177 if (op == DB_VAR_GET)
H A Dsys_machdep.c93 int op; member in struct:sysarch_args
107 * the op argument.
109 AUDIT_ARG_CMD(uap->op);
118 switch (uap->op) {
192 switch (uap->op) {
215 if (uap->op == I386_GET_LDT || uap->op == I386_SET_LDT)
219 * the op argument.
221 AUDIT_ARG_CMD(uap->op);
222 switch (uap->op) {
[all...]
/freebsd-9.3-release/sys/dev/ida/
H A Dida.c359 bus_dmasync_op_t op; local
376 op = qcb->flags & DMA_DATA_IN ?
378 bus_dmamap_sync(ida->buffer_dmat, qcb->dmamap, op);
412 bus_dmasync_op_t op; local
432 op = qcb->flags & DMA_DATA_IN ?
434 bus_dmamap_sync(ida->buffer_dmat, qcb->dmamap, op);
545 bus_dmasync_op_t op; local
547 op = qcb->flags & DMA_DATA_IN ?
549 bus_dmamap_sync(ida->buffer_dmat, qcb->dmamap, op);
/freebsd-9.3-release/sys/i386/i386/
H A Ddb_trace.c97 db_ ## reg (vp, valuep, op) \
100 int op; \
102 if (op == DB_VAR_GET) \
126 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) argument
134 if (op == DB_VAR_GET)
142 db_esp(struct db_variable *vp, db_expr_t *valuep, int op) argument
148 if (op == DB_VAR_GET)
156 db_ss(struct db_variable *vp, db_expr_t *valuep, int op) argument
162 if (op == DB_VAR_GET)
/freebsd-9.3-release/usr.sbin/ppp/
H A Dfilter.c131 * UDP Syntax: [src op port] [dst op port]
540 filter_Op2Nam(unsigned op) argument
542 if (op >= sizeof opname / sizeof opname[0])
544 return opname[op];
551 unsigned op; local
553 for (op = sizeof opname / sizeof opname[0] - 1; op; op--)
554 if (!strcasecmp(cp, opname[op]))
[all...]
/freebsd-9.3-release/usr.sbin/sicontrol/
H A Dsicontrol.c143 struct opt *op; local
170 for (op = opt; op->o_name; op++) {
171 if (strcmp(argv[1], op->o_name) == 0) {
172 func = op->o_func;
483 const char *s_op(int op) argument
487 sprintf(msg, "cts:%s", (op & OP_CTS) ? "on" : "off");
488 sprintf(msg + strlen(msg), ", dsr:%s", (op & OP_DSR) ? "on" : "off");
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalarith.c294 binop_user_defined_p (enum exp_opcode op, struct value *arg1, struct value *arg2)
297 if (op == BINOP_ASSIGN || op == BINOP_CONCAT)
316 unop_user_defined_p (enum exp_opcode op, struct value *arg1)
319 if (op == UNOP_ADDR)
343 value_x_binop (struct value *arg1, struct value *arg2, enum exp_opcode op,
360 error ("Can't do that binary op on that type"); /* FIXME be explicit */
370 switch (op)
506 value_x_unop (struct value *arg1, enum exp_opcode op, enum noside noside)
520 error ("Can't do that unary op o
292 binop_user_defined_p(enum exp_opcode op, struct value *arg1, struct value *arg2) argument
314 unop_user_defined_p(enum exp_opcode op, struct value *arg1) argument
341 value_x_binop(struct value *arg1, struct value *arg2, enum exp_opcode op, enum exp_opcode otherop, enum noside noside) argument
504 value_x_unop(struct value *arg1, enum exp_opcode op, enum noside noside) argument
748 value_binop(struct value *arg1, struct value *arg2, enum exp_opcode op) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp431 /// Create a binary op that checks for overflow.
874 default: llvm_unreachable("unexpected opcode for bin op check");
1572 llvm::Instruction::BinaryOps op = isInc ? llvm::Instruction::Add : local
1578 return isPre ? Builder.CreateBinOp(op, old, amt) : old;
1582 // For every other atomic operation, we need to emit a load-op-cmpxchg loop
2287 const BinOpInfo &op,
2291 const BinaryOperator *expr = cast<BinaryOperator>(op.E);
2293 Value *pointer = op.LHS;
2295 Value *index = op.RHS;
2318 CGF.EmitBoundsCheck(op
2286 emitPointerArithmetic(CodeGenFunction &CGF, const BinOpInfo &op, bool isSubtraction) argument
2411 tryEmitFMulAdd(const BinOpInfo &op, const CodeGenFunction &CGF, CGBuilderTy &Builder, bool isSub=false) argument
2447 EmitAdd(const BinOpInfo &op) argument
2479 EmitSub(const BinOpInfo &op) argument
[all...]
H A DCGExprAgg.cpp533 static Expr *findPeephole(Expr *op, CastKind kind) { argument
535 op = op->IgnoreParens();
536 if (CastExpr *castE = dyn_cast<CastExpr>(op)) {
607 if (Expr *op = findPeephole(E->getSubExpr(), peepholeTarget)) {
608 assert(CGF.getContext().hasSameUnqualifiedType(op->getType(),
611 return Visit(op);
773 if (const BinaryOperator *op = dyn_cast<BinaryOperator>(E)) {
776 if (op->isAssignmentOp() || op
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.set.c376 Char *vp, c, op; local
401 if ((op = *p) != 0)
415 if (op == '=') {
422 if (c != op || *p)
427 if (any("<>", op)) {
428 if (c != op)
438 if (op == '=') {
449 val = operate(op, gv->vec[subscr - 1], p);
458 val = operate(op, varval(vp), p);
484 operate(int op, Cha argument
[all...]
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_page.c190 char *op; local
204 ino = (u_int16_t *)(op = old_bufp->page);
218 key.data = (u_char *)op + ino[n];
226 memmove(op + copyto, op + ino[n + 1],
235 val.data = (u_char *)op + ino[n + 1];
252 ((u_int16_t *)op)[0] / 2);
286 u_int16_t *op; /* Page keys go on to if they aren't moving */ local
297 op = (u_int16_t *)old_bufp->page;
310 op
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c195 * the 'op' field is the operator to apply to the list of targets if the
201 int op; /* Operator when used as a source */ member in struct:keyword
463 * the op.
467 ParseDoOp(int op) argument
482 if ((op & OP_OPMASK) != (gn->type & OP_OPMASK) &&
483 !OP_NOP(gn->type) && !OP_NOP(op)) {
489 if (op == OP_DOUBLEDEP &&
526 gn->type |= op;
555 if (kw->op != 0) {
556 ParseDoOp(kw->op);
704 int op; /* the operator on the line */ local
[all...]
/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c268 case 'I': /* no-op for compatibility with cpp */
814 struct op { struct in struct:ops
817 } op[5]; member in struct:ops
925 const struct op *op; local
937 for (op = ops->op; op->str != NULL; op++)
938 if (strncmp(cp, op
[all...]
/freebsd-9.3-release/sys/arm/arm/
H A Dbusdma_machdep.c368 busdma_lock_mutex(void *arg, bus_dma_lock_op_t op) argument
373 switch (op) {
381 panic("Unknown operation 0x%x for busdma_lock_mutex!", op);
392 dflt_lock(void *arg, bus_dma_lock_op_t op) argument
1123 bus_dmamap_sync_buf(vm_offset_t buf, int len, bus_dmasync_op_t op, argument
1130 if ((op & BUS_DMASYNC_PREWRITE) && !(op & BUS_DMASYNC_PREREAD)) {
1153 if (op & BUS_DMASYNC_PREREAD) {
1154 if (!(op & BUS_DMASYNC_PREWRITE) && !partial) {
1162 if (op
1192 _bus_dmamap_sync_bp(bus_dma_tag_t dmat, bus_dmamap_t map, bus_dmasync_op_t op) argument
1239 _bus_dmamap_sync(bus_dma_tag_t dmat, bus_dmamap_t map, bus_dmasync_op_t op) argument
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c152 u_int sub, u_int idx __unused, enum snmp_op op)
156 switch (op) {
245 u_int sub, u_int idx __unused, enum snmp_op op)
247 switch (op) {
348 u_int sub, u_int idx __unused, enum snmp_op op)
352 switch (op) {
151 op_ip(struct snmp_context *ctx, struct snmp_value *value, u_int sub, u_int idx __unused, enum snmp_op op) argument
244 op_ipstat(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int idx __unused, enum snmp_op op) argument
347 op_icmpstat(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int idx __unused, enum snmp_op op) argument
/freebsd-9.3-release/contrib/gcc/config/
H A Ddfp-bit.c75 dfp_unary_op (dfp_unary_func op, DFP_C_TYPE arg)
90 op (&res, &arg1, &context);
103 dfp_binary_op (dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b)
120 op (&res, &arg1, &arg2, &context);
133 dfp_compare_op (dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b)
150 op (&res, &arg1, &arg2, &context);
74 dfp_unary_op(dfp_unary_func op, DFP_C_TYPE arg) argument
102 dfp_binary_op(dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) argument
132 dfp_compare_op(dfp_binary_func op, DFP_C_TYPE arg_a, DFP_C_TYPE arg_b) argument
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.c299 print_op(u_int8_t op, const char *a1, const char *a2) argument
301 if (op == PF_OP_IRG)
303 else if (op == PF_OP_XRG)
305 else if (op == PF_OP_EQ)
307 else if (op == PF_OP_NE)
309 else if (op == PF_OP_LT)
311 else if (op == PF_OP_LE)
313 else if (op == PF_OP_GT)
315 else if (op == PF_OP_GE)
317 else if (op
322 print_port(u_int8_t op, u_int16_t p1, u_int16_t p2, const char *proto, int numeric) argument
343 print_ugid(u_int8_t op, unsigned u1, unsigned u2, const char *t, unsigned umax) argument
[all...]

Completed in 297 milliseconds

<<11121314151617181920>>