Searched refs:vex_l (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 741 if (!s->vex_l) { 955 if (!s->vex_l) { 1001 if (!s->vex_l) { 1028 if (!s->vex_l) { 1088 if (!s->vex_l) { 2969 if (s->vex_l) { 2981 if (s->vex_l) { 3996 if (s->vex_l) { 4005 if (s->vex_l) { 4196 if (!s->vex_l) { [all …]
|
H A D | decode-new.c.inc | 400 } else if (!s->vex_l) { 919 if ((s->prefix & PREFIX_REPNZ) && s->vex_l) { 1877 if (!s->vex_l) { 1892 *ot = s->vex_l ? MO_256 : MO_128; 1896 *ot = s->vex_l ? MO_128 : MO_64; 2290 if (s->vex_l) { 2374 if (s->vex_l) { 2397 if (s->vex_l) { 2442 s->vex_l = 0; 2557 s->vex_l = (vex3 >> 2) & 1; [all …]
|
H A D | translate.c | 102 uint8_t vex_l; /* vex vector length */ member
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 907 int vex_l = (type == TCG_TYPE_V256 ? P_VEXL : 0); 908 tcg_out_vex_modrm(s, avx2_dup_insn[vece] + vex_l, r, 0, a); 939 int vex_l = (type == TCG_TYPE_V256 ? P_VEXL : 0); 940 tcg_out_vex_modrm_offset(s, avx2_dup_insn[vece] + vex_l, 970 int vex_l = (type == TCG_TYPE_V256 ? P_VEXL : 0); 977 tcg_out_vex_modrm(s, OPC_PCMPEQB + vex_l, ret, ret, ret); 983 tcg_out_vex_modrm_pool(s, OPC_VPBROADCASTD + vex_l, ret); 992 tcg_out_vex_modrm_pool(s, OPC_VPBROADCASTQ + vex_l, ret);
|