mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 12:39:38 +01:00 
			
		
		
		
	* use the generic tcgaddnode.second_addsmallset on i8086, because the BTx instructions are 386+
git-svn-id: branches/i8086@23895 -
This commit is contained in:
		
							parent
							
								
									a68dfed450
								
							
						
					
					
						commit
						e6c8ac6694
					
				@ -44,7 +44,9 @@ unit nx86add;
 | 
			
		||||
        procedure second_addfloatsse;
 | 
			
		||||
      public
 | 
			
		||||
        procedure second_addfloat;override;
 | 
			
		||||
{$ifndef i8086}
 | 
			
		||||
        procedure second_addsmallset;override;
 | 
			
		||||
{$endif not i8086}
 | 
			
		||||
        procedure second_add64bit;override;
 | 
			
		||||
        procedure second_cmpfloat;override;
 | 
			
		||||
        procedure second_cmpsmallset;override;
 | 
			
		||||
@ -332,6 +334,7 @@ unit nx86add;
 | 
			
		||||
                                AddSmallSet
 | 
			
		||||
*****************************************************************************}
 | 
			
		||||
 | 
			
		||||
{$ifndef i8086}
 | 
			
		||||
    procedure tx86addnode.second_addsmallset;
 | 
			
		||||
      var
 | 
			
		||||
        setbase : aint;
 | 
			
		||||
@ -439,6 +442,7 @@ unit nx86add;
 | 
			
		||||
        if opsize<>int_cgsize(resultdef.size) then
 | 
			
		||||
          hlcg.location_force_reg(current_asmdata.CurrAsmList,location,opdef,hlcg.tcgsize2orddef(int_cgsize(resultdef.size)),false);
 | 
			
		||||
      end;
 | 
			
		||||
{$endif not i8086}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    procedure tx86addnode.second_cmpsmallset;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user