Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc92 friend std::ostream& operator<<(std::ostream& os, const SIMD128& simd);
142 std::ostream& operator<<(std::ostream& os, const SIMD128& simd) { in operator <<() argument
143 return simd.PrintEach(os, std::make_index_sequence<8>()); in operator <<()