Searched defs:LogicOp3 (Results 1 – 2 of 2) sorted by relevance
56 fn add_lop(&mut self, ssa: SSAValue, op: LogicOp3, srcs: [Src; 3]) { in add_lop()72 fn dedup_srcs(&self, op: &mut LogicOp3, srcs: &[Src; 3]) { in dedup_srcs()102 ops: &mut [LogicOp3], in try_prop_to_src()
1872 pub fn to_lut(self) -> LogicOp3 { in to_lut()1883 pub struct LogicOp3 { struct1887 impl LogicOp3 { implementation1891 pub fn new_lut<F: Fn(u8, u8, u8) -> u8>(f: &F) -> LogicOp3 { in new_lut() argument1901 pub fn new_const(val: bool) -> LogicOp3 { in new_const()1970 impl fmt::Display for LogicOp3 { implementation