Searched refs:oper (Results 1 - 25 of 92) sorted by relevance

1234

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drl78-dis.c176 RL78_Opcode_Operand * oper; local
246 oper = *s == '0' ? &opcode.op[0] : &opcode.op[1];
249 if (oper->use_es && indirect_type (oper->type))
256 if ((oper->type == RL78_Operand_Indirect
257 || oper->type == RL78_Operand_BitIndirect)
258 && oper->reg == RL78_Reg_None
260 && ((oper->addend == 0xffff8 && opcode.size == RL78_Word)
261 || (oper->addend == 0x0fff8 && do_es && opcode.size == RL78_Word)))
269 PR (PS, "%s", condition_names[oper
[all...]
H A Dd10v-dis.c31 print_operand (struct d10v_operand *oper, argument
39 if (oper->flags == OPERAND_ATMINUS)
44 if (oper->flags == OPERAND_MINUS)
49 if (oper->flags == OPERAND_PLUS)
54 if (oper->flags == OPERAND_ATSIGN)
59 if (oper->flags == OPERAND_ATPAR)
65 shift = oper->shift;
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
71 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits));
73 if (oper
157 struct d10v_operand *oper; local
202 struct d10v_operand *oper; local
[all...]
H A Drx-dis.c267 RX_Opcode_Operand * oper; local
322 oper = opcode.op + (*s - '0');
325 if (oper->type == RX_Operand_Indirect || oper->type == RX_Operand_Zero_Indirect)
326 PR (PS, "%s", get_size_name (oper->size));
329 switch (oper->type)
333 dis->print_address_func (oper->addend, dis);
335 || oper->addend > 999
336 || oper->addend < -999)
337 PR (PS, "%#x", oper
[all...]
H A Dd30v-dis.c93 extract_value (uint64_t num, const struct d30v_operand *oper, int is_long) argument
96 int shift = 12 - oper->position;
97 unsigned int mask = (0xFFFFFFFF >> (32 - oper->bits));
101 if (oper->bits == 32)
112 if (oper->flags & OPERAND_SHIFT)
127 const struct d30v_operand *oper; local
163 oper = &d30v_operand_table[opnum];
164 bits = oper->bits;
165 if (oper->flags & OPERAND_SHIFT)
169 && oper
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-dis.c176 RL78_Opcode_Operand * oper; local
246 oper = *s == '0' ? &opcode.op[0] : &opcode.op[1];
249 if (oper->use_es && indirect_type (oper->type))
256 if ((oper->type == RL78_Operand_Indirect
257 || oper->type == RL78_Operand_BitIndirect)
258 && oper->reg == RL78_Reg_None
260 && ((oper->addend == 0xffff8 && opcode.size == RL78_Word)
261 || (oper->addend == 0x0fff8 && do_es && opcode.size == RL78_Word)))
269 PR (PS, "%s", condition_names[oper
[all...]
H A Dd10v-dis.c31 print_operand (struct d10v_operand *oper, argument
39 if (oper->flags == OPERAND_ATMINUS)
44 if (oper->flags == OPERAND_MINUS)
49 if (oper->flags == OPERAND_PLUS)
54 if (oper->flags == OPERAND_ATSIGN)
59 if (oper->flags == OPERAND_ATPAR)
65 shift = oper->shift;
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
71 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits));
73 if (oper
157 struct d10v_operand *oper; local
202 struct d10v_operand *oper; local
[all...]
H A Drx-dis.c267 RX_Opcode_Operand * oper; local
322 oper = opcode.op + (*s - '0');
325 if (oper->type == RX_Operand_Indirect || oper->type == RX_Operand_Zero_Indirect)
326 PR (PS, "%s", get_size_name (oper->size));
329 switch (oper->type)
333 dis->print_address_func (oper->addend, dis);
335 || oper->addend > 999
336 || oper->addend < -999)
337 PR (PS, "%#x", oper
[all...]
H A Dd30v-dis.c93 extract_value (uint64_t num, const struct d30v_operand *oper, int is_long) argument
96 int shift = 12 - oper->position;
97 unsigned int mask = (0xFFFFFFFF >> (32 - oper->bits));
101 if (oper->bits == 32)
112 if (oper->flags & OPERAND_SHIFT)
127 const struct d30v_operand *oper; local
163 oper = &d30v_operand_table[opnum];
164 bits = oper->bits;
165 if (oper->flags & OPERAND_SHIFT)
169 && oper
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drl78-dis.c176 RL78_Opcode_Operand * oper; local
246 oper = *s == '0' ? &opcode.op[0] : &opcode.op[1];
249 if (oper->use_es && indirect_type (oper->type))
256 if ((oper->type == RL78_Operand_Indirect
257 || oper->type == RL78_Operand_BitIndirect)
258 && oper->reg == RL78_Reg_None
260 && ((oper->addend == 0xffff8 && opcode.size == RL78_Word)
261 || (oper->addend == 0x0fff8 && do_es && opcode.size == RL78_Word)))
269 PR (PS, "%s", condition_names[oper
[all...]
H A Dd10v-dis.c31 print_operand (struct d10v_operand *oper, argument
39 if (oper->flags == OPERAND_ATMINUS)
44 if (oper->flags == OPERAND_MINUS)
49 if (oper->flags == OPERAND_PLUS)
54 if (oper->flags == OPERAND_ATSIGN)
59 if (oper->flags == OPERAND_ATPAR)
65 shift = oper->shift;
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
71 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits));
73 if (oper
157 struct d10v_operand *oper; local
202 struct d10v_operand *oper; local
[all...]
H A Drx-dis.c267 RX_Opcode_Operand * oper; local
322 oper = opcode.op + (*s - '0');
325 if (oper->type == RX_Operand_Indirect || oper->type == RX_Operand_Zero_Indirect)
326 PR (PS, "%s", get_size_name (oper->size));
329 switch (oper->type)
333 dis->print_address_func (oper->addend, dis);
335 || oper->addend > 999
336 || oper->addend < -999)
337 PR (PS, "%#x", oper
[all...]
H A Dd30v-dis.c93 extract_value (uint64_t num, const struct d30v_operand *oper, int is_long) argument
96 int shift = 12 - oper->position;
97 unsigned int mask = (0xFFFFFFFF >> (32 - oper->bits));
101 if (oper->bits == 32)
112 if (oper->flags & OPERAND_SHIFT)
127 const struct d30v_operand *oper; local
163 oper = &d30v_operand_table[opnum];
164 bits = oper->bits;
165 if (oper->flags & OPERAND_SHIFT)
169 && oper
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drl78-dis.c176 RL78_Opcode_Operand * oper; local
246 oper = *s == '0' ? &opcode.op[0] : &opcode.op[1];
249 if (oper->use_es && indirect_type (oper->type))
256 if ((oper->type == RL78_Operand_Indirect
257 || oper->type == RL78_Operand_BitIndirect)
258 && oper->reg == RL78_Reg_None
260 && ((oper->addend == 0xffff8 && opcode.size == RL78_Word)
261 || (oper->addend == 0x0fff8 && do_es && opcode.size == RL78_Word)))
269 PR (PS, "%s", condition_names[oper
[all...]
H A Dd10v-dis.c31 print_operand (struct d10v_operand *oper, argument
39 if (oper->flags == OPERAND_ATMINUS)
44 if (oper->flags == OPERAND_MINUS)
49 if (oper->flags == OPERAND_PLUS)
54 if (oper->flags == OPERAND_ATSIGN)
59 if (oper->flags == OPERAND_ATPAR)
65 shift = oper->shift;
68 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
71 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits));
73 if (oper
157 struct d10v_operand *oper; local
202 struct d10v_operand *oper; local
[all...]
H A Drx-dis.c267 RX_Opcode_Operand * oper; local
322 oper = opcode.op + (*s - '0');
325 if (oper->type == RX_Operand_Indirect || oper->type == RX_Operand_Zero_Indirect)
326 PR (PS, "%s", get_size_name (oper->size));
329 switch (oper->type)
333 dis->print_address_func (oper->addend, dis);
335 || oper->addend > 999
336 || oper->addend < -999)
337 PR (PS, "%#x", oper
[all...]
H A Dd30v-dis.c93 extract_value (uint64_t num, const struct d30v_operand *oper, int is_long) argument
96 int shift = 12 - oper->position;
97 unsigned int mask = (0xFFFFFFFF >> (32 - oper->bits));
101 if (oper->bits == 32)
112 if (oper->flags & OPERAND_SHIFT)
127 const struct d30v_operand *oper; local
163 oper = &d30v_operand_table[opnum];
164 bits = oper->bits;
165 if (oper->flags & OPERAND_SHIFT)
169 && oper
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-csky.c1965 parse_type_ctrlreg (char** oper) argument
1970 if (TOLOWER (*(*oper + 0)) == 'c'
1971 && TOLOWER (*(*oper + 1)) == 'r'
1972 && ISDIGIT (*(*oper + 2)))
1975 i = *(*oper + 2) - 0x30;
1976 i = ISDIGIT (*(*oper + 3)) ? (*(*oper + 3) - 0x30) + 10 * i : i;
1977 len = ISDIGIT (*(*oper + 3)) ? 4 : 3;
1978 *oper += len;
1980 else if (!(TOLOWER (*(*oper
2092 is_reg_sp_with_bracket(char **oper) argument
2137 is_reg_sp(char **oper) argument
2350 is_reglist_legal(char **oper) argument
2399 is_freglist_legal(char **oper) argument
2445 is_reglist_dash_comma_legal(char **oper, struct operand *oprnd) argument
2532 is_reg_lshift_illegal(char **oper, int is_float) argument
2580 is_imm_over_range(char **oper, int min, int max, int ext) argument
2602 is_oimm_over_range(char **oper, int min, int max) argument
2623 is_psr_bit(char **oper) argument
2653 parse_type_cpidx(char** oper) argument
2690 parse_type_cpreg(char** oper) argument
2711 parse_type_cpcreg(char** oper) argument
2732 parse_type_areg(char** oper) argument
2749 parse_type_freg(char** oper, int even) argument
2772 parse_ldst_imm(char **oper, struct csky_opcode_info *op ATTRIBUTE_UNUSED, struct operand *oprnd) argument
2948 get_operand_value(struct csky_opcode_info *op, char **oper, struct operand *oprnd) argument
3808 char *oper = str; local
3877 char *oper = str; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_vht.c76 struct ieee80211_vht_operation *oper; local
80 *pos++ = sizeof(*oper);
82 oper = (struct ieee80211_vht_operation *) pos;
83 os_memset(oper, 0, sizeof(*oper));
90 oper->vht_op_info_chan_center_freq_seg0_idx =
92 oper->vht_op_info_chan_center_freq_seg1_idx =
95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
101 oper->vht_op_info_chwidth = 1;
102 oper
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_query.c74 if (prop == NULL || prop->optional || prop->oper == OSSL_PROPERTY_OVERRIDE)
77 && ((prop->oper == OSSL_PROPERTY_OPER_EQ
79 || (prop->oper == OSSL_PROPERTY_OPER_NE
H A Dproperty_local.h23 OSSL_PROPERTY_OPER oper; member in struct:ossl_property_definition_st
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-csky.c2508 parse_type_ctrlreg (char** oper) argument
2513 if (TOLOWER (*(*oper + 0)) == 'c'
2514 && TOLOWER (*(*oper + 1)) == 'r'
2515 && ISDIGIT (*(*oper + 2)))
2518 i = *(*oper + 2) - 0x30;
2519 i = ISDIGIT (*(*oper + 3)) ? (*(*oper + 3) - 0x30) + 10 * i : i;
2520 len = ISDIGIT (*(*oper + 3)) ? 4 : 3;
2521 *oper += len;
2523 else if (!(TOLOWER (*(*oper
2635 is_reg_sp_with_bracket(char **oper) argument
2680 is_reg_sp(char **oper) argument
2894 is_reglist_legal(char **oper) argument
2943 is_freglist_legal(char **oper) argument
3018 is_reglist_dash_comma_legal(char **oper, struct operand *oprnd) argument
3105 is_reg_lshift_illegal(char **oper, int is_float) argument
3153 is_imm_within_range(char **oper, int min, int max) argument
3179 is_imm_within_range_ext(char **oper, int min, int max, int ext) argument
3204 is_oimm_within_range(char **oper, int min, int max) argument
3225 is_psr_bit(char **oper) argument
3255 parse_type_cpidx(char** oper) argument
3292 parse_type_cpreg(char** oper) argument
3313 parse_type_cpcreg(char** oper) argument
3334 parse_type_areg(char** oper) argument
3351 parse_type_freg(char** oper, int even) argument
3395 parse_ldst_imm(char **oper, struct csky_opcode_info *op ATTRIBUTE_UNUSED, struct operand *oprnd) argument
3574 get_operand_value(struct csky_opcode_info *op, char **oper, struct operand *oprnd) argument
4471 char *oper = str; local
4540 char *oper = str; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-csky.c2510 parse_type_ctrlreg (char** oper) argument
2516 char *s = *oper;
2519 if (TOLOWER (*(*oper + 0)) == 'c'
2520 && TOLOWER (*(*oper + 1)) == 'r'
2521 && ISDIGIT (*(*oper + 2)))
2524 s = *oper+2;
2529 *oper = s;
2536 s = *oper;
2542 else if (TOLOWER (*(*oper + 0)) == 'c'
2543 && TOLOWER (*(*oper
2603 is_reg_sp_with_bracket(char **oper) argument
2638 is_reg_sp(char **oper) argument
2692 is_reglist_legal(char **oper) argument
2741 is_freglist_legal(char **oper) argument
2816 is_reglist_dash_comma_legal(char **oper, struct operand *oprnd) argument
2903 is_reg_lshift_illegal(char **oper, int is_float) argument
2951 is_imm_within_range(char **oper, int min, int max) argument
2976 is_imm_within_range_ext(char **oper, int min, int max, int ext) argument
3001 is_oimm_within_range(char **oper, int min, int max) argument
3024 is_psr_bit(char **oper) argument
3054 parse_type_cpidx(char** oper) argument
3091 parse_type_cpreg(char** oper) argument
3116 parse_type_cpcreg(char** oper) argument
3141 parse_type_areg(char** oper) argument
3158 parse_type_freg(char** oper, int even) argument
3202 parse_ldst_imm(char **oper, struct csky_opcode_info *op ATTRIBUTE_UNUSED, struct operand *oprnd) argument
3381 get_operand_value(struct csky_opcode_info *op, char **oper, struct operand *oprnd) argument
4294 char *oper = str; local
4363 char *oper = str; local
[all...]
/netbsd-current/sys/netinet/
H A Dsctp_indata.c811 struct mbuf *oper; local
849 MGET(oper, M_DONTWAIT, MT_DATA);
850 if (oper) {
854 oper->m_len = sizeof(struct sctp_paramhdr) +
856 ph = mtod(oper, struct sctp_paramhdr *);
858 ph->param_length = htons(oper->m_len);
863 SCTP_PEER_FAULTY, oper);
1047 struct mbuf *oper; local
1079 MGET(oper, M_DONTWAIT, MT_DATA);
1080 if (oper) {
1681 struct mbuf *oper; local
3561 struct mbuf *oper; local
[all...]
/netbsd-current/external/gpl2/dtc/dist/
H A Dfdtput.c28 enum oper_type oper; /* operation to perform */ member in struct:display_info
328 switch (disp->oper) {
411 disp.oper = OPER_WRITE_PROP;
423 disp.oper = OPER_CREATE_NODE;
426 disp.oper = OPER_REMOVE_NODE;
429 disp.oper = OPER_DELETE_PROP;
454 if (disp.oper == OPER_WRITE_PROP) {
461 if (disp.oper == OPER_DELETE_PROP)
/netbsd-current/bin/dd/
H A Dargs.c132 char *oper, *arg; local
136 while ((oper = *++argv) != NULL) {
137 if ((oper = strdup(oper)) == NULL) {
143 if ((arg = strchr(oper, '=')) == NULL) {
144 errx(EXIT_FAILURE, "unknown operand %s", oper);
149 errx(EXIT_FAILURE, "no value specified for %s", oper);
152 tmp.name = oper;

Completed in 427 milliseconds

1234