Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-dis.c176 RL78_Opcode_Operand * oper; in print_insn_rl78_common() local
246 oper = *s == '0' ? &opcode.op[0] : &opcode.op[1]; in print_insn_rl78_common()
249 if (oper->use_es && indirect_type (oper->type)) in print_insn_rl78_common()
256 if ((oper->type == RL78_Operand_Indirect in print_insn_rl78_common()
257 || oper->type == RL78_Operand_BitIndirect) in print_insn_rl78_common()
258 && oper->reg == RL78_Reg_None in print_insn_rl78_common()
260 && ((oper->addend == 0xffff8 && opcode.size == RL78_Word) in print_insn_rl78_common()
261 || (oper->addend == 0x0fff8 && do_es && opcode.size == RL78_Word))) in print_insn_rl78_common()
269 PR (PS, "%s", condition_names[oper->condition]); in print_insn_rl78_common()
273 switch (oper->type) in print_insn_rl78_common()
[all …]
H A Dd10v-dis.c31 print_operand (struct d10v_operand *oper, in print_operand() argument
39 if (oper->flags == OPERAND_ATMINUS) in print_operand()
44 if (oper->flags == OPERAND_MINUS) in print_operand()
49 if (oper->flags == OPERAND_PLUS) in print_operand()
54 if (oper->flags == OPERAND_ATSIGN) in print_operand()
59 if (oper->flags == OPERAND_ATPAR) in print_operand()
65 shift = oper->shift; in print_operand()
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG)) in print_operand()
71 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits)); in print_operand()
73 if (oper->flags & OPERAND_REG) in print_operand()
[all …]
H A Drx-dis.c267 RX_Opcode_Operand * oper; in print_insn_rx() local
322 oper = opcode.op + (*s - '0'); in print_insn_rx()
325 if (oper->type == RX_Operand_Indirect || oper->type == RX_Operand_Zero_Indirect) in print_insn_rx()
326 PR (PS, "%s", get_size_name (oper->size)); in print_insn_rx()
329 switch (oper->type) in print_insn_rx()
333 dis->print_address_func (oper->addend, dis); in print_insn_rx()
335 || oper->addend > 999 in print_insn_rx()
336 || oper->addend < -999) in print_insn_rx()
337 PR (PS, "%#x", oper->addend); in print_insn_rx()
339 PR (PS, "%d", oper->addend); in print_insn_rx()
[all …]
H A Dd30v-dis.c93 extract_value (uint64_t num, const struct d30v_operand *oper, int is_long) in extract_value() argument
96 int shift = 12 - oper->position; in extract_value()
97 unsigned int mask = (0xFFFFFFFF >> (32 - oper->bits)); in extract_value()
101 if (oper->bits == 32) in extract_value()
112 if (oper->flags & OPERAND_SHIFT) in extract_value()
127 const struct d30v_operand *oper; in print_insn() local
163 oper = &d30v_operand_table[opnum]; in print_insn()
164 bits = oper->bits; in print_insn()
165 if (oper->flags & OPERAND_SHIFT) in print_insn()
169 && oper->flags != OPERAND_PLUS in print_insn()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Drl78-dis.c176 RL78_Opcode_Operand * oper; in print_insn_rl78_common() local
246 oper = *s == '0' ? &opcode.op[0] : &opcode.op[1]; in print_insn_rl78_common()
249 if (oper->use_es && indirect_type (oper->type)) in print_insn_rl78_common()
256 if ((oper->type == RL78_Operand_Indirect in print_insn_rl78_common()
257 || oper->type == RL78_Operand_BitIndirect) in print_insn_rl78_common()
258 && oper->reg == RL78_Reg_None in print_insn_rl78_common()
260 && ((oper->addend == 0xffff8 && opcode.size == RL78_Word) in print_insn_rl78_common()
261 || (oper->addend == 0x0fff8 && do_es && opcode.size == RL78_Word))) in print_insn_rl78_common()
269 PR (PS, "%s", condition_names[oper->condition]); in print_insn_rl78_common()
273 switch (oper->type) in print_insn_rl78_common()
[all …]
H A Dd10v-dis.c31 print_operand (struct d10v_operand *oper, in print_operand() argument
39 if (oper->flags == OPERAND_ATMINUS) in print_operand()
44 if (oper->flags == OPERAND_MINUS) in print_operand()
49 if (oper->flags == OPERAND_PLUS) in print_operand()
54 if (oper->flags == OPERAND_ATSIGN) in print_operand()
59 if (oper->flags == OPERAND_ATPAR) in print_operand()
65 shift = oper->shift; in print_operand()
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG)) in print_operand()
71 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits)); in print_operand()
73 if (oper->flags & OPERAND_REG) in print_operand()
[all …]
H A Drx-dis.c267 RX_Opcode_Operand * oper; in print_insn_rx() local
322 oper = opcode.op + (*s - '0'); in print_insn_rx()
325 if (oper->type == RX_Operand_Indirect || oper->type == RX_Operand_Zero_Indirect) in print_insn_rx()
326 PR (PS, "%s", get_size_name (oper->size)); in print_insn_rx()
329 switch (oper->type) in print_insn_rx()
333 dis->print_address_func (oper->addend, dis); in print_insn_rx()
335 || oper->addend > 999 in print_insn_rx()
336 || oper->addend < -999) in print_insn_rx()
337 PR (PS, "%#x", oper->addend); in print_insn_rx()
339 PR (PS, "%d", oper->addend); in print_insn_rx()
[all …]
H A Dd30v-dis.c93 extract_value (uint64_t num, const struct d30v_operand *oper, int is_long) in extract_value() argument
96 int shift = 12 - oper->position; in extract_value()
97 unsigned int mask = (0xFFFFFFFF >> (32 - oper->bits)); in extract_value()
101 if (oper->bits == 32) in extract_value()
112 if (oper->flags & OPERAND_SHIFT) in extract_value()
127 const struct d30v_operand *oper; in print_insn() local
163 oper = &d30v_operand_table[opnum]; in print_insn()
164 bits = oper->bits; in print_insn()
165 if (oper->flags & OPERAND_SHIFT) in print_insn()
169 && oper->flags != OPERAND_PLUS in print_insn()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-csky.c2532 parse_type_ctrlreg (char** oper) in parse_type_ctrlreg() argument
2538 char *s = *oper; in parse_type_ctrlreg()
2541 if (TOLOWER (*(*oper + 0)) == 'c' in parse_type_ctrlreg()
2542 && TOLOWER (*(*oper + 1)) == 'r' in parse_type_ctrlreg()
2543 && ISDIGIT (*(*oper + 2))) in parse_type_ctrlreg()
2546 s = *oper+2; in parse_type_ctrlreg()
2551 *oper = s; in parse_type_ctrlreg()
2558 s = *oper; in parse_type_ctrlreg()
2564 else if (TOLOWER (*(*oper + 0)) == 'c' in parse_type_ctrlreg()
2565 && TOLOWER (*(*oper + 1)) == 'r') in parse_type_ctrlreg()
[all …]
H A Dtc-m68hc11.c1143 get_operand (operand *oper, int which, long opmode) in get_operand() argument
1149 oper->exp.X_op = O_absent; in get_operand()
1150 oper->reg1 = REG_NONE; in get_operand()
1151 oper->reg2 = REG_NONE; in get_operand()
1229 oper->reg1 = reg; in get_operand()
1230 oper->exp.X_op = O_constant; in get_operand()
1231 oper->exp.X_add_number = 0; in get_operand()
1232 oper->mode = M6812_OP_IDX; in get_operand()
1261 oper->reg1 = reg; in get_operand()
1262 oper->mode = mode | M6812_OP_REG; in get_operand()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-csky.c2510 parse_type_ctrlreg (char** oper) in parse_type_ctrlreg() argument
2516 char *s = *oper; in parse_type_ctrlreg()
2519 if (TOLOWER (*(*oper + 0)) == 'c' in parse_type_ctrlreg()
2520 && TOLOWER (*(*oper + 1)) == 'r' in parse_type_ctrlreg()
2521 && ISDIGIT (*(*oper + 2))) in parse_type_ctrlreg()
2524 s = *oper+2; in parse_type_ctrlreg()
2529 *oper = s; in parse_type_ctrlreg()
2536 s = *oper; in parse_type_ctrlreg()
2542 else if (TOLOWER (*(*oper + 0)) == 'c' in parse_type_ctrlreg()
2543 && TOLOWER (*(*oper + 1)) == 'r') in parse_type_ctrlreg()
[all …]
H A Dtc-m68hc11.c1145 get_operand (operand *oper, int which, long opmode) in get_operand() argument
1151 oper->exp.X_op = O_absent; in get_operand()
1152 oper->reg1 = REG_NONE; in get_operand()
1153 oper->reg2 = REG_NONE; in get_operand()
1231 oper->reg1 = reg; in get_operand()
1232 oper->exp.X_op = O_constant; in get_operand()
1233 oper->exp.X_add_number = 0; in get_operand()
1234 oper->mode = M6812_OP_IDX; in get_operand()
1263 oper->reg1 = reg; in get_operand()
1264 oper->mode = mode | M6812_OP_REG; in get_operand()
[all …]
/netbsd-src/sys/netinet/
H A Dsctp_indata.c808 struct mbuf *oper; in sctp_queue_data_to_stream() local
846 MGET(oper, M_DONTWAIT, MT_DATA); in sctp_queue_data_to_stream()
847 if (oper) { in sctp_queue_data_to_stream()
851 oper->m_len = sizeof(struct sctp_paramhdr) + in sctp_queue_data_to_stream()
853 ph = mtod(oper, struct sctp_paramhdr *); in sctp_queue_data_to_stream()
855 ph->param_length = htons(oper->m_len); in sctp_queue_data_to_stream()
860 SCTP_PEER_FAULTY, oper); in sctp_queue_data_to_stream()
1043 struct mbuf *oper; in sctp_queue_data_for_reasm() local
1075 MGET(oper, M_DONTWAIT, MT_DATA); in sctp_queue_data_for_reasm()
1076 if (oper) { in sctp_queue_data_for_reasm()
1676 struct mbuf *oper; sctp_process_a_data_chunk() local
3556 struct mbuf *oper; sctp_handle_sack() local
[all...]
H A Dsctp_timer.c191 struct mbuf *oper; in sctp_threshold_management() local
192 MGET(oper, M_DONTWAIT, MT_DATA); in sctp_threshold_management()
193 if (oper) { in sctp_threshold_management()
197 oper->m_len = sizeof(struct sctp_paramhdr) + in sctp_threshold_management()
199 ph = mtod(oper, struct sctp_paramhdr *); in sctp_threshold_management()
201 ph->param_length = htons(oper->m_len); in sctp_threshold_management()
205 sctp_abort_an_association(inp, stcb, SCTP_FAILED_THRESHOLD, oper); in sctp_threshold_management()
914 struct mbuf *oper; in sctp_cookie_timer() local
915 MGET(oper, M_DONTWAIT, MT_DATA); in sctp_cookie_timer()
916 if (oper) { in sctp_cookie_timer()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_parse.c368 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_property()
424 prop->oper = OSSL_PROPERTY_OVERRIDE; in ossl_parse_query()
435 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query()
437 prop->oper = OSSL_PROPERTY_OPER_NE; in ossl_parse_query()
440 prop->oper = OSSL_PROPERTY_OPER_EQ; in ossl_parse_query()
477 OSSL_PROPERTY_OPER oper; in ossl_property_match_count() local
480 if ((oper = q[i].oper) == OSSL_PROPERTY_OVERRIDE) { in ossl_property_match_count()
493 if ((eq && oper == OSSL_PROPERTY_OPER_EQ) in ossl_property_match_count()
494 || (!eq && oper == OSSL_PROPERTY_OPER_NE)) in ossl_property_match_count()
510 if (oper == OSSL_PROPERTY_OPER_NE) in ossl_property_match_count()
[all …]
H A Dproperty_query.c74 if (prop == NULL || prop->optional || prop->oper == OSSL_PROPERTY_OVERRIDE) in ossl_property_is_enabled()
77 && ((prop->oper == OSSL_PROPERTY_OPER_EQ in ossl_property_is_enabled()
79 || (prop->oper == OSSL_PROPERTY_OPER_NE in ossl_property_is_enabled()
/netbsd-src/external/gpl2/dtc/dist/
H A Dfdtput.c28 enum oper_type oper; /* operation to perform */ member
328 switch (disp->oper) { in do_fdtput()
411 disp.oper = OPER_WRITE_PROP; in main()
423 disp.oper = OPER_CREATE_NODE; in main()
426 disp.oper = OPER_REMOVE_NODE; in main()
429 disp.oper = OPER_DELETE_PROP; in main()
454 if (disp.oper == OPER_WRITE_PROP) { in main()
461 if (disp.oper == OPER_DELETE_PROP) in main()
/netbsd-src/bin/dd/
H A Dargs.c132 char *oper, *arg; in jcl() local
136 while ((oper = *++argv) != NULL) { in jcl()
137 if ((oper = strdup(oper)) == NULL) { in jcl()
143 if ((arg = strchr(oper, '=')) == NULL) { in jcl()
144 errx(EXIT_FAILURE, "unknown operand %s", oper); in jcl()
149 errx(EXIT_FAILURE, "no value specified for %s", oper); in jcl()
152 tmp.name = oper; in jcl()
/netbsd-src/usr.sbin/ldpd/
H A Dmpls_routes.c587 char dest[50], gate[50], pref[50], oper[50]; in check_route() local
735 strlcpy(oper, "added", 20); in check_route()
738 strlcpy(oper, "delete", 20); in check_route()
741 strlcpy(oper, "get", 20); in check_route()
744 strlcpy(oper, "change", 20); in check_route()
747 strlcpy(oper, "losing", 20); in check_route()
750 strlcpy(oper, "redirect", 20); in check_route()
753 strlcpy(oper, "new address", 20); in check_route()
756 strlcpy(oper, "del address", 20); in check_route()
759 snprintf(oper, sizeof(oper), "unknown 0x%X operation", in check_route()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dresolve.c200 char *oper; in resolve_addr() local
346 && ((oper = strrchr(local = STR(tree->head->vstr), '@')) != 0 in resolve_addr()
347 || (var_percent_hack && (oper = strrchr(local, '%')) != 0) in resolve_addr()
348 || (var_swap_bangpath && (oper = strrchr(local, '!')) != 0))) { in resolve_addr()
349 if (*oper == '%') in resolve_addr()
350 *oper = '@'; in resolve_addr()
352 if (*oper == '@') { in resolve_addr()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
24 long BIO_debug_callback_ex(BIO *bio, int oper, const char *argp, size_t len,
31 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
70 =item B<oper>
72 B<oper> is set to the operation being performed. For some operations
74 operation, the latter case has B<oper> or'ed with BIO_CB_RETURN.
79 B<oper> is BIO_CB_READ, BIO_CB_WRITE or BIO_CB_GETS.
84 the value of B<oper>, that is the operation being performed.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_set_callback.pod14 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
17 typedef long (*BIO_callback_fn)(BIO *b, int oper, const char *argp, int argi,
61 =item B<oper>
63 B<oper> is set to the operation being performed. For some operations
65 operation, the latter case has B<oper> or'ed with BIO_CB_RETURN.
70 B<oper> is BIO_CB_READ, BIO_CB_WRITE or BIO_CB_GETS.
75 the value of B<oper>, that is the operation being performed.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2588 warn_placement_new_too_small (tree type, tree nelts, tree size, tree oper) in warn_placement_new_too_small() argument
2590 location_t loc = cp_expr_loc_or_input_loc (oper); in warn_placement_new_too_small()
2603 STRIP_NOPS (oper); in warn_placement_new_too_small()
2608 if (TREE_CODE (oper) == PARM_DECL in warn_placement_new_too_small()
2609 || VAR_P (oper) in warn_placement_new_too_small()
2610 || TREE_CODE (oper) == COMPONENT_REF) in warn_placement_new_too_small()
2618 if (TREE_CODE (oper) == POINTER_PLUS_EXPR) in warn_placement_new_too_small()
2626 tree adj = TREE_OPERAND (oper, 1); in warn_placement_new_too_small()
2633 oper = TREE_OPERAND (oper, 0); in warn_placement_new_too_small()
2635 STRIP_NOPS (oper); in warn_placement_new_too_small()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_lib.c31 static long bio_call_callback(BIO *b, int oper, const char *argp, size_t len, in bio_call_callback() argument
38 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback()
41 bareoper = oper & ~BIO_CB_RETURN; in bio_call_callback()
55 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
61 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback()
63 if (ret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbio_callback_test.c27 static long my_bio_cb_ex(BIO *b, int oper, const char *argp, size_t len, in my_bio_cb_ex() argument
33 my_param_oper[my_param_count] = oper; in my_bio_cb_ex()
202 static long my_bio_callback(BIO *b, int oper, const char *argp, int argi, in my_bio_callback() argument
208 my_param_oper[my_param_count] = oper; in my_bio_callback()

123