Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dast.rs186 SignExt, enumerator
H A Dprinter.rs535 SpecOp::SignExt => "sign_ext", in to_sexpr()
H A Dparser.rs514 "sign_ext" => Ok(SpecOp::SignExt), in parse_spec_op()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs173 SpecOp::SignExt => match spec_to_usize(&args[0]) { in spec_op_to_expr()