Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc1111 size_t skip_bits = toskip * kElementSize * 8; in TestVectorPermutationInstruction() local
1112 skip_mask[index] = ~MakeBitmaskFromVl(skip_bits > 128 ? 128 : skip_bits); in TestVectorPermutationInstruction()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1769 size_t skip_bits = toskip * kElementSize * 8; in TestVectorPermutationInstruction() local
1771 ~std::get<0>(intrinsics::MakeBitmaskFromVl(skip_bits > 128 ? 128 : skip_bits)); in TestVectorPermutationInstruction()