Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/ppc/pearpc/cpu/
H A Dcommon.h293 #define PTE2_WIMG(v) (((v)>>3)&0xf) macro
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/
H A DMMU.cpp909 #define PTE2_WIMG(v) (((v) >> 3) & 0xf) macro