Home
last modified time | relevance | path

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

/wasmtime-44.0.1/winch/codegen/src/isa/x64/
H A Dregs.rs161 const SCRATCH: u32 = 1 << ENC_R11; constant
163 pub(crate) const NON_ALLOCATABLE_GPR: u32 = (1 << ENC_RBP) | (1 << ENC_RSP) | SCRATCH | INSTANCE;
176 const ALLOCATABLE_SCRATCH_GPR: u32 = SCRATCH;
178 const NON_ALLOCATABLE_SCRATCH_GPR: u32 = ALL_GPR & !SCRATCH;