Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs598 let stack_bytes_to_pop = if call_conv == CallConv::Tail { in gen_return() localVariable
603 let inst = if stack_bytes_to_pop == 0 { in gen_return()
606 let stack_bytes_to_pop = u16::try_from(stack_bytes_to_pop).unwrap(); in gen_return() localVariable
607 asm::inst::retq_i::new(stack_bytes_to_pop).into() in gen_return()