Home
last modified time | relevance | path

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

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/hacktarux_dynarec/
H A Dassemble.h544 static INLINE void mov_eax_memoffs32(unsigned int *memoffs32) in mov_eax_memoffs32() argument
547 put32((unsigned int)(memoffs32)); in mov_eax_memoffs32()
685 static INLINE void mov_memoffs32_eax(unsigned int *memoffs32) in mov_memoffs32_eax() argument
689 put64((uint64_t) memoffs32); in mov_memoffs32_eax()
691 put32((unsigned int)(memoffs32)); in mov_memoffs32_eax()