diff options
author | Alexander Graf <agraf@suse.de> | 2012-12-08 01:49:52 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-12-14 13:12:56 +0100 |
commit | 1945dbc15f0f1ffdc9a10526448e9eba7c599d98 (patch) | |
tree | 944948699cc62972425fc58a20c4ea5d964721a9 /.gitignore | |
parent | e1d10851522d7262a266f95d54c48eb2b1d8eb9b (diff) | |
download | qemu-1945dbc15f0f1ffdc9a10526448e9eba7c599d98.zip qemu-1945dbc15f0f1ffdc9a10526448e9eba7c599d98.tar.gz qemu-1945dbc15f0f1ffdc9a10526448e9eba7c599d98.tar.bz2 |
openpic: convert simple reg operations to builtin bitops
The openpic code has its own bitmap code to access bits inside of a
bitmap. However, that is overkill when we simply want to check for a
bit inside of a uint32_t.
So instead, let's use normal bit masks and C builtin shifts and ands.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions