Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dast.rs185 ZeroExt, enumerator
H A Dprinter.rs534 SpecOp::ZeroExt => "zero_ext", in to_sexpr()
H A Dparser.rs513 "zero_ext" => Ok(SpecOp::ZeroExt), in parse_spec_op()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs166 SpecOp::ZeroExt => match spec_to_usize(&args[0]) { in spec_op_to_expr()