]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/xtensa: allow multiple names for single opcode
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 10 Feb 2019 07:39:10 +0000 (23:39 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 19 Feb 2019 05:29:08 +0000 (21:29 -0800)
commitd863fcf7f5b4f363e7ba2f95ce622f93dd4e866d
treed33f8e0e230d8a68a980be5e6d3ea06470e79547
parent759039737504c3f11098f7240c6048c6279e2215
target/xtensa: allow multiple names for single opcode

There are opcodes that differ only in encoding or possible range of
immediate arguments. Allow multiple names for single opcode translation
table entry to reduce code duplication in that case.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/cpu.h
target/xtensa/helper.c
target/xtensa/translate.c