Home
last modified time | relevance | path

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

/dports/mail/rspamd/rspamd-3.1/src/libcryptobox/base64/
H A Dsse42.c100 #define CMPGT(s,n) _mm_cmpgt_epi8((s), _mm_set1_epi8(n)) macro
H A Davx2.c78 #define CMPGT(s,n) _mm256_cmpgt_epi8((s), _mm256_set1_epi8(n)) macro
/dports/mail/rspamd-devel/rspamd-93430bb/src/libcryptobox/base64/
H A Dsse42.c100 #define CMPGT(s,n) _mm_cmpgt_epi8((s), _mm_set1_epi8(n)) macro
H A Davx2.c78 #define CMPGT(s,n) _mm256_cmpgt_epi8((s), _mm256_set1_epi8(n)) macro
/dports/games/libretro-picodrive/picodrive-600894e/cpu/sh2/mame/
H A Dsh2.c503 INLINE void CMPGT(sh2_state *sh2, UINT32 m, UINT32 n) in CMPGT() function
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/cpu/sh2/mame/
H A Dsh2.c503 INLINE void CMPGT(sh2_state *sh2, UINT32 m, UINT32 n) in CMPGT() function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sh/
H A Dsh.cpp420 void sh_common_execution::CMPGT(uint32_t m, uint32_t n) in CMPGT() function in sh_common_execution
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sh/
H A Dsh.cpp420 void sh_common_execution::CMPGT(uint32_t m, uint32_t n) in CMPGT() function in sh_common_execution
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/sh2/
H A Dsh2.c650 static INLINE void CMPGT(UINT32 m, UINT32 n) in CMPGT() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/sh2/
H A Dsh2.c658 static INLINE void CMPGT(UINT32 m, UINT32 n) in CMPGT() function
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dsh2_jit.cpp328 #define CMPGT 2 macro
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/sh2/
H A Dsh2.cpp1141 SH2_INLINE void CMPGT(UINT32 m, UINT32 n) in CMPGT() function
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/sh2/
H A Dsh2.cpp1125 SH2_INLINE void CMPGT(UINT32 m, UINT32 n) in CMPGT() function
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/metag/
H A Dmetacore21.s2352 CMPGT D0.7,A0.7 define
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/metag/
H A Dmetacore21.s2352 CMPGT D0.7,A0.7 define
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/metag/
H A Dmetacore21.s2352 CMPGT D0.7,A0.7 define
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/metag/
H A Dmetacore21.s2352 CMPGT D0.7,A0.7 define
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/metag/
H A Dmetacore21.s2352 CMPGT D0.7,A0.7 define
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/arm/
H A Dgeneric.py4199 def CMPGT(source_x, source_y): function