diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-06-18 22:44:20 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-06-18 22:44:20 +0000 |
commit | 38bd8d09ffe9e298c29172609b358c34cfd7e11b (patch) | |
tree | e039928ad43fe500786d05e483c762399922b626 /gas/config/tc-tic6x.h | |
parent | 6aed2dbcba548376cdc0b98231fb9b174f9ca978 (diff) | |
download | gdb-38bd8d09ffe9e298c29172609b358c34cfd7e11b.zip gdb-38bd8d09ffe9e298c29172609b358c34cfd7e11b.tar.gz gdb-38bd8d09ffe9e298c29172609b358c34cfd7e11b.tar.bz2 |
gas:
* config/tc-tic6x.h (tic6x_segment_info_type): Add field
func_units_used.
* config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
(md_assemble): Clear func_units_used for new execute packet.
Check for duplicate functional units and update func_units_used
for instructions using a functional unit.
gas/testsuite:
* gas/tic6x/resource-func-unit-1.d,
gas/tic6x/resource-func-unit-1.l,
gas/tic6x/resource-func-unit-1.s,
gas/tic6x/resource-func-unit-2.d,
gas/tic6x/resource-func-unit-2.l,
gas/tic6x/resource-func-unit-2.s: New.
Diffstat (limited to 'gas/config/tc-tic6x.h')
-rw-r--r-- | gas/config/tc-tic6x.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/config/tc-tic6x.h b/gas/config/tc-tic6x.h index c9df520..d4a3795 100644 --- a/gas/config/tc-tic6x.h +++ b/gas/config/tc-tic6x.h @@ -67,6 +67,11 @@ typedef struct ||^); otherwise NULL. */ char *spmask_addr; + /* The functional units used in the current execute packet, recorded + by setting the same bits as would be set in the 32-bit SPMASK + instruction. */ + unsigned int func_units_used; + /* If an SPLOOP-family instruction has been seen, and a following SPKERNEL-family instruction has not yet been seen, the ii value from the SPLOOP instruction (in the range 1 to 14); otherwise |