Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc1109 int64_t toskip = skip; in TestVectorPermutationInstruction() local
1110 for (size_t index = 0; index < num_regs && toskip > 0; ++index) { in TestVectorPermutationInstruction()
1111 size_t skip_bits = toskip * kElementSize * 8; in TestVectorPermutationInstruction()
1113 toskip -= 16 / kElementSize; in TestVectorPermutationInstruction()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1767 int64_t toskip = skip; in TestVectorPermutationInstruction() local
1768 for (size_t index = 0; index < num_regs && toskip > 0; ++index) { in TestVectorPermutationInstruction()
1769 size_t skip_bits = toskip * kElementSize * 8; in TestVectorPermutationInstruction()
1772 toskip -= 16 / kElementSize; in TestVectorPermutationInstruction()