Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c5009 const struct mips_operand *operand_base) in match_int_operand() argument
5016 operand = (const struct mips_int_operand *) operand_base; in match_int_operand()
5021 if (operand_base->lsb == 0 in match_int_operand()
5022 && operand_base->size == 16 in match_int_operand()
5057 max_val = ((1 << operand_base->size) - 1) << operand->shift; in match_int_operand()
5103 insn_insert_operand (arg->insn, operand_base, uval); in match_int_operand()
5111 const struct mips_operand *operand_base) in match_mapped_int_operand() argument
5117 operand = (const struct mips_mapped_int_operand *) operand_base; in match_mapped_int_operand()
5121 num_vals = 1 << operand_base->size; in match_mapped_int_operand()
5131 insn_insert_operand (arg->insn, operand_base, uval); in match_mapped_int_operand()
[all …]