OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_placement_table
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c
340
op_placement_info_table
op_placement_table
;
variable
12424
op_placement_table
= XNEWVEC (op_placement_info, num_opcodes);
12429
op_placement_info *opi = &
op_placement_table
[opcode];
12473
return bit_is_set (slot,
op_placement_table
[opcode].slots[fmt]);
12482
return
op_placement_table
[opcode].narrowest_size;
12489
return
op_placement_table
[opcode].narrowest;
12496
return
op_placement_table
[opcode].narrowest_slot;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c
340
op_placement_info_table
op_placement_table
;
variable
12424
op_placement_table
= XNEWVEC (op_placement_info, num_opcodes);
12429
op_placement_info *opi = &
op_placement_table
[opcode];
12473
return bit_is_set (slot,
op_placement_table
[opcode].slots[fmt]);
12482
return
op_placement_table
[opcode].narrowest_size;
12489
return
op_placement_table
[opcode].narrowest;
12496
return
op_placement_table
[opcode].narrowest_slot;
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026