MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / with_left_shift

Function with_left_shift

hail-fuzz/src/load_resizer.rs:799–806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

797
798#[test]
799fn with_left_shift() {
800 let r1 = pcode::VarNode::new(1, 4);
801
802 let mut block = pcode::Block::new();
803 block.push((r1, pcode::Op::Load(0), 0x1000));
804 block.push((r1, pcode::Op::IntLeft, (r1, 0x18)));
805 check(block, 0, Some((0, 7)));
806}
807
808#[test]
809fn with_bool_op() {

Callers

nothing calls this directly

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected