New instruction which is like the existing `xc.bop`, but which takes 3 input registers rather than just two. - 8-bit immediate describes the logic function to implement. - 2 source only registers - 1 source and destination register. Can be encoded similarly to `xc.st.w`, with the immediate fields repurposed as the lut function and source/destination register. Use cases: - SHA2 - Theta Preparation and Chi steps of Keccak - Bitslicing anything
New instruction which is like the existing
xc.bop, but which takes 3 input registers rather than just two.Can be encoded similarly to
xc.st.w, with the immediate fields repurposed as the lut function and source/destination register.Use cases: