Home
last modified time | relevance | path

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

/wasmtime-44.0.1/pulley/src/
H A Dinterp.rs1112 unsafe fn load_ne<T, I: Encode>(&mut self, addr: impl AddressingMode) -> ControlFlow<Done, T> { in load_ne()
1131 addr: impl AddressingMode, in store_ne() argument
1180 trait AddressingMode: Sized { interface
1213 impl AddressingMode for AddrO32 {
1228 impl AddressingMode for AddrZ {
1244 impl AddressingMode for AddrG32 {
1266 impl AddressingMode for AddrG32Bne {