Home
last modified time | relevance | path

Searched refs:non_alloc (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/
H A Dregset.rs170 let non_alloc = Reg::int(5); in test_gpr() localVariable
177 assert!(set.reg(non_alloc).is_some()); in test_gpr()
178 assert!(set.reg(non_alloc).is_some()); in test_gpr()