Home
last modified time | relevance | path

Searched defs:UGeckoInstruction (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/
H A DGekko.h14 union UGeckoInstruction union
19 UGeckoInstruction(u32 hex_) : hex(hex_) {} in UGeckoInstruction() function