Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Dxtensa-isa.c623 (*intisa->slots[slot_id].get_fn) (insn, slotbuf); in xtensa_format_get_slot()
956 xtensa_get_field_fn get_fn; in xtensa_operand_get_field() local
971 get_fn = intisa->slots[slot_id].get_field_fns[intop->field_id]; in xtensa_operand_get_field()
972 if (!get_fn) in xtensa_operand_get_field()
980 *valp = (*get_fn) (slotbuf); in xtensa_operand_get_field()
1060 xtensa_get_field_fn get_fn = in xtensa_operand_encode() local
1065 if (get_fn && set_fn) in xtensa_operand_encode()
1068 return ((*get_fn) (tmpbuf) != *valp); in xtensa_operand_encode()