Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc760 SIMD128 two_sources[16]{}; in TestVectorReductionInstruction() local
761 memcpy(&two_sources[0], &source[8], sizeof(two_sources[0]) * 8); in TestVectorReductionInstruction()
762 memcpy(&two_sources[8], &source[0], sizeof(two_sources[0]) * 8); in TestVectorReductionInstruction()
764 RunTwoVectorArgsOneRes(exec_insn, &two_sources[0], &result[0], vtype, vlmax); in TestVectorReductionInstruction()