Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1149 __m128i dst_result = kUndisturbedResult) { in TestWideningVectorFloatInstruction() argument
1152 insn_bytes, dst_result, source, expected_result_int64); in TestWideningVectorFloatInstruction()
1186 __m128i dst_result, in TestVectorInstructionInternal() argument
1189 auto Verify = [this, &source, dst_result](uint32_t insn_bytes, in TestVectorInstructionInternal()
1252 state_.cpu.v[8 + index] = SIMD128Register{dst_result}.Get<__uint128_t>(); in TestVectorInstructionInternal()
1266 std::fill_n(expected_inactive, 8, (vma ? kAgnosticResult : dst_result)); in TestVectorInstructionInternal()
1273 ((dst_result & kFractionMaskInt8[3]) | in TestVectorInstructionInternal()
1283 ((vta ? kAgnosticResult : dst_result) & ~kFractionMaskInt8[3])) in TestVectorInstructionInternal()
1288 EXPECT_EQ(state_.cpu.v[8 + index], SIMD128Register{dst_result}); in TestVectorInstructionInternal()
1301 ((vta ? kAgnosticResult : dst_result) & ~kFractionMaskInt8[emul - 4])) in TestVectorInstructionInternal()
[all …]
/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc500 const SIMD128 dst_result, in TestVectorInstructionInternal() argument
503 auto Verify = [&source, dst_result](ExecInsnFunc exec_insn, in TestVectorInstructionInternal()
563 std::fill_n(result, 8, dst_result); in TestVectorInstructionInternal()
576 std::fill_n(expected_inactive, 8, (vma ? kAgnosticResult : dst_result)); in TestVectorInstructionInternal()
583 ((dst_result & kFractionMaskInt8[3]) | in TestVectorInstructionInternal()
590 ((vta ? kAgnosticResult : dst_result) & ~kFractionMaskInt8[3]))); in TestVectorInstructionInternal()
594 EXPECT_EQ(result[index], dst_result); in TestVectorInstructionInternal()
605 ((vta ? kAgnosticResult : dst_result) & ~kFractionMaskInt8[emul - 4]))); in TestVectorInstructionInternal()
699 SIMD128 dst_result = kUndisturbedResult) { in TestWideningVectorFloatInstruction() argument
702 exec_insn, exec_masked_insn, dst_result, source, expected_result_int64); in TestWideningVectorFloatInstruction()