Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/
H A Dtypevar.rs154 ts.ints.is_empty() || *ts.ints.iter().min().unwrap() > 8, in derived()
164 ts.ints.is_empty() || *ts.ints.iter().max().unwrap() < MAX_BITS, in derived()
174 ts.ints.is_empty() || *ts.ints.iter().min().unwrap() > 8, in derived()
188 ts.ints.is_empty() || *ts.ints.iter().max().unwrap() < MAX_BITS, in derived()
387 pub ints: NumSet, field
396 ints, in new()
563 ints: Interval, field
712 .ints(Interval::All) in test_typevar_builder()
788 .ints(8..8) in test_as_truthy()
871 .ints(8..8) in test_typeset_singleton_panic_nonsingleton_types()
[all …]
/wasmtime-44.0.1/cranelift/codegen/meta/src/shared/
H A Dinstructions.rs396 .ints(Interval::All) in define_simd_lane_access()
424 .ints(8..8) in define_simd_lane_access()
525 .ints(Interval::All) in define_simd_arithmetic()
582 .ints(Interval::All) in define_simd_arithmetic()
1056 .ints(16..16) in define()
1102 .ints(32..32) in define()
1148 .ints(64..64) in define()
1543 .ints(8..8) in define()
3221 .ints(16..64) in define()
3294 .ints(8..32) in define()
[all …]
/wasmtime-44.0.1/crates/wiggle/tests/
H A Dints.rs11 impl<'a> ints::Ints for WasiCtx<'a> {
53 let res = ints::cookie_cutter( in test()
H A Dints.witx8 (module $ints
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs825 pub ints: BitSet8, field
839 self.ints.contains(l2b) in is_base_type()
862 let t = if self.ints.max().unwrap_or(0) > 5 { in example()
984 tys.ints = BitSet8::from_range(3, ctrl_type_bits as u8); in resolve()
1014 tys.ints = BitSet8::from_range(lower_bound, 8); in resolve()
1259 ints: BitSet8::from_range(4, 7), in value_set()
1275 ints: BitSet8::from_range(0, 0), in value_set()
1283 ints: BitSet8::from_range(0, 0), in value_set()
1291 ints: BitSet8::from_range(3, 7), in value_set()
1300 ints: BitSet8::from_range(3, 7), in value_set()
/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_inst.rs836 if !ts.ints.is_empty() { in typeset_to_string()
837 result += &format!(", ints={}", iterable_to_string(&ts.ints)); in typeset_to_string()
865 gen_bitset(&ts.ints, "ints", 8, fmt); in gen_typesets_table()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs1101 let (ints, floats) = self.clobbered_callee_saves.split_at( in clobbered_callee_saves_by_class()
1106 (ints, floats) in clobbered_callee_saves_by_class()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dinst.isle3638 ;; A type guard for matching ints and bools up to 64 bits, or 64 bit references.
H A Dlower.isle3871 ;; The algorithm for converting floats to unsigned ints is a little tricky. The