strinst.inc 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {******************************************************************************
  2. $Id$
  3. *****************************************************************************}
  4. 'none',
  5. 'abcd',
  6. 'add','addcc','addx','addxcc',
  7. 'and','andcc','andn','andncc',
  8. 'jmp',
  9. 'jmpl',
  10. 'call',
  11. 'ba','b','fba','fb',
  12. 'cbccc',
  13. 'flush',
  14. 'ldsb','ldsh','ldstub',
  15. 'ldub','lduh','ld','ldd','ld','ldfsr','ldd','ldc','ldcsr','lddc',
  16. 'ldsba','ldsha','lduba','lduha','lda','ldda',
  17. 'ldstuba',
  18. 'mulscc',
  19. 'nop',
  20. 'or','orcc','orn','orncc',
  21. 'rd','rd','rd','rd','rd',
  22. 'restore',
  23. 'ret','retl',
  24. 'save',
  25. 'sdiv','sdivcc',
  26. 'smul','smulcc',
  27. 'sethi',
  28. 'sll','srl','sra',
  29. 'stb','sth','st','std','st','std','stfsr','stdfq',
  30. 'stc','stdc','stcsr','stdcq',
  31. 'stba','stha','sta','stda',
  32. 'sub','subcc','subx','subxcc',
  33. 'swap','swapa','ticc','taddcc','tsubcc','taddcctv','tsubcctv',
  34. 'ta','t',
  35. 'udiv','udivcc',
  36. 'umul','umulcc',
  37. 'unimp',
  38. 'wrasr','wry','wrpsr','wrwim','wrtbr',
  39. 'xnor','xnorcc',
  40. 'xor','xorcc',
  41. {floating-point instructions}
  42. 'fitos','fitod','fitoq',
  43. 'fstoi','fdtoi','fqtoi',
  44. 'fstod','fstoq',
  45. 'fdtos','fdtoq',
  46. 'fqtod','fqtos',
  47. 'fmovs','fnegs','fabss',
  48. 'fsqrts','fsqrtd','fsqrtq',
  49. 'fadds','faddd','faddq',
  50. 'fsubs','fsubd','fsubq',
  51. 'fmuls','fmuld','fmulq',
  52. 'fdmulq','fsmuld',
  53. 'fdivs','fdivd','fdivq',
  54. 'fcmps','fcmpd','fcmpq',
  55. 'fcpop1','cpop2',
  56. {synthetic instructions}
  57. 'btst','bset','bclr','btog',
  58. 'clr','clrb','clrh',
  59. 'cmp',
  60. 'dec','deccc',
  61. 'inc','inccc',
  62. 'mov',
  63. 'neg',
  64. 'not',
  65. 'set',
  66. 'skipz','skipnz',
  67. 'tst',
  68. { internal instructions }
  69. 'fmovd',
  70. 'fabsd','fabsq'
  71. {
  72. $Log$
  73. Revision 1.15 2005-01-07 16:22:54 florian
  74. + implemented abi compliant handling of strucutured functions results on sparc platform
  75. Revision 1.14 2004/10/03 12:42:22 florian
  76. * made sqrt, sqr and abs internal for the sparc
  77. Revision 1.13 2004/06/20 08:55:32 florian
  78. * logs truncated
  79. Revision 1.12 2004/06/16 20:07:11 florian
  80. * dwarf branch merged
  81. Revision 1.11.2.3 2004/05/27 23:34:59 peter
  82. * retl added
  83. Revision 1.11.2.2 2004/05/25 21:38:53 peter
  84. * assembler reader/writer updates
  85. Revision 1.11.2.1 2004/05/13 20:58:47 florian
  86. * fixed register addressed jumps in interface wrappers
  87. Revision 1.11 2004/01/12 22:11:39 peter
  88. * use localalign info for alignment for locals and temps
  89. * sparc fpu flags branching added
  90. * moved powerpc copy_valye_openarray to generic
  91. }