commit | 277285b854c666308cf6cb92a696748f976d6f64 | [log] [tgz] |
---|---|---|
author | Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> | Wed Jun 22 21:55:04 2016 +0530 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Jun 24 15:15:14 2016 +1000 |
tree | 204f154863f4a716cc79e0195ffaaa4d45685ea9 | |
parent | b1a057879af03f6e3b1700c909a6d089e83d1254 [diff] |
powerpc/bpf/jit: Introduce rotate immediate instructions Since we will be using the rotate immediate instructions for extended BPF JIT, let's introduce macros for the same. And since the shift immediate operations use the rotate immediate instructions, let's redo those macros to use the newly introduced instructions. Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>