Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c8291 UInt laneBits = 8 << size; in math_QSHL_IMM() local
8292 vassert(shift < laneBits); in math_QSHL_IMM()
8309 UInt rshift = laneBits - shift; in math_QSHL_IMM()
8310 vassert(rshift >= 1 && rshift < laneBits); in math_QSHL_IMM()
8328 UInt rshift = laneBits - 1 - shift; in math_QSHL_IMM()
8329 vassert(rshift >= 0 && rshift < laneBits-1); in math_QSHL_IMM()
8337 mkU8(laneBits-1)), in math_QSHL_IMM()
8352 assign(*qDiff1, binop(mkVecSHRN(size), mkexpr(src), mkU8(laneBits-1))); in math_QSHL_IMM()
8358 UInt rshift = laneBits - shift; in math_QSHL_IMM()
8359 vassert(rshift >= 1 && rshift < laneBits); in math_QSHL_IMM()