Home
last modified time | relevance | path

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

123

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dcham_simd.cpp62 inline __m128i RotateRight32(const __m128i& val) in RotateRight32() function
86 inline __m128i RotateRight32<8>(const __m128i& val) in RotateRight32() function
287 t1 = RotateRight32<1>(d); in CHAM128_Dec_Block()
294 t1 = RotateRight32<8>(c); in CHAM128_Dec_Block()
306 t1 = RotateRight32<1>(b); in CHAM128_Dec_Block()
313 t1 = RotateRight32<8>(a); in CHAM128_Dec_Block()
412 t1 = RotateRight32<1>(d); in CHAM128_Dec_4_Blocks()
419 t1 = RotateRight32<8>(c); in CHAM128_Dec_4_Blocks()
431 t1 = RotateRight32<1>(b); in CHAM128_Dec_4_Blocks()
438 t1 = RotateRight32<8>(a); in CHAM128_Dec_4_Blocks()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcham_simd.cpp62 inline __m128i RotateRight32(const __m128i& val) in RotateRight32() function
86 inline __m128i RotateRight32<8>(const __m128i& val) in RotateRight32() function
287 t1 = RotateRight32<1>(d); in CHAM128_Dec_Block()
294 t1 = RotateRight32<8>(c); in CHAM128_Dec_Block()
306 t1 = RotateRight32<1>(b); in CHAM128_Dec_Block()
313 t1 = RotateRight32<8>(a); in CHAM128_Dec_Block()
412 t1 = RotateRight32<1>(d); in CHAM128_Dec_4_Blocks()
419 t1 = RotateRight32<8>(c); in CHAM128_Dec_4_Blocks()
431 t1 = RotateRight32<1>(b); in CHAM128_Dec_4_Blocks()
438 t1 = RotateRight32<8>(a); in CHAM128_Dec_4_Blocks()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dcham_simd.cpp62 inline __m128i RotateRight32(const __m128i& val) in RotateRight32() function
86 inline __m128i RotateRight32<8>(const __m128i& val) in RotateRight32() function
287 t1 = RotateRight32<1>(d); in CHAM128_Dec_Block()
294 t1 = RotateRight32<8>(c); in CHAM128_Dec_Block()
306 t1 = RotateRight32<1>(b); in CHAM128_Dec_Block()
313 t1 = RotateRight32<8>(a); in CHAM128_Dec_Block()
412 t1 = RotateRight32<1>(d); in CHAM128_Dec_4_Blocks()
419 t1 = RotateRight32<8>(c); in CHAM128_Dec_4_Blocks()
431 t1 = RotateRight32<1>(b); in CHAM128_Dec_4_Blocks()
438 t1 = RotateRight32<8>(a); in CHAM128_Dec_4_Blocks()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dcham_simd.cpp62 inline __m128i RotateRight32(const __m128i& val) in RotateRight32() function
86 inline __m128i RotateRight32<8>(const __m128i& val) in RotateRight32() function
287 t1 = RotateRight32<1>(d); in CHAM128_Dec_Block()
294 t1 = RotateRight32<8>(c); in CHAM128_Dec_Block()
306 t1 = RotateRight32<1>(b); in CHAM128_Dec_Block()
313 t1 = RotateRight32<8>(a); in CHAM128_Dec_Block()
412 t1 = RotateRight32<1>(d); in CHAM128_Dec_4_Blocks()
419 t1 = RotateRight32<8>(c); in CHAM128_Dec_4_Blocks()
431 t1 = RotateRight32<1>(b); in CHAM128_Dec_4_Blocks()
438 t1 = RotateRight32<8>(a); in CHAM128_Dec_4_Blocks()
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Dfunctional.cc76 value = bits::RotateRight32(value, 15); in hash_combine()
80 seed = bits::RotateRight32(seed, 13); in hash_combine()
H A Dbits.h215 inline constexpr uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Dfunctional.cc76 value = bits::RotateRight32(value, 15); in hash_combine()
80 seed = bits::RotateRight32(seed, 13); in hash_combine()
H A Dwin32-headers.h79 #undef RotateRight32
H A Dbits.h190 inline constexpr uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Dfunctional.cc76 value = bits::RotateRight32(value, 15); in hash_combine()
80 seed = bits::RotateRight32(seed, 13); in hash_combine()
H A Dwin32-headers.h79 #undef RotateRight32
H A Dbits.h193 inline constexpr uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Dfunctional.cc76 value = bits::RotateRight32(value, 15); in hash_combine()
80 seed = bits::RotateRight32(seed, 13); in hash_combine()
H A Dwin32-headers.h78 #undef RotateRight32
H A Dbits.h162 inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
/dports/lang/v8/v8-9.6.180.12/test/unittests/base/
H A Dbits-unittest.cc217 TEST(Bits, RotateRight32) { in TEST() argument
219 EXPECT_EQ(0u, RotateRight32(0u, shift)); in TEST()
221 EXPECT_EQ(1u, RotateRight32(1, 0)); in TEST()
222 EXPECT_EQ(1u, RotateRight32(2, 1)); in TEST()
223 EXPECT_EQ(0x80000000u, RotateRight32(1, 1)); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm/disasm/
H A DDisasm-arm.cpp253 RotateRight32(uint32_t value, uint32_t shift) in RotateRight32() function
267 int imm = RotateRight32(immed8, rotate); in PrintShiftImm()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm/disasm/
H A DDisasm-arm.cpp210 static inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
220 int imm = RotateRight32(immed8, rotate); in PrintShiftImm()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm/disasm/
H A DDisasm-arm.cpp210 static inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
220 int imm = RotateRight32(immed8, rotate); in PrintShiftImm()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/disasm/
H A DDisasm-arm.cpp252 RotateRight32(uint32_t value, uint32_t shift) in RotateRight32() function
266 int imm = RotateRight32(immed8, rotate); in PrintShiftImm()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm/disasm/
H A DDisasm-arm.cpp210 static inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
220 int imm = RotateRight32(immed8, rotate); in PrintShiftImm()
/dports/www/firefox/firefox-99.0/js/src/jit/arm/disasm/
H A DDisasm-arm.cpp210 static inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
220 int imm = RotateRight32(immed8, rotate); in PrintShiftImm()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm/disasm/
H A DDisasm-arm.cpp210 static inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
220 int imm = RotateRight32(immed8, rotate); in PrintShiftImm()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/ir/
H A Dmicroinstruction.cpp23 return op == Opcode::RotateRight32 || in IsCircularShift()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/ir_opt/
H A Dconstant_propagation_pass.cpp426 case Op::RotateRight32: in ConstantPropagation()

123