Searched refs:ints (Results 1 – 9 of 9) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/ |
| H A D | typevar.rs | 154 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 D | instructions.rs | 396 .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 D | ints.rs | 11 impl<'a> ints::Ints for WasiCtx<'a> { 53 let res = ints::cookie_cutter( in test()
|
| H A D | ints.witx | 8 (module $ints
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | instructions.rs | 825 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 D | gen_inst.rs | 836 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 D | abi.rs | 1101 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 D | inst.isle | 3638 ;; A type guard for matching ints and bools up to 64 bits, or 64 bit references.
|
| H A D | lower.isle | 3871 ;; The algorithm for converting floats to unsigned ints is a little tricky. The
|