Searched refs:MemMoveDirection (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/ |
| H A D | masm.rs | 130 pub(crate) enum MemMoveDirection { enum 1535 direction: MemMoveDirection, in memmove() argument 1538 MemMoveDirection::LowToHigh => debug_assert!(dst.as_u32() < src.as_u32()), in memmove() 1539 MemMoveDirection::HighToLow => debug_assert!(dst.as_u32() > src.as_u32()), in memmove() 1551 MemMoveDirection::LowToHigh => { in memmove() 1572 MemMoveDirection::HighToLow => { in memmove() 1602 if direction == MemMoveDirection::LowToHigh { in memmove()
|
| /wasmtime-44.0.1/winch/codegen/src/codegen/ |
| H A D | call.rs | 67 CalleeKind, ContextArgs, IntScratch, MacroAssembler, MemMoveDirection, OperandSize, 428 masm.memmove(sp, dst, result_bytes, MemMoveDirection::LowToHigh)?; in cleanup()
|
| H A D | control.rs | 14 masm::{IntCmpKind, MacroAssembler, MemMoveDirection, RegImm, SPOffset}, 873 MemMoveDirection::LowToHigh, in adjust_stack_results() 907 MemMoveDirection::HighToLow, in adjust_stack_results()
|
| H A D | context.rs | 11 ExtractLaneKind, Imm, IntScratch, MacroAssembler, MemMoveDirection, OperandSize, RegImm, 749 MemMoveDirection::LowToHigh, in br()
|