Push half XOR table
(stack: &mut StackTracker)
| 17 | |
| 18 | /// Push half XOR table |
| 19 | pub fn u4_push_half_xor_table_stack(stack: &mut StackTracker) -> StackVariable { |
| 20 | stack.var(136, u4_push_half_xor_table(), "xor_half_table") |
| 21 | } |
| 22 | |
| 23 | /// Push full XOR table |
| 24 | pub fn u4_push_full_xor_table_stack(stack: &mut StackTracker) -> StackVariable { |