Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dast.rs199 BV2Int, enumerator
H A Dprinter.rs547 SpecOp::BV2Int => "bv2int", in to_sexpr()
H A Dparser.rs518 "bv2int" => Ok(SpecOp::BV2Int), in parse_spec_op()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs129 SpecOp::BV2Int => unop(Expr::BVToInt, args, pos, env), in spec_op_to_expr()