Home
last modified time | relevance | path

Searched refs:GetASIMDDecodeTable (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A32/decoder/
H A Dasimd.h24 std::vector<ASIMDMatcher<V>> GetASIMDDecodeTable() { in GetASIMDDecodeTable() function
43 static const auto table = GetASIMDDecodeTable<V>(); in DecodeASIMD()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/decoder/
H A Dasimd.h24 std::vector<ASIMDMatcher<V>> GetASIMDDecodeTable() { in GetASIMDDecodeTable() function
43 static const auto table = GetASIMDDecodeTable<V>(); in DecodeASIMD()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/decoder/
H A Dasimd.h25 std::vector<ASIMDMatcher<V>> GetASIMDDecodeTable() { in GetASIMDDecodeTable() function
69 static const auto table = GetASIMDDecodeTable<V>(); in DecodeASIMD()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/tests/
H A Ddecoder_tests.cpp21 const auto table = A32::GetASIMDDecodeTable<A32::ArmTranslatorVisitor>();