target-tricore: Add instructions of ABS, ABSB opcode format
commit59543d4ee1cef54dd1af7cae211f3e95e7287ba4
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 26 Sep 2014 19:26:31 +0000 (26 20:26 +0100)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 20 Oct 2014 11:25:07 +0000 (20 12:25 +0100)
treee005364751a193192c47d1284525986c2b7fa20b
parent030c58dfb7d2e73f23dc324516d641c5e585af2e
target-tricore: Add instructions of ABS, ABSB opcode format

Add instructions of ABS, ABSB opcode format.
Add microcode generator functions for ld/st of two 32bit reg as one 64bit value.
Add microcode generator functions for ldmst and swap.
Add helper ldlcx, lducx, stlcx and stucx.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-tricore/helper.h
target-tricore/op_helper.c
target-tricore/translate.c