Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/ix86_64/
H A Dix86-64.h211 #define UPTR32(addr) ((addr) < 0x100000000L) macro
216 #define UPTR32(a) 1 macro
H A Dix86-64.c151 else if (UPTR32(p)) in MEMADDR_OP()