Home
last modified time | relevance | path

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

12

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dgcm.cpp765 #undef MUL_TABLE in AuthenticateBlocks()
766 #define MUL_TABLE(i,j) WORD_REG(si) + 32 + (i*4+j)*256*16 in AuthenticateBlocks() macro
779 AS2( pxor xmm0, [MUL_TABLE(i,0) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
782 AS2( pxor xmm0, [MUL_TABLE(i,1) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
786 AS2( pxor xmm0, [MUL_TABLE(i,2) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
789 AS2( pxor xmm0, [MUL_TABLE(i,3) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dgcm.cpp769 #undef MUL_TABLE in AuthenticateBlocks()
770 #define MUL_TABLE(i,j) WORD_REG(si) + 32 + (i*4+j)*256*16 in AuthenticateBlocks() macro
783 AS2( pxor xmm0, [MUL_TABLE(i,0) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
786 AS2( pxor xmm0, [MUL_TABLE(i,1) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
790 AS2( pxor xmm0, [MUL_TABLE(i,2) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
793 AS2( pxor xmm0, [MUL_TABLE(i,3) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dgcm.cpp769 #undef MUL_TABLE in AuthenticateBlocks()
770 #define MUL_TABLE(i,j) WORD_REG(si) + 32 + (i*4+j)*256*16 in AuthenticateBlocks() macro
783 AS2( pxor xmm0, [MUL_TABLE(i,0) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
786 AS2( pxor xmm0, [MUL_TABLE(i,1) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
790 AS2( pxor xmm0, [MUL_TABLE(i,2) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
793 AS2( pxor xmm0, [MUL_TABLE(i,3) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dgcm.cpp769 #undef MUL_TABLE in AuthenticateBlocks()
770 #define MUL_TABLE(i,j) WORD_REG(si) + 32 + (i*4+j)*256*16 in AuthenticateBlocks() macro
783 AS2( pxor xmm0, [MUL_TABLE(i,0) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
786 AS2( pxor xmm0, [MUL_TABLE(i,1) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
790 AS2( pxor xmm0, [MUL_TABLE(i,2) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
793 AS2( pxor xmm0, [MUL_TABLE(i,3) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dgcm.cpp1003 #undef MUL_TABLE in AuthenticateBlocks()
1004 #define MUL_TABLE(i,j) WORD_REG(si) + 32 + (i*4+j)*256*16 in AuthenticateBlocks() macro
1017 AS2( pxor xmm0, [MUL_TABLE(i,0) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
1020 AS2( pxor xmm0, [MUL_TABLE(i,1) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
1024 AS2( pxor xmm0, [MUL_TABLE(i,2) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
1027 AS2( pxor xmm0, [MUL_TABLE(i,3) + WORD_REG(di)*8] )\ in AuthenticateBlocks()
/dports/emulators/simh/simh-3.9.0_5/I1620/
H A Di1620_defs.h94 #define MUL_TABLE 100 /* multiply table */ macro
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Dmame.cpp234 static const uint MUL_TABLE[16]= { variable
448 SLOT->mul = MUL_TABLE[v & 0x0f]; in set_mul()
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/opl/
H A Dmame.cpp234 static const uint MUL_TABLE[16]= { variable
448 SLOT->mul = MUL_TABLE[v & 0x0f]; in set_mul()
/dports/emulators/qemu42/qemu-4.2.1/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/emulators/qemu/qemu-6.2.0/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/emulators/qemu60/qemu-6.0.0/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/emulators/qemu5/qemu-5.2.0/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/
H A Dfmopl.cpp192 static const uint32 MUL_TABLE[16]= { variable
415 SLOT->mul = MUL_TABLE[v & 0x0f]; in set_mul()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/opl/
H A Dmame.cpp234 static const uint MUL_TABLE[16]= { variable
450 SLOT->mul = MUL_TABLE[v & 0x0f]; in set_mul()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/audio/
H A Dfmopl.c193 static const uint32_t MUL_TABLE[16]= { variable
384 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfmopl.c172 static const UINT32 MUL_TABLE[16]= { variable
366 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/games/openxcom/OpenXcom-1.0/src/Engine/Adlib/
H A Dfmopl.cpp199 static const UINT32 MUL_TABLE[16]= { variable
394 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dfmopl.c201 static const UINT32 MUL_TABLE[16]= { variable
396 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/nosefart/
H A Dfmopl.c180 static const UINT32 MUL_TABLE[16]= { variable
374 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dfmopl.c207 static const UINT32 MUL_TABLE[16]= { variable
402 SLOT->mul = MUL_TABLE[v&0x0f]; in set_mul()
/dports/audio/lmms/lmms-1.2.2/plugins/opl2/
H A Dfmopl.c199 static const UINT32 MUL_TABLE[16]= { variable
421 SLOT->mul = MUL_TABLE[v&0x0f];

12