Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1364 for (uint8_t bit_pos = 0; bit_pos < 128; ++bit_pos) { in TestVectorMaskInstruction() local
1365 __uint128_t bit = __uint128_t{1} << bit_pos; in TestVectorMaskInstruction()
1369 if (bit_pos < vstart || vstart >= vl) { in TestVectorMaskInstruction()
1371 } else if (bit_pos >= vl) { in TestVectorMaskInstruction()