Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/filetests/filetests/isa/x64/
H A Dfastcall.clif13 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
39 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
65 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
91 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
117 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
143 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
179 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
205 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
238 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
328 ; unwind PushFrameRegs { offset_upward_to_caller_sp: 16 }
/wasmtime-44.0.1/cranelift/codegen/src/isa/
H A Dunwind.rs163 PushFrameRegs { enumerator
/wasmtime-44.0.1/cranelift/codegen/src/isa/unwind/
H A Dwinx64.rs249 &UnwindInst::PushFrameRegs { .. } => { in create_unwind_info_from_insts()
H A Dwinarm64.rs201 &UnwindInst::PushFrameRegs { .. } => { in create_unwind_info_from_insts()
H A Dsystemv.rs178 &UnwindInst::PushFrameRegs { in create_unwind_info_from_insts()
/wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/
H A Dabi.rs358 inst: UnwindInst::PushFrameRegs { in gen_prologue_frame_setup()
/wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/
H A Dabi.rs619 inst: UnwindInst::PushFrameRegs { in gen_prologue_frame_setup()
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/
H A Dabi.rs556 inst: UnwindInst::PushFrameRegs { in gen_prologue_frame_setup()
/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dmasm.rs116 self.asm.unwind_inst(UnwindInst::PushFrameRegs { in frame_setup()