mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* mulsu opcode spelling fixed
* handling mulsu in taicpu.spilling_get_operation_type git-svn-id: trunk@30729 -
This commit is contained in:
parent
8196427ca6
commit
652f623983
@ -251,7 +251,7 @@ implementation
|
||||
if opnr=0 then
|
||||
result:=operand_write;
|
||||
A_CP,A_CPC,A_CPI,A_PUSH,A_SBRC,A_SBRS,A_ST,A_STD,A_STS,
|
||||
A_MUL, A_MULS,A_FMUL,A_FMULS,A_FMULSU:
|
||||
A_MUL, A_MULS,A_MULSU,A_FMUL,A_FMULS,A_FMULSU:
|
||||
;
|
||||
else
|
||||
begin
|
||||
|
@ -37,7 +37,7 @@ interface
|
||||
gas_op2str : op2strtable = ('',
|
||||
'add','adc','adiw','sub','subi','sbc','sbci','sbrc','sbrs','sbiw','and','andi',
|
||||
'or','ori','eor','com','neg','sbr','cbr','inc','dec','tst',
|
||||
'mul','muls','mulu','fmul','fmuls','fmulsu','rjmp','ijmp',
|
||||
'mul','muls','mulsu','fmul','fmuls','fmulsu','rjmp','ijmp',
|
||||
'eijmp','jmp','rcall','icall','eicall','call','ret','reti','cpse',
|
||||
'cp','cpc','cpi','sbic','sbis','br','mov','movw','ldi','lds','ld','ldd',
|
||||
'sts','st','std','lpm','elpm','spm','in','out','push','pop',
|
||||
|
Loading…
Reference in New Issue
Block a user