Home
last modified time | relevance | path

Searched refs:WindowsFastcall (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dcall_conv.rs35 WindowsFastcall, enumerator
69 Ok(CallingConvention::WindowsFastcall) => Self::WindowsFastcall, in triple_default()
80 LibcallCallConv::WindowsFastcall => Self::WindowsFastcall, in for_libcall()
132 Self::WindowsFastcall => "windows_fastcall", in fmt()
148 "windows_fastcall" => Ok(Self::WindowsFastcall), in from_str()
/wasmtime-44.0.1/winch/codegen/src/isa/
H A Dmod.rs93 WindowsFastcall, enumerator
106 CallingConvention::WindowsFastcall => true, in is_fastcall()
142 CallingConvention::WindowsFastcall => Self::WindowsFastcall, in from()
190 CallConv::WindowsFastcall => CallingConvention::WindowsFastcall, in wasmtime_call_conv()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dextfunc.rs401 CallConv::WindowsFastcall, in call_conv()
409 let mut sig = Signature::new(CallConv::WindowsFastcall); in signatures()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs101 let is_fastcall = call_conv == CallConv::WindowsFastcall; in compute_arg_locs()
899 (isa::CallConv::WindowsFastcall, false) => WINDOWS_CLOBBERS, in get_regs_clobbered_by_call()
936 CallConv::WindowsFastcall => regs in compute_frame_layout()
1022 let is_fastcall = call_conv == CallConv::WindowsFastcall; in get_intreg_for_arg()
1043 let is_fastcall = call_conv == CallConv::WindowsFastcall; in get_fltreg_for_arg()
1092 CallConv::WindowsFastcall => match intreg_idx { in get_intreg_for_retval()
1122 CallConv::WindowsFastcall => match fltreg_idx { in get_fltreg_for_retval()
/wasmtime-44.0.1/cranelift/fuzzgen/src/
H A Dcranelift_arbitrary.rs58 allowed_callconvs.push(CallConv::WindowsFastcall); in callconv()
/wasmtime-44.0.1/cranelift/native/src/
H A Dlib.rs201 assert_eq!(isa.default_call_conv(), CallConv::WindowsFastcall); in test()
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dabi.rs433 let sig = X64ABI::sig(&wasm_sig, &CallingConvention::WindowsFastcall)?; in fastcall_call_conv()
452 let sig = X64ABI::sig(&wasm_sig, &CallingConvention::WindowsFastcall)?; in fastcall_call_conv_multi_returns()
/wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/
H A Dabi.rs578 | isa::CallConv::WindowsFastcall in exception_payload_regs()
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs1225 || call_conv == isa::CallConv::WindowsFastcall in new()