Bitwise
AND
Original EVM instruction.
LLVM IR
%and_result = and i256 %value1, %value2The LLVM IR generator code is common for Yul and EVMLA representations.
LLVM IR instruction documentation
EraVM Assembly
ptr.add stack[@ptr_calldata], r0, r1
ptr.add.s 36, r1, r2
ld r2, r2
ptr.add.s 4, r1, r1
ld r1, r1
and r1, r2, r1
st.1 128, r1Original EVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
LLVM IR instruction documentation
EraVM Assembly
XOR
Original EVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
LLVM IR instruction documentation
EraVM Assembly
NOT
Original EVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
EraVM Assembly
BYTE
Original EVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
SHL
Original EVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
SHR
Original EVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
SAR
Original EVM instruction.
LLVM IR
The LLVM IR generator code is common for Yul and EVMLA representations.
Last updated