Searched refs:kAgnosticResult (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 226 const SIMD128 kAgnosticResult = GetAgnosticResult(); variable 576 std::fill_n(expected_inactive, 8, (vma ? kAgnosticResult : dst_result)); in TestVectorInstructionInternal() 590 ((vta ? kAgnosticResult : dst_result) & ~kFractionMaskInt8[3]))); in TestVectorInstructionInternal() 592 EXPECT_EQ(result[index], kAgnosticResult); in TestVectorInstructionInternal() 605 ((vta ? kAgnosticResult : dst_result) & ~kFractionMaskInt8[emul - 4]))); in TestVectorInstructionInternal() 779 SIMD128 expected_result_register = vta ? kAgnosticResult : kUndisturbedResult; in TestVectorReductionInstruction() 886 std::fill_n(expected_inactive, 8, (vma ? kAgnosticResult : kUndisturbedResult)); in TestVectorIota() 902 ((vta ? kAgnosticResult : kUndisturbedResult) & ~kFractionMaskInt8[3]))); in TestVectorIota() 904 EXPECT_EQ(result[index], vta ? kAgnosticResult : kUndisturbedResult); in TestVectorIota() 918 ((vta ? kAgnosticResult : kUndisturbedResult) & ~kFractionMaskInt8[vlmul - 4]))); in TestVectorIota() [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 665 std::fill_n(expected_inactive, n, (vma ? kAgnosticResult : kUndisturbedResult)); in TestVleXX() 681 ((vta ? kAgnosticResult : kUndisturbedResult) & ~kFractionMaskInt8[3])} in TestVleXX() 684 EXPECT_EQ(state_.cpu.v[8 + index], SIMD128Register{kAgnosticResult}); in TestVleXX() 700 ((vta ? kAgnosticResult : kUndisturbedResult) & in TestVleXX() 1042 std::fill_n(expected_inactive, n, (vma ? kAgnosticResult : kUndisturbedResult)); in TestVectorRegisterGather() 1059 ((vta ? kAgnosticResult : kUndisturbedResult) & ~kFractionMaskInt8[3])} in TestVectorRegisterGather() 1062 EXPECT_EQ(state_.cpu.v[8 + index], SIMD128Register{kAgnosticResult}); in TestVectorRegisterGather() 1078 ((vta ? kAgnosticResult : kUndisturbedResult) & ~kFractionMaskInt8[vlmul - 4])} in TestVectorRegisterGather() 1266 std::fill_n(expected_inactive, 8, (vma ? kAgnosticResult : dst_result)); in TestVectorInstructionInternal() 1283 ((vta ? kAgnosticResult : dst_result) & ~kFractionMaskInt8[3])) in TestVectorInstructionInternal() [all …]
|