Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dxtensa-isa.c892 xtensa_operand_internal *intop; in xtensa_operand_name() local
894 intop = get_operand (intisa, opc, opnd); in xtensa_operand_name()
895 if (!intop) return NULL; in xtensa_operand_name()
896 return intop->name; in xtensa_operand_name()
906 xtensa_operand_internal *intop; in xtensa_operand_is_visible() local
918 intop = &intisa->operands[operand_id]; in xtensa_operand_is_visible()
920 if ((intop->flags & XTENSA_OPERAND_IS_INVISIBLE) == 0) in xtensa_operand_is_visible()
954 xtensa_operand_internal *intop; in xtensa_operand_get_field() local
958 intop = get_operand (intisa, opc, opnd); in xtensa_operand_get_field()
959 if (!intop) return -1; in xtensa_operand_get_field()
[all …]