]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/aarch64/ChangeLog
Fix bit/bif instructions.
authorJim Wilson <jim.wilson@linaro.org>
Tue, 14 Feb 2017 22:35:57 +0000 (14:35 -0800)
committerJim Wilson <jim.wilson@linaro.org>
Tue, 14 Feb 2017 22:35:57 +0000 (14:35 -0800)
commitbf25e9a0f1315829defcb6ef36d8fef9d370e822
treeb93f63bfa8ab4f2ddf4678d76d5630c63bfd05b2
parente8f42b5e36b2083e36855007442aff110291b6aa
Fix bit/bif instructions.

sim/aarch64/
* simulator.c (do_vec_bit): Change loop limits from 16 and 8 to 4 and
2.  Move test_false if inside loop.  Fix logic for computing result
stored to vd.

sim/testsuite/sim/aarch64
* bit.s: New.
sim/aarch64/ChangeLog
sim/aarch64/simulator.c
sim/testsuite/sim/aarch64/ChangeLog
sim/testsuite/sim/aarch64/bit.s [new file with mode: 0644]