summaryrefslogtreecommitdiffstats
path: root/target-tilegx/opcode_tilegx.h
Commit message (Collapse)AuthorAgeFilesLines
* target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1Richard Henderson2015-09-151-1/+1
| | | | | | | An obvious typo in the mnemonic here. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-tilegx: Modify _SPECIAL_ opcodesRichard Henderson2015-09-151-2/+2
| | | | | | | | | Both ADDX_SPECIAL_0_OPCODE_Y1 and ADD_SPECIAL_0_OPCODE_Y1 do not appear to be "special" in any way, except that they don't follow the normal naming convention using _RRR_. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-tilegx: Modify opcode_tilegx.h to fit QEMU usageChen Gang2015-09-151-110/+110
| | | | | | | | | | Use 'inline' instead of '__inline', and also use 'uint64_t' instead of "unsigned long long" Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <BLU436-SMTP1945B04384351D5EE7D9DECB9660@phx.gbl> Signed-off-by: Richard Henderson <rth@twiddle.net>
* target-tilegx: Add opcode basic implementation from Tilera CorporationChen Gang2015-09-151-0/+1406
It is copied from Linux kernel "arch/tile/include/uapi/arch/ opcode_tilegx.h". Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <BLU436-SMTP2087FA98B64A20B25155D9AB9660@phx.gbl> Signed-off-by: Richard Henderson <rth@twiddle.net>
OpenPOWER on IntegriCloud