Searched refs:expected_inactive (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 569 SIMD128 expected_inactive[8]; in TestVectorInstructionInternal() local 573 std::copy_n(source, 8, expected_inactive); in TestVectorInstructionInternal() 576 std::fill_n(expected_inactive, 8, (vma ? kAgnosticResult : dst_result)); in TestVectorInstructionInternal() 585 (expected_inactive[index] & ~mask[index] & ~kFractionMaskInt8[3]))); in TestVectorInstructionInternal() 589 (expected_inactive[index] & ~mask[index] & kFractionMaskInt8[3]) | in TestVectorInstructionInternal() 598 ((expected_inactive[index] & ~mask[index])))); in TestVectorInstructionInternal() 604 (expected_inactive[0] & ~mask[0] & kFractionMaskInt8[emul - 4]) | in TestVectorInstructionInternal() 885 SIMD128 expected_inactive[8]; in TestVectorIota() local 886 std::fill_n(expected_inactive, 8, (vma ? kAgnosticResult : kUndisturbedResult)); in TestVectorIota() 901 (expected_inactive[index] & ~elem_mask[index] & kFractionMaskInt8[3]) | in TestVectorIota() [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 664 __m128i expected_inactive[n]; in TestVleXX() local 665 std::fill_n(expected_inactive, n, (vma ? kAgnosticResult : kUndisturbedResult)); in TestVleXX() 673 (expected_inactive[index] & ~mask[index] & ~kFractionMaskInt8[3])} in TestVleXX() 680 (expected_inactive[index] & ~mask[index] & kFractionMaskInt8[3]) | in TestVleXX() 690 (expected_inactive[index] & ~mask[index])} in TestVleXX() 699 (expected_inactive[0] & ~mask[0] & kFractionMaskInt8[(vemul + 4)]) | in TestVleXX() 780 __m128i expected_inactive[n]; in TestVseXX() local 781 std::fill_n(expected_inactive, n, kUndisturbedResult); in TestVseXX() 788 (expected_inactive[index] & ~mask[index] & ~kFractionMaskInt8[3])}; in TestVseXX() 792 (expected_inactive[index] & ~mask[index] & kFractionMaskInt8[3]) | in TestVseXX() [all …]
|