Searched defs:tinsn_struct (Results 1 – 2 of 2) sorted by relevance
40 typedef struct tinsn_struct struct42 enum itype_enum insn_type;44 xtensa_opcode opcode; /* Literals have an invalid opcode. */45 bool is_specific_opcode;46 bool keep_wide;47 int ntok;48 expressionS tok[MAX_INSN_ARGS];49 bool loc_directive_seen;50 struct dwarf2_line_info debug_line;59 expressionS extra_arg;[all …]