Home
last modified time | relevance | path

Searched refs:operand_base (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Darc-dis.c651 const struct arc_operand *operand_base, *operand_limm; in operand_iterator_next() local
660 operand_base = &arc_operands[*iter->state.long_insn.opidx_base]; in operand_iterator_next()
663 if (operand_base->flags & ARC_OPERAND_LIMM) in operand_iterator_next()
682 if (!(operand_base->flags & ARC_OPERAND_IGNORE)) in operand_iterator_next()
684 *operand = operand_base; in operand_iterator_next()
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-mips.c4993 const struct mips_operand *operand_base) in match_int_operand() argument
5000 operand = (const struct mips_int_operand *) operand_base; in match_int_operand()
5005 if (operand_base->lsb == 0 in match_int_operand()
5006 && operand_base->size == 16 in match_int_operand()
5041 max_val = ((1 << operand_base->size) - 1) << operand->shift; in match_int_operand()
5087 insn_insert_operand (arg->insn, operand_base, uval); in match_int_operand()
5095 const struct mips_operand *operand_base) in match_mapped_int_operand() argument
5101 operand = (const struct mips_mapped_int_operand *) operand_base; in match_mapped_int_operand()
5105 num_vals = 1 << operand_base->size; in match_mapped_int_operand()
5115 insn_insert_operand (arg->insn, operand_base, uval); in match_mapped_int_operand()
[all …]