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

Function test_load_of_load

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

Source from the content-addressed store, hash-verified

839
840#[test]
841fn test_load_of_load() {
842 let reg = pcode::VarNode::new(1, 2);
843
844 let mut block = pcode::Block::new();
845 let tmp = block.alloc_tmp(2);
846 block.push((tmp, pcode::Op::Load(0), 0x1000));
847 block.push((reg, pcode::Op::Load(0), tmp));
848
849 check(block, 0, None);
850}
851
852#[test]
853fn test_with_zxt_and() {

Callers

nothing calls this directly

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected