Home
last modified time | relevance | path

Searched refs:FloatScratch (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs1498 self.with_scratch::<FloatScratch, _>(|masm, scratch| {
1964 self.with_scratch::<FloatScratch, _>(|masm, tmp| { in v128_not()
2002 self.with_scratch::<FloatScratch, _>(|masm, tmp| { in v128_bitselect()
2245 this.with_scratch::<FloatScratch, _>(|this, tmp1| { in v128_mul()
2382 self.with_scratch::<FloatScratch, _>(|masm, tmp| { in v128_neg()
2755 self.with_scratch::<FloatScratch, _>(|masm, scratch| { in v128_all_true()
3100 self.with_scratch::<FloatScratch, _>(|masm, scratch| { in v128_popcnt()
3415 self.with_scratch::<FloatScratch, _>(|masm, scratch| { in v128_trunc_sat_f32x4_s()
3454 self.with_scratch::<FloatScratch, _>(|masm, scratch| { in v128_trunc_sat_f32x4_u()
3526 self.with_scratch::<FloatScratch, _>(|masm, scratch| { in v128_trunc_sat_f64x2_s_zero()
[all …]
/wasmtime-44.0.1/winch/codegen/src/isa/aarch64/
H A Dmasm.rs20 CalleeKind, DivKind, Extend, ExtendKind, ExtractLaneKind, FloatCmpKind, FloatScratch, Imm,
363 self.with_scratch::<FloatScratch, _>(|masm, scratch| -> Result<()> { in store()
908 self.with_scratch::<FloatScratch, _>(|masm, tmp| { in popcnt()
929 masm.with_scratch::<FloatScratch, _>(|masm, scratch| { in signed_truncate()
952 masm.with_scratch::<FloatScratch, _>(|masm, scratch| { in unsigned_truncate()
/wasmtime-44.0.1/winch/codegen/src/
H A Dmasm.rs205 pub struct FloatScratch; struct
213 impl ScratchType for FloatScratch { implementation
1466 self.with_scratch::<FloatScratch, _>(f) in with_scratch_for()