mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
target-arm: Delete unused iwmmxt_msadb helper
The iwmmxt_msadb helper and its corresponding gen function are unused; delete them. (This function appears to have never been used right back to the initial implementation of iwMMXt; it is identical to iwmmxt_madduq, and is presumably an accidental remnant from the initial development.) Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1401822125-1822-1-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
d3afacc726
commit
3b1a413812
3 changed files with 0 additions and 13 deletions
|
@ -456,8 +456,6 @@ DEF_HELPER_3(iwmmxt_avgb1, i64, env, i64, i64)
|
|||
DEF_HELPER_3(iwmmxt_avgw0, i64, env, i64, i64)
|
||||
DEF_HELPER_3(iwmmxt_avgw1, i64, env, i64, i64)
|
||||
|
||||
DEF_HELPER_2(iwmmxt_msadb, i64, i64, i64)
|
||||
|
||||
DEF_HELPER_3(iwmmxt_align, i64, i64, i64, i32)
|
||||
DEF_HELPER_4(iwmmxt_insr, i64, i64, i32, i32, i32)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue