Searched refs:binary_match (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/cranelift/interpreter/src/ |
| H A D | value.rs | 180 macro_rules! binary_match { macro 542 binary_match!(+(self, other); [F32, F64]) in add() 550 binary_match!(-(self, other); [F32, F64]) in sub() 558 binary_match!(*(self, other); [F32, F64]) in mul() 566 return binary_match!(/(self, other); [F32, F64]); in sdiv() 581 binary_match!(/(&self, &other); [I8, I16, I32, I64, I128]) in sdiv() 586 return binary_match!(/(self, other); [F32, F64]); in udiv() 611 binary_match!(%(&self, &other); [I8, I16, I32, I64, I128]) in srem() 703 binary_match!(copysign(&self, &sign); [F32, F64]) in copysign() 723 binary_match!(saturating_add(self, &other); [I8, I16, I32, I64, I128]) in sadd_sat() [all …]
|