Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc640 const uint16_8_t (&expected_result_int16)[8], in TestVectorInstruction()
649 expected_result_int16, in TestVectorInstruction()
666 const uint16_8_t (&expected_result_int16)[4], in TestNarrowingVectorInstruction()
674 expected_result_int16, in TestNarrowingVectorInstruction()
688 const uint16_8_t (&expected_result_int16)[4], in TestNarrowingVectorFloatInstruction()
692 exec_insn, exec_masked_insn, source, expected_result_int16, expected_result_int32); in TestNarrowingVectorFloatInstruction()
716 const uint16_8_t (&expected_result_int16)[8], in TestWideningVectorInstruction()
724 expected_result_int16, in TestWideningVectorInstruction()
936 const uint16_8_t (&expected_result_int16)[8], in TestVectorIota()
943 expected_result_int16, in TestVectorIota()
[all …]
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc617 const __v8hu (&expected_result_int16)[8], in TestVleXX()
714 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int16, kNoMask); in TestVleXX()
715 Verify(insn_bytes, veew, veew, 8, expected_result_int16, kMaskInt16); in TestVleXX()
733 const __v8hu (&expected_result_int16)[8], in TestVseXX()
823 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int16, kNoMask); in TestVseXX()
824 Verify(insn_bytes, veew, veew, 8, expected_result_int16, kMaskInt16); in TestVseXX()
981 const __v8hu (&expected_result_int16)[8], in TestVectorRegisterGather()
1092 Verify(insn_bytes, 1, expected_result_int16, kMaskInt16); in TestVectorRegisterGather()
1093 Verify(insn_bytes | (1 << 25), 1, expected_result_int16, kNoMask); in TestVectorRegisterGather()
1110 const uint16_t (&expected_result_int16)[8][8], in TestVectorInstruction()
[all …]