Skip to main content

bytecode_ternop_mixed

Function bytecode_ternop_mixed 

Source
fn bytecode_ternop_mixed(
    opcode: u8,
    a: U256,
    b: U256,
    c: U256,
    a_const: bool,
    b_const: bool,
    c_const: bool,
) -> Vec<u8> 
Available on crate features __fuzzing only.