Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc641 const uint32_4_t (&expected_result_int32)[8], in TestVectorInstruction()
650 expected_result_int32, in TestVectorInstruction()
656 const uint32_4_t (&expected_result_int32)[8], in TestVectorFloatInstruction()
660 exec_insn, exec_masked_insn, source, expected_result_int32, expected_result_int64); in TestVectorFloatInstruction()
667 const uint32_4_t (&expected_result_int32)[4], in TestNarrowingVectorInstruction()
675 expected_result_int32); in TestNarrowingVectorInstruction()
680 const uint32_4_t (&expected_result_int32)[4], in TestNarrowingVectorFloatInstruction()
683 exec_insn, exec_masked_insn, source, expected_result_int32); in TestNarrowingVectorFloatInstruction()
689 const uint32_4_t (&expected_result_int32)[4], in TestNarrowingVectorFloatInstruction()
692 exec_insn, exec_masked_insn, source, expected_result_int16, expected_result_int32); in TestNarrowingVectorFloatInstruction()
[all …]
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc618 const __v4su (&expected_result_int32)[8], in TestVleXX()
718 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int32, kNoMask); in TestVleXX()
719 Verify(insn_bytes, veew, veew, 8, expected_result_int32, kMaskInt32); in TestVleXX()
734 const __v4su (&expected_result_int32)[8], in TestVseXX()
827 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int32, kNoMask); in TestVseXX()
828 Verify(insn_bytes, veew, veew, 8, expected_result_int32, kMaskInt32); in TestVseXX()
982 const __v4su (&expected_result_int32)[8], in TestVectorRegisterGather()
1094 Verify(insn_bytes, 2, expected_result_int32, kMaskInt32); in TestVectorRegisterGather()
1095 Verify(insn_bytes | (1 << 25), 2, expected_result_int32, kNoMask); in TestVectorRegisterGather()
1101 const uint32_t (&expected_result_int32)[8][4], in TestVectorFloatInstruction()
[all …]