Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dmain.rs27 widths: Option<Vec<String>>, field
87 if let Some(widths) = &args.widths { in main()
88 for w in widths { in main()
121 verify_rules(inputs, &config, &args.widths) in main()
H A Dverify.rs19 widths: &Option<Vec<String>>, in verify_rules()
34 let types_filtered = if let Some(widths) = widths { in verify_rules()
37 for w in widths { in verify_rules()
H A Dsolver.rs1136 let widths: Vec<SExpr> = xs in vir_expr_to_sexp() localVariable
1140 let sum = self.smt.plus_many(widths); in vir_expr_to_sexp()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/examples/x86/
H A Damode_add_uextend_shl.isle64 ;; To make this case study specific to Wasm, constrain the widths of
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dvcode.rs1346 let mut widths = vec![0; 3 + 2 * labels.len()]; in log_value_labels_ranges() localVariable
1361 … let expected_width: usize = widths[column_index..next_column_index].iter().sum(); in log_value_labels_ranges()
1365 widths[next_column_index - 1] += actual_width - expected_width; in log_value_labels_ranges()
/wasmtime-44.0.1/cranelift/isle/veri/
H A DREADME.md98 …idth is not provided, Crocus type inference will verify the rule with all possible inferred widths
/wasmtime-44.0.1/cranelift/codegen/src/opts/
H A Dshifts.isle58 ;; If `k` is smaller than the difference in bit widths of the two types, then
H A Darithmetic.isle219 ;; conversion than other bit widths.
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dinst.isle1964 ;; value (first sign-extending to handle narrow widths).
3430 ;; widths and sign/zero-extending properties.
3506 ;; widths.
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dinst.isle1070 ;; Same as `sinkable_load` except that all type widths of loads are supported.
1905 ;; those bit-widths the 32-bit version of the instruction is used which has the
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dinst_vector.isle1 ;; Represents the possible widths of an element when used in an operation.
H A Dinst.isle1983 ;; value (first sign-extending to handle narrow widths).