Searched refs:ScratchType (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | masm.rs | 197 pub trait ScratchType { trait 207 impl ScratchType for IntScratch { 213 impl ScratchType for FloatScratch { 1449 fn with_scratch<T: ScratchType, R>(&mut self, f: impl FnOnce(&mut Self, Scratch) -> R) -> R; in with_scratch() argument
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | masm.rs | 23 ScratchType, ShiftKind, SplatKind, StackSlot, StoreKind, TRUSTED_FLAGS, TrapCode, 397 fn with_scratch<T: ScratchType, R>(&mut self, f: impl FnOnce(&mut Self, Scratch) -> R) -> R { in with_scratch() argument
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | masm.rs | 11 OperandSize, RegImm, RemKind, ReplaceLaneKind, RmwOp, RoundingMode, Scratch, ScratchType, 315 fn with_scratch<T: ScratchType, R>(&mut self, f: impl FnOnce(&mut Self, Scratch) -> R) -> R { in with_scratch() argument
|