Searched refs:vvvv (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/loongarch/ |
H A D | insns.decode | 511 &vvvv vd vj vk va 536 @vvvv .... ........ va:5 vk:5 vj:5 vd:5 &vvvv 1071 vfmadd_s 0000 10010001 ..... ..... ..... ..... @vvvv 1072 vfmadd_d 0000 10010010 ..... ..... ..... ..... @vvvv 1073 vfmsub_s 0000 10010101 ..... ..... ..... ..... @vvvv 1074 vfmsub_d 0000 10010110 ..... ..... ..... ..... @vvvv 1075 vfnmadd_s 0000 10011001 ..... ..... ..... ..... @vvvv 1076 vfnmadd_d 0000 10011010 ..... ..... ..... ..... @vvvv 1077 vfnmsub_s 0000 10011101 ..... ..... ..... ..... @vvvv 1078 vfnmsub_d 0000 10011110 ..... ..... ..... ..... @vvvv [all …]
|
H A D | disas.c | 1385 INSN_LSX(vfmadd_s, vvvv) in INSN_LSX() 1386 INSN_LSX(vfmadd_d, vvvv) in INSN_LSX() 1387 INSN_LSX(vfmsub_s, vvvv) in INSN_LSX() 1388 INSN_LSX(vfmsub_d, vvvv) in INSN_LSX() 1389 INSN_LSX(vfnmadd_s, vvvv) in INSN_LSX() 1390 INSN_LSX(vfnmadd_d, vvvv) in INSN_LSX() 1391 INSN_LSX(vfnmsub_s, vvvv) in INSN_LSX() 1392 INSN_LSX(vfnmsub_d, vvvv) in INSN_LSX() 1610 INSN_LSX(vbitsel_v, vvvv) in LSX_FCMP_INSN() 1681 INSN_LSX(vshuf_b, vvvv) in LSX_FCMP_INSN() [all …]
|
/openbmc/linux/Documentation/driver-api/media/drivers/ccs/ |
H A D | ccs.rst | 66 ccs/ccs-sensor-vvvv-mmmm-rrrr.fw (sensor) and 67 ccs/ccs-module-vvvv-mmmm-rrrr.fw (module). 78 vvvv or vv denotes MIPI and SMIA manufacturer IDs respectively, mmmm model ID
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 1027 u8 vvvv = reg2hex[src_reg2]; in emit_3vex() local 1031 vvvv |= 1 << 3; in emit_3vex() 1051 b2 = (w << 7) | ((~vvvv & 0xf) << 3) | (l << 2) | (pp & 3); in emit_3vex()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 728 * REG selects srcdest2 operand, VEX.vvvv selects src3. VEX class not found 912 * 1) "VMOVSS m32, xmm1" and "VMOVSD m64, xmm1" do not support VEX.vvvv != 1111b, 2018 case X86_TYPE_B: /* VEX.vvvv selects a GPR */ 2150 case X86_TYPE_H: /* For AVX, VEX.vvvv selects an XMM/YMM register */ 2157 /* shifts place the destination in VEX.vvvv, use modrm */ 2473 /* All integer instructions use VEX.vvvv, so exit. */
|
H A D | emit.c.inc | 2669 /* low part of result in VEX.vvvv, high in MODRM */
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 683 tmp |= (~v & 15) << 3; /* VEX.vvvv */
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 71 # The forms r8V, r16V, r32V, r64V indicate a register selected by the VEX.vvvv bits. 80 # The forms xmmV and ymmV indicate a register selected by the VEX.vvvv bits.
|