]> Git Repo - qemu.git/commit - target/tricore/translate.c
target-tricore: Make TRICORE_FEATURES implying others.
authorBastian Koppelmann <[email protected]>
Thu, 13 Nov 2014 14:17:08 +0000 (14:17 +0000)
committerBastian Koppelmann <[email protected]>
Wed, 10 Dec 2014 11:13:45 +0000 (11:13 +0000)
commit47e04430ed3e6ab835f023a5c84381ca2ce9f4d8
treefa88d0ea36390c6913a662d419024323c196722e
parent0974257ed58ff3e9512d74ffa5b4039bbec49b2d
target-tricore: Make TRICORE_FEATURES implying others.

Since all the TriCore instructionsets are subsets of each other (1.3 C 1.3.1 C 1.6),
make the features implying each other, e.g 1.6 also has 1.3.1 and 1.3. This way
we only need to check our features for the instructionset, where a instruction was first introduced.

Signed-off-by: Bastian Koppelmann <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
target-tricore/cpu.c
target-tricore/translate.c
This page took 0.020645 seconds and 4 git commands to generate.