Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc642 const uint64_2_t (&expected_result_int64)[8], in TestVectorInstruction()
651 expected_result_int64); in TestVectorInstruction()
657 const uint64_2_t (&expected_result_int64)[8], in TestVectorFloatInstruction()
660 exec_insn, exec_masked_insn, source, expected_result_int32, expected_result_int64); in TestVectorFloatInstruction()
697 const uint64_2_t (&expected_result_int64)[8], in TestWideningVectorFloatInstruction()
702 exec_insn, exec_masked_insn, dst_result, source, expected_result_int64); in TestWideningVectorFloatInstruction()
708 const uint64_2_t (&expected_result_int64)[8], in TestWideningVectorFloatInstruction()
711 exec_insn, exec_masked_insn, source, expected_result_int32, expected_result_int64); in TestWideningVectorFloatInstruction()
718 const uint64_2_t (&expected_result_int64)[8], in TestWideningVectorInstruction()
726 expected_result_int64); in TestWideningVectorInstruction()
[all …]
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc619 const __v2du (&expected_result_int64)[8], in TestVleXX()
722 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int64, kNoMask); in TestVleXX()
723 Verify(insn_bytes, veew, veew, 8, expected_result_int64, kMaskInt64); in TestVleXX()
735 const __v2du (&expected_result_int64)[8], in TestVseXX()
831 Verify(insn_bytes | (1 << 25), veew, veew, 8, expected_result_int64, kNoMask); in TestVseXX()
832 Verify(insn_bytes, veew, veew, 8, expected_result_int64, kMaskInt64); in TestVseXX()
983 const __v2du (&expected_result_int64)[8], in TestVectorRegisterGather()
1096 Verify(insn_bytes, 3, expected_result_int64, kMaskInt64); in TestVectorRegisterGather()
1097 Verify(insn_bytes | (1 << 25), 3, expected_result_int64, kNoMask); in TestVectorRegisterGather()
1102 const uint64_t (&expected_result_int64)[8][2], in TestVectorFloatInstruction()
[all …]