Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/highway/hwy/tests/
H A Dshift_test.cc382 const ForPartialVectors<TestSignedRightShifts> shr_s; in TestAllVariableShifts() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/highway/hwy/tests/
H A Darithmetic_test.cc492 const ForPartialVectors<TestSignedRightShifts> shr_s; in TestAllVariableShifts() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/highway/hwy/tests/
H A Darithmetic_test.cc492 const ForPartialVectors<TestSignedRightShifts> shr_s; in TestAllVariableShifts() local
/dports/devel/highway/highway-0.15.0/hwy/tests/
H A Darithmetic_test.cc530 const ForPartialVectors<TestSignedRightShifts> shr_s; in TestAllVariableShifts() local
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dsp32/
H A Ddsp32ops.hxx1284 void dsp32c_device::shr_s(uint32_t op) in shr_s() function in dsp32c_device
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dsp32/
H A Ddsp32ops.hxx1284 void dsp32c_device::shr_s(uint32_t op) in shr_s() function in dsp32c_device
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/dsp32/
H A Ddsp32ops.c1367 static void shr_s(void) in shr_s() function
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/dsp32/
H A Ddsp32ops.c1367 static void shr_s(void) in shr_s() function
/dports/sysutils/triton/Triton-0.8.1/src/libtriton/arch/x86/
H A Dx86Semantics.cpp12959 void x86Semantics::shr_s(triton::arch::Instruction& inst) { in shr_s() function in triton::arch::x86::x86Semantics