Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc1235 SIMD128 masked_part{expected_inactive[0] & ~mask[0] & ~skip_mask[0] & in TestVectorPermutationInstruction() local
1240 EXPECT_EQ(v8, affected_part | masked_part | tail_part); in TestVectorPermutationInstruction()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1898 SIMD128Register masked_part{expected_inactive[0] & ~mask[0] & ~skip_mask[0] & in TestVectorPermutationInstruction() local
1903 EXPECT_EQ(v8, (affected_part | masked_part | tail_part).Get<__uint128_t>()); in TestVectorPermutationInstruction()