Home
last modified time | relevance | path

Searched refs:vvvv (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c977 u8 vvvv = reg2hex[src_reg2]; in emit_3vex() local
979 /* reg2hex gives only the lower 3 bit of vvvv */ in emit_3vex()
981 vvvv |= 1 << 3; in emit_3vex()
998 * | W | ~vvvv | L | pp | in emit_3vex()
1001 b2 = (w << 7) | ((~vvvv & 0xf) << 3) | (l << 2) | (pp & 3); in emit_3vex()

Completed in 4 milliseconds