jkmcnk / sx-gcc

The GNU Compiler Collection port to NEC SX CPU architecture.
GNU General Public License v2.0
0 stars 2 forks source link

rcr (invalidates cache memory) sx machine code instruction - number of arguments #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The rcr machine code instruction on SX8 has 1 argument e.g. rcr 1 and 2 
arguments on SX 9 e.g. rcr 1,1. First argmument is Ry, second one is Rx.

Original issue reported on code.google.com by grossm...@hlrs.de on 19 May 2009 at 1:01

GoogleCodeExporter commented 8 years ago
per-model mnemonic differentiation is planned and partly implemented already. 
but it
requires quite a bit of tedious work to complete. will be done eventually. ;)

Original comment by jmoc...@gmail.com on 28 May 2009 at 1:59

GoogleCodeExporter commented 8 years ago
specific sx-9 support not planned now.

Original comment by jmoc...@gmail.com on 9 Oct 2009 at 9:29