mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 16:59:45 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			70 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			70 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			SQL
		
	
	
	
	
	
{******************************************************************************
 | 
						|
 *****************************************************************************}
 | 
						|
          'none',
 | 
						|
          'abcd',
 | 
						|
          'add','addcc','addx','addxcc',
 | 
						|
          'and','andcc','andn','andncc',
 | 
						|
          'jmp',
 | 
						|
          'jmpl',
 | 
						|
          'call',
 | 
						|
          'ba','b','fba','fb',
 | 
						|
          'cbccc',
 | 
						|
          'flush',
 | 
						|
          'ldsb','ldsh','ldstub',
 | 
						|
          'ldub','lduh','ld','ldd','ld','ldfsr','ldd','ldc','ldcsr','lddc',
 | 
						|
          'ldsba','ldsha','lduba','lduha','lda','ldda',
 | 
						|
          'ldstuba',
 | 
						|
          'mulscc',
 | 
						|
          'nop',
 | 
						|
          'or','orcc','orn','orncc',
 | 
						|
          'rd','rd','rd','rd','rd',
 | 
						|
          'restore',
 | 
						|
          'ret','retl',
 | 
						|
          'save',
 | 
						|
          'sdiv','sdivcc',
 | 
						|
          'smul','smulcc',
 | 
						|
          'sethi',
 | 
						|
          'sll','srl','sra',
 | 
						|
          'stb','sth','st','std','st','std','stfsr','stdfq',
 | 
						|
          'stc','stdc','stcsr','stdcq',
 | 
						|
          'stba','stha','sta','stda',
 | 
						|
          'sub','subcc','subx','subxcc',
 | 
						|
          'swap','swapa','ticc','taddcc','tsubcc','taddcctv','tsubcctv',
 | 
						|
          'ta','t',
 | 
						|
          'udiv','udivcc',
 | 
						|
          'umul','umulcc',
 | 
						|
          'unimp',
 | 
						|
          'wrasr','wry','wrpsr','wrwim','wrtbr',
 | 
						|
          'xnor','xnorcc',
 | 
						|
          'xor','xorcc',
 | 
						|
          {floating-point instructions}
 | 
						|
          'fitos','fitod','fitoq',
 | 
						|
          'fstoi','fdtoi','fqtoi',
 | 
						|
          'fstod','fstoq',
 | 
						|
          'fdtos','fdtoq',
 | 
						|
          'fqtod','fqtos',
 | 
						|
          'fmovs','fnegs','fabss',
 | 
						|
          'fsqrts','fsqrtd','fsqrtq',
 | 
						|
          'fadds','faddd','faddq',
 | 
						|
          'fsubs','fsubd','fsubq',
 | 
						|
          'fmuls','fmuld','fmulq',
 | 
						|
          'fdmulq','fsmuld',
 | 
						|
          'fdivs','fdivd','fdivq',
 | 
						|
          'fcmps','fcmpd','fcmpq',
 | 
						|
          'fcpop1','cpop2',
 | 
						|
          {synthetic instructions}
 | 
						|
          'btst','bset','bclr','btog',
 | 
						|
          'clr','clrb','clrh',
 | 
						|
          'cmp',
 | 
						|
          'dec','deccc',
 | 
						|
          'inc','inccc',
 | 
						|
          'mov',
 | 
						|
          'neg',
 | 
						|
          'not',
 | 
						|
          'set',
 | 
						|
          'skipz','skipnz',
 | 
						|
          'tst',
 | 
						|
          { internal instructions }
 | 
						|
          'fmovd',
 | 
						|
          'fabsd','fabsq'
 |