]> git.proxmox.com Git - qemu.git/commit
target-mips: clean-up in BIT_INSV
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Mon, 13 May 2013 01:35:37 +0000 (03:35 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 20 May 2013 16:16:17 +0000 (18:16 +0200)
commitd8992825aedbb83b7a0e98284e0527bc82a6f7df
treef8d0ad1bbc8935b7f2451af2a8cd80fd3414446d
parent9ce0e9275434bacdeba42dd32e0e8269293fe2cf
target-mips: clean-up in BIT_INSV

This is a small follow-up change to "fix incorrect behaviour for INSV".

It includes two minor modifications:

- sizefilter is constant so it can be moved inside of the block,
- several lines of the code are replaced with a call to deposit64.

No functional change.

Signed-off-by: Petar Jovanovic <petar.jovanovic@imgtec.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/dsp_helper.c