Home
last modified time | relevance | path

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

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Dget.h23 #ifndef GET_H
24 #define GET_H macro
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dget.h31 #ifndef GET_H
32 #define GET_H macro
/dports/math/algae/algae-4.3.6/src/
H A Dget.h12 #ifndef GET_H
13 #define GET_H 1 macro
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/e132xs/
H A De132xs.c510 #define GET_H ((SR & 0x00000020)>>5) /*bit 5 */ /*HIGHGLOBAL*/ macro
884 if(GET_H) in e132xs_execute()
1597 if( !GET_H ) in e132xs_mov()
1623 if( !GET_S && GET_H ) in e132xs_mov()
1630 SET_G_REG(D_CODE + GET_H * 16, val); in e132xs_mov()
1634 if(D_CODE == PC_CODE && !D_BIT && !GET_H) in e132xs_mov()
2142 if( !GET_S && GET_H ) in e132xs_movi()
2149 SET_G_REG(D_CODE + GET_H * 16, val); in e132xs_movi()
2153 if(D_CODE == PC_CODE && !D_BIT && !GET_H) in e132xs_movi()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/e132xs/
H A De132xs.c526 #define GET_H ((SR & 0x00000020)>>5) //bit 5 //HIGHGLOBAL macro
900 if(GET_H) in e132xs_execute()
1613 if( !GET_H ) in e132xs_mov()
1639 if( !GET_S && GET_H ) in e132xs_mov()
1646 SET_G_REG(D_CODE + GET_H * 16, val); in e132xs_mov()
1650 if(D_CODE == PC_CODE && !D_BIT && !GET_H) in e132xs_mov()
2158 if( !GET_S && GET_H ) in e132xs_movi()
2165 SET_G_REG(D_CODE + GET_H * 16, val); in e132xs_movi()
2169 if(D_CODE == PC_CODE && !D_BIT && !GET_H) in e132xs_movi()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z8000/
H A Dz8000cpu.h99 #define GET_H ((m_fcw >> 2) & 1) macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z8000/
H A Dz8000cpu.h99 #define GET_H ((m_fcw >> 2) & 1) macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/cpu/z8000/
H A Dz8000cpu.h96 #define GET_H ((FCW >> 2) & 1) macro
/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/
H A D32xsdefs.h184 #define GET_H ((SR & H_MASK)>>5) // bit 5 //HIGHGLOBAL macro
H A De132xs.cpp1500 GET_H ? 'H':'.', in state_string_export()
1533 return GET_H; in get_h()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/
H A D32xsdefs.h184 #define GET_H ((SR & H_MASK)>>5) // bit 5 //HIGHGLOBAL macro
H A De132xs.cpp1500 GET_H ? 'H':'.', in state_string_export()
1533 return GET_H; in get_h()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z8000/
H A Dz8000cpu.h96 #define GET_H ((FCW >> 2) & 1) macro
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z8000/
H A Dz8000cpu.h96 #define GET_H ((FCW >> 2) & 1) macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/e132xs/
H A De132xs.cpp617 #define GET_H ((SR & 0x00000020)>>5) // bit 5 //HIGHGLOBAL macro
1278 decode_source(decode, slocal, GET_H); \
1279 decode_dest(decode, dlocal, GET_H); \
1281 if(GET_H) \
1309 decode_dest(decode, dlocal, GET_H); \