HomeSort by: relevance | last modified time | path
    Searched defs:op_placement_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 338 } op_placement_info, *op_placement_info_table; typedef in typeref:struct:op_placement_info_struct
527 /* op_placement_info functions. */
12411 /* op_placement_info makes it easier to determine which
12424 op_placement_table = XNEWVEC (op_placement_info, num_opcodes);
12429 op_placement_info *opi = &op_placement_table[opcode];
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 338 } op_placement_info, *op_placement_info_table; typedef in typeref:struct:op_placement_info_struct
527 /* op_placement_info functions. */
12411 /* op_placement_info makes it easier to determine which
12424 op_placement_table = XNEWVEC (op_placement_info, num_opcodes);
12429 op_placement_info *opi = &op_placement_table[opcode];

Completed in 38 milliseconds