]> git.proxmox.com Git - mirror_qemu.git/commit
target-tricore: Cleanup and Bugfixes
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 26 Sep 2014 19:04:51 +0000 (20:04 +0100)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Mon, 20 Oct 2014 11:25:06 +0000 (12:25 +0100)
commit030c58dfb7d2e73f23dc324516d641c5e585af2e
tree5225d21a4cbf5191304f9263fe7644d20f9ef80e
parent5f77ef69a195098baddfdc6d189f1b4a94587378
target-tricore: Cleanup and Bugfixes

Move FCX loading of save_context_ to caller functions, for STLCX, STUCX insn to use those functions.
Move FCX storing of restore_context_ to caller functions, for LDLCX, LDUCX insn to use those functions.
Remove do_raise_exception function, which caused clang to emit a warning.
Fix: save_context_lower now saves a[11] instead of PSW.
Fix: MASK_OP_ABSB_BPOS starting at wrong offset.

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