strinst.inc 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {******************************************************************************
  2. *****************************************************************************}
  3. 'none',
  4. 'abcd',
  5. 'add','addcc','addx','addxcc',
  6. 'and','andcc','andn','andncc',
  7. 'jmp',
  8. 'jmpl',
  9. 'call',
  10. 'ba','b','fba','fb',
  11. 'cbccc',
  12. 'flush',
  13. 'ldsb','ldsh','ldstub',
  14. 'ldub','lduh','ld','ldd','ld','ldfsr','ldd','ldc','ldcsr','lddc','ldx','lduw','ldsw',
  15. 'ldsba','ldsha','lduba','lduha','lda','ldda',
  16. 'ldstuba',
  17. 'mulscc',
  18. 'mulx',
  19. 'nop',
  20. 'or','orcc','orn','orncc',
  21. 'rd','rd','rd','rd','rd',
  22. 'restore',
  23. 'ret','retl',
  24. 'save',
  25. 'sdiv','sdivcc','sdivx',
  26. 'smul','smulcc',
  27. 'sethi',
  28. 'sll','srl','sra','sllx','srlx','srax',
  29. 'stb','sth','st','std','st','std','stfsr','stdfq','stx',
  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','udivx',
  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','mov','movrz','movrlez','movrlz','movrnz','movrgz','movrgez',
  63. 'neg',
  64. 'not',
  65. 'set',
  66. 'skipz','skipnz',
  67. 'tst',
  68. { internal instructions }
  69. 'fmovd',
  70. 'fabsd','fabsq',
  71. 'fnegd','fnegq',
  72. { memory barrier instructions }
  73. 'stbar',
  74. 'membar',
  75. { SPARC v9 }
  76. 'flushw',
  77. 'cas',
  78. 'casa',
  79. 'casx',
  80. 'casxa'