Searched refs:BitAnd (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | helpers.rs | 4 use core::ops::{Add, BitAnd, Not, Sub}; 15 + BitAnd<N, Output = N> in align_to()
|
| /wasmtime-44.0.1/cranelift/assembler-x64/meta/src/dsl/ |
| H A D | features.rs | 4 use std::ops::{BitAnd, BitOr}; 56 impl<T> BitAnd<T> for Features 144 impl<T> BitAnd<T> for Feature
|
| /wasmtime-44.0.1/cranelift/bitset/src/ |
| H A D | scalar.rs | 4 use core::ops::{Add, BitAnd, BitOr, Not, Shl, Shr, Sub}; 537 + BitAnd<Output = Self>
|
| /wasmtime-44.0.1/winch/codegen/src/abi/ |
| H A D | mod.rs | 54 use std::ops::{Add, BitAnd, Not, Sub}; 649 + BitAnd<N, Output = N> in align_to()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | immediates.rs | 10 use core::ops::{Add, BitAnd, BitOr, BitXor, Div, Mul, Neg, Not, Sub}; 816 impl BitAnd for $name { impl
|
| /wasmtime-44.0.1/crates/component-macro/src/ |
| H A D | component.rs | 1431 impl core::ops::BitAnd for #name { in expand_flags()
|