Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c348 op_placement_info_table op_placement_table; variable
10797 op_placement_table = (op_placement_info_table) in init_op_placement_info_table()
10803 op_placement_info *opi = &op_placement_table[opcode]; in init_op_placement_info_table()
10847 return bit_is_set (slot, op_placement_table[opcode].slots[fmt]); in opcode_fits_format_slot()
10856 return op_placement_table[opcode].narrowest_size; in xg_get_single_size()
10863 return op_placement_table[opcode].narrowest; in xg_get_single_format()
10870 return op_placement_table[opcode].narrowest_slot; in xg_get_single_slot()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-2004673 (op_placement_info struct, op_placement_table): New.