commit | 6deaa3bbca804b2a3627fd685f75de64da7be535 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Apr 24 15:32:08 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon May 07 21:12:42 2018 +0200 |
tree | a03bcb97809a6eba61a593e24858065220196065 | |
parent | 9f18fff63cfd6f559daa1eaae60640372c65f84b [diff] |
s390: extend expoline to BC instructions The BPF JIT uses a 'b <disp>(%r<x>)' instruction in the definition of the sk_load_word and sk_load_half functions. Add support for branch-on-condition instructions contained in the thunk code of an expoline. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>