strinst.inc 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {******************************************************************************
  2. $Id$
  3. *****************************************************************************}
  4. 'none',
  5. 'abcd',
  6. 'add','addcc','addx','addxcc',
  7. 'and','andcc','andn','addncc',
  8. 'jmpl',
  9. 'call',
  10. 'ba','b',
  11. 'fbn','fbu','fbg','fbug','fbl','fbul','fblg','fbne',
  12. 'fbe','fbue','fbge','fbuge','fble','fbule','fbo','fba',
  13. 'cbccc',
  14. 'flush',
  15. 'ldsb','ldsh','ldstub',
  16. 'ldub','lduh','ld','ldd','ld','ldfsr','ldd','ldc','ldcsr','lddc',
  17. 'ldsba','ldsha','lduba','lduha','lda','ldda',
  18. 'ldstuba',
  19. 'mulscc',
  20. 'nop',
  21. 'or','orcc','orn','orncc',
  22. 'rd','rd','rd','rd','rd',
  23. 'restore',
  24. 'ret',
  25. 'save',
  26. 'sdiv','sdivcc',
  27. 'smul','smulcc',
  28. 'sethi',
  29. 'sll','srl','sra',
  30. 'stb','sth','st','std','st','std','stfsr','stdfq',
  31. 'stc','stdc','stcsr','stdcq',
  32. 'stba','stha','sta','stda',
  33. 'sub','subcc','subx','subxcc',
  34. 'swap','swapa','ticc','taddcc','tsubcc','taddcctv','tsubcctv',
  35. 'udiv','udivcc',
  36. 'umul','umulcc',
  37. 'unmp',
  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. {
  69. $Log$
  70. Revision 1.8 2003-07-02 22:18:04 peter
  71. * paraloc splitted in callerparaloc,calleeparaloc
  72. * sparc calling convention updates
  73. Revision 1.7 2003/06/01 21:38:07 peter
  74. * getregisterfpu size parameter added
  75. * op_const_reg size parameter added
  76. * sparc updates
  77. Revision 1.6 2003/05/26 21:31:27 mazen
  78. * mnemonic of A_LDF is ld, ldf does not exist!
  79. Revision 1.5 2003/05/06 20:23:44 mazen
  80. * A_BI ==> A_BL (bi ==> bl) instructions renamed
  81. Revision 1.4 2003/04/29 10:00:31 mazen
  82. * instruction are moved lowercase to allow using old assmeblers
  83. Revision 1.3 2002/10/17 14:48:34 mazen
  84. * branch instructions are now contigous
  85. Revision 1.2 2002/10/01 21:07:48 mazen
  86. attinst.inc --> strinst.inc
  87. }