commit | e56e4e87e370a0f121450d52337969aa1be21ff7 | [log] [tgz] |
---|---|---|
author | Jan Glauber <jang@linux.vnet.ibm.com> | Thu Nov 29 13:01:15 2012 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 30 15:40:48 2012 +0100 |
tree | 9d1c94149a13454dc1f4b9c7cb2b1de680625ec5 | |
parent | a755a45dd928e05a4fb980d31d4a0dbc49adc562 [diff] |
s390/bitops: find leftmost bit instruction support The flogr instruction scans a bitmap starting from the leftmost bit. Implement support for these bitops. This could be useful to scan bitmaps like an interrupt vector set by the hardware starting at the leftmost bit. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>