Home
last modified time | relevance | path

Searched refs:float_scratch (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dregs.rs31 const fn float_scratch() -> Reg { in float_scratch() function
154 const NON_ALLOCATABLE_FPR: u32 = 1 << float_scratch().hw_enc();
163 const ALLOCATABLE_SCRATCH_FPR: u32 = 1 << float_scratch().hw_enc();
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs3336 self.with_scratch::<FloatScratch, _>(|masm, float_scratch| { in store_impl()
3341 float_scratch.writable(), in store_impl()
3346 .xmm_mov_rm(float_scratch.inner(), &dst, size, flags); in store_impl()
3352 self.with_scratch::<FloatScratch, _>(|masm, float_scratch| { in store_impl()
3357 float_scratch.writable(), in store_impl()
3362 .xmm_mov_rm(float_scratch.inner(), &dst, size, flags); in store_impl()