Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 25 of 106) sorted by relevance

12345

/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.c707 if (optype == OP_BOOLEAN) \
710 if (optype == OP_ADDITION) { \
721 if (optype == OP_BOOLEAN) \
729 if (optype == OP_ADDITION) { \
740 if (optype == OP_BOOLEAN) \
748 if (optype == OP_ADDITION) { \
759 if (optype == OP_BOOLEAN) \
762 if (optype == OP_ADDITION) { \
787 int optype; /* Indicates boolean, addition, or deletion */ in eval_symbol() local
826 optype = OP_ADDITION; in eval_symbol()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc683 tree optype, op1, op2; in gimple_divmod_fixed_value() local
691 optype = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_divmod_fixed_value()
698 tmp0 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_divmod_fixed_value()
699 tmp1 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_divmod_fixed_value()
700 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value)); in gimple_divmod_fixed_value()
708 tmp2 = create_tmp_reg (optype, "PROF"); in gimple_divmod_fixed_value()
894 tree optype, op1, op2; in gimple_mod_pow2() local
902 optype = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_mod_pow2()
909 result = create_tmp_reg (optype, "PROF"); in gimple_mod_pow2()
910 tmp2 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_mod_pow2()
[all …]
H A Dtree-chrec.cc255 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); in chrec_fold_plus_1() local
257 && INTEGRAL_TYPE_P (optype) in chrec_fold_plus_1()
258 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
259 && TYPE_UNSIGNED (optype)) in chrec_fold_plus_1()
261 chrec_fold_plus_1 (code, optype, in chrec_fold_plus_1()
262 chrec_convert (optype, in chrec_fold_plus_1()
288 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0)); in chrec_fold_plus_1() local
290 && INTEGRAL_TYPE_P (optype) in chrec_fold_plus_1()
291 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
292 && TYPE_UNSIGNED (optype)) in chrec_fold_plus_1()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c662 tree optype, op1, op2; in gimple_divmod_fixed_value() local
670 optype = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_divmod_fixed_value()
677 tmp0 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_divmod_fixed_value()
678 tmp1 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_divmod_fixed_value()
679 stmt1 = gimple_build_assign (tmp0, fold_convert (optype, value)); in gimple_divmod_fixed_value()
687 tmp2 = create_tmp_reg (optype, "PROF"); in gimple_divmod_fixed_value()
857 tree optype, op1, op2; in gimple_mod_pow2() local
865 optype = TREE_TYPE (gimple_assign_lhs (stmt)); in gimple_mod_pow2()
872 result = create_tmp_reg (optype, "PROF"); in gimple_mod_pow2()
873 tmp2 = make_temp_ssa_name (optype, NULL, "PROF"); in gimple_mod_pow2()
[all …]
H A Dtree-chrec.c255 tree optype = TREE_TYPE (TREE_OPERAND (op1, 0)); in chrec_fold_plus_1() local
257 && INTEGRAL_TYPE_P (optype) in chrec_fold_plus_1()
258 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
259 && TYPE_UNSIGNED (optype)) in chrec_fold_plus_1()
261 chrec_fold_plus_1 (code, optype, in chrec_fold_plus_1()
262 chrec_convert (optype, in chrec_fold_plus_1()
288 tree optype = TREE_TYPE (TREE_OPERAND (op0, 0)); in chrec_fold_plus_1() local
290 && INTEGRAL_TYPE_P (optype) in chrec_fold_plus_1()
291 && tree_nop_conversion_p (type, optype) in chrec_fold_plus_1()
292 && TYPE_UNSIGNED (optype)) in chrec_fold_plus_1()
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h31 enum optype { enum
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h31 enum optype { enum
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.c477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; in pdp11_expand_operands() local
537 optype = REGOP; in pdp11_expand_operands()
540 optype = CNSTOP; in pdp11_expand_operands()
542 optype = POPOP; in pdp11_expand_operands()
544 optype = PUSHOP; in pdp11_expand_operands()
546 optype = OFFSOP; in pdp11_expand_operands()
548 optype = MEMOP; in pdp11_expand_operands()
550 optype = RNDOP; in pdp11_expand_operands()
554 if (optype == RNDOP) in pdp11_expand_operands()
564 if (optype == PUSHOP && order == big) in pdp11_expand_operands()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.cc477 enum { REGOP, OFFSOP, MEMOP, PUSHOP, POPOP, CNSTOP, RNDOP } optype; in pdp11_expand_operands() local
537 optype = REGOP; in pdp11_expand_operands()
540 optype = CNSTOP; in pdp11_expand_operands()
542 optype = POPOP; in pdp11_expand_operands()
544 optype = PUSHOP; in pdp11_expand_operands()
546 optype = OFFSOP; in pdp11_expand_operands()
548 optype = MEMOP; in pdp11_expand_operands()
550 optype = RNDOP; in pdp11_expand_operands()
554 if (optype == RNDOP) in pdp11_expand_operands()
564 if (optype == PUSHOP && order == big) in pdp11_expand_operands()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc1836 tree optype = TREE_TYPE (op); in c_fold_indirect_ref_for_warn() local
1839 if (lang_hooks.types_compatible_p (optype, type)) in c_fold_indirect_ref_for_warn()
1842 else if (TREE_CODE (optype) == COMPLEX_TYPE in c_fold_indirect_ref_for_warn()
1843 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype))) in c_fold_indirect_ref_for_warn()
1847 else if (TREE_CODE (optype) == COMPLEX_TYPE in c_fold_indirect_ref_for_warn()
1848 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype)) in c_fold_indirect_ref_for_warn()
1855 if (TREE_CODE (optype) == ARRAY_TYPE in c_fold_indirect_ref_for_warn()
1856 && TYPE_SIZE_UNIT (TREE_TYPE (optype)) in c_fold_indirect_ref_for_warn()
1857 && TREE_CODE (TYPE_SIZE_UNIT (TREE_TYPE (optype))) == INTEGER_CST in c_fold_indirect_ref_for_warn()
1858 && !integer_zerop (TYPE_SIZE_UNIT (TREE_TYPE (optype)))) in c_fold_indirect_ref_for_warn()
[all …]
/netbsd-src/lib/libpuffs/
H A Dopdump.c170 const char *optype; in puffsdump_req() local
204 optype = map[preq->preq_optype]; in puffsdump_req()
207 optype = buf; in puffsdump_req()
213 optype, preq->preq_cookie, in puffsdump_req()
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_emulate.c91 int optype, sig; in fpu_emulate() local
145 optype = (sval & 0x01C0); in fpu_emulate()
162 if (optype == 0x0000) { in fpu_emulate()
195 } else if (optype == 0x0080 || optype == 0x00C0) { in fpu_emulate()
198 (optype & 0x40) ? "long" : "short")); in fpu_emulate()
200 } else if (optype == 0x0040) { in fpu_emulate()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A Dpmeth_lib.c366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() argument
387 if ((optype != -1) && !(ctx->operation & optype)) { in EVP_PKEY_CTX_ctrl()
401 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() argument
404 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cmd, 0, &value); in EVP_PKEY_CTX_ctrl_uint64()
448 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) in EVP_PKEY_CTX_md() argument
456 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, 0, (void *)m); in EVP_PKEY_CTX_md()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c270 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, bool need_services, in pk11_get_session() argument
291 switch (optype) { in pk11_get_session()
642 pk11_get_best_token(pk11_optype_t optype) { in pk11_get_best_token() argument
645 switch (optype) { in pk11_get_best_token()
880 pk11_optype_t optype) { in pk11_parse_uri() argument
1047 if (optype == OP_RSA) { in pk11_parse_uri()
1049 } else if (optype == OP_ECDSA) { in pk11_parse_uri()
1051 } else if (optype == OP_EDDSA) { in pk11_parse_uri()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dwrap.c244 (EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2),
246 (ctx, optype, cmd, p1, p2),
396 (EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, int p1, void *p2),
398 (ctx, keytype, optype, cmd, p1, p2),
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c227 o = optype(p->n_op); in nsucomp()
886 switch (optype(p->n_op)) { in setlive()
917 if (optype(p->n_op) == BITYPE) in addedge_r()
919 if (optype(p->n_op) != LTYPE) in addedge_r()
1067 lr = optype(o) != LTYPE ? p->n_left->n_regw : NULL; in insnwalk()
1068 lp = optype(o) != LTYPE ? p->n_left : NULL; in insnwalk()
1069 rr = optype(o) == BITYPE ? p->n_right->n_regw : NULL; in insnwalk()
1070 rp = optype(o) == BITYPE ? p->n_right : NULL; in insnwalk()
1097 if (optype(o) != LTYPE && (q->needs & ncl[CLASS(r)]) == 0) in insnwalk()
1099 if (optype(o) == BITYPE && (q->needs & ncr[CLASS(r)]) == 0) in insnwalk()
[all …]
H A Dreader.c296 if (optype(p->n_op) == LTYPE) { in deluseless()
303 if (optype(p->n_op) == UTYPE) { in deluseless()
424 ty = optype(p->n_op); in rdnode()
1004 if (optype(o) != LTYPE) in rewrite()
1006 if (optype(o) == BITYPE) in rewrite()
1131 int o = optype(p->n_op); in gencode()
1142 if (optype(p->n_op) != LTYPE) in gencode()
1188 if (optype(r->n_op) != LTYPE) { in gencode()
1205 if (optype(p->n_op) != BITYPE) in gencode()
1797 if (optype(q->n_op) == LTYPE) {
H A Dmatch.c385 return( optype( p->n_op ) == LTYPE ? p : p->n_left ); in getlr()
388 return( optype( p->n_op ) != BITYPE ? p : p->n_right ); in getlr()
439 if (optype(p->n_op) == BITYPE) in swmatch()
441 if (optype(p->n_op) != LTYPE) in swmatch()
1096 if (optype(r->n_op) != BITYPE || treecmp(l, r->n_left) == 0) in findmops()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_lib.c730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() argument
737 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2); in RSA_pkey_ctx_ctrl()
884 int keytype, int optype, in int_set_rsa_md_name() argument
891 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_set_rsa_md_name()
924 int keytype, int optype, in int_get_rsa_md_name() argument
931 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_get_rsa_md_name()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dtic54x-dis.c34 const enum optype [], int, int);
174 const enum optype tm_operands[], in print_instruction()
184 enum optype src = OP_None; in print_instruction()
185 enum optype dst = OP_None; in print_instruction()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal2.c361 if (optype(p->n_op) != LTYPE) in shtemp()
552 if (optype(p->n_op) != LTYPE) in cvtree()
559 if (optype(p->n_op) == BITYPE) in cvtree()
561 if (optype(p->n_op) != LTYPE) in cvtree()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtic54x-dis.c34 const enum optype [], int, int);
174 const enum optype tm_operands[], in print_instruction()
184 enum optype src = OP_None; in print_instruction()
185 enum optype dst = OP_None; in print_instruction()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/
H A Dpk11.h105 pk11_get_session(pk11_context_t *ctx, pk11_optype_t optype, bool need_services,
139 pk11_optype_t optype);
H A Dinternal.h35 pk11_get_best_token(pk11_optype_t optype);
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dlocal2.c105 if (optype(o) == UTYPE) in chkf()
107 else if (optype(o) == BITYPE) in chkf()
599 if (optype(p->n_op) != LTYPE) in shtemp()
1155 if (optype(p->n_op) != LTYPE) in targarg()

12345