Lines Matching refs:X86DecodedInsn

68 static void gen_JMP_m(DisasContext *s, X86DecodedInsn *decode);
69 static void gen_JMP(DisasContext *s, X86DecodedInsn *decode);
81 static void gen_lea_modrm(DisasContext *s, X86DecodedInsn *decode)
237 static bool sse_needs_alignment(DisasContext *s, X86DecodedInsn *decode, MemOp ot)
256 static void gen_load(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v)
331 static TCGv_ptr op_ptr(X86DecodedInsn *decode, int opn)
350 static void gen_writeback(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v)
396 static inline int vector_len(DisasContext *s, X86DecodedInsn *decode)
405 static void prepare_update1_cc(X86DecodedInsn *decode, DisasContext *s, CCOp op)
411 static void prepare_update2_cc(X86DecodedInsn *decode, DisasContext *s, CCOp op)
418 static void prepare_update_cc_incdec(X86DecodedInsn *decode, DisasContext *s, CCOp op)
424 static void prepare_update3_cc(X86DecodedInsn *decode, DisasContext *s, CCOp op, TCGv reg)
433 static void prepare_update_cf(X86DecodedInsn *decode, DisasContext *s, TCGv cf)
458 static void gen_store_sse(DisasContext *s, X86DecodedInsn *decode, int src_ofs)
517 static void gen_3dnow(DisasContext *s, X86DecodedInsn *decode)
550 static inline void gen_unary_fp_sse(DisasContext *s, X86DecodedInsn *decode,
575 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
593 static inline void gen_fp_sse(DisasContext *s, X86DecodedInsn *decode,
614 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
632 static void gen_##uname##Px(DisasContext *s, X86DecodedInsn *decode) \
645 static void gen_##uname##Sx(DisasContext *s, X86DecodedInsn *decode) \
678 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
695 static inline void gen_unary_fp32_sse(DisasContext *s, X86DecodedInsn *decode,
720 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
734 static inline void gen_horizontal_fp_sse(DisasContext *s, X86DecodedInsn *decode,
745 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
755 static inline void gen_ternary_sse(DisasContext *s, X86DecodedInsn *decode,
766 static void gen_##uvname(DisasContext *s, X86DecodedInsn *decode) \
771 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
780 static inline void gen_binary_imm_sse(DisasContext *s, X86DecodedInsn *decode,
792 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
810 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
828 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
887 static inline void gen_binary_int_sse(DisasContext *s, X86DecodedInsn *decode,
908 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
957 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
982 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
995 static inline void gen_unary_int_sse(DisasContext *s, X86DecodedInsn *decode,
1006 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
1040 static inline void gen_unary_imm_sse(DisasContext *s, X86DecodedInsn *decode,
1052 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
1067 static inline void gen_unary_imm_fp_sse(DisasContext *s, X86DecodedInsn *decode,
1079 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
1089 static inline void gen_vexw_avx(DisasContext *s, X86DecodedInsn *decode,
1101 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
1113 static inline void gen_vsib_avx(DisasContext *s, X86DecodedInsn *decode,
1137 static void gen_##uname(DisasContext *s, X86DecodedInsn *decode) \
1146 static void gen_AAA(DisasContext *s, X86DecodedInsn *decode)
1153 static void gen_AAD(DisasContext *s, X86DecodedInsn *decode)
1159 static void gen_AAM(DisasContext *s, X86DecodedInsn *decode)
1169 static void gen_AAS(DisasContext *s, X86DecodedInsn *decode)
1176 static void gen_ADC(DisasContext *s, X86DecodedInsn *decode)
1193 static void gen_ADCOX(DisasContext *s, X86DecodedInsn *decode, int cc_op)
1250 static void gen_ADCX(DisasContext *s, X86DecodedInsn *decode)
1255 static void gen_ADD(DisasContext *s, X86DecodedInsn *decode)
1268 static void gen_ADOX(DisasContext *s, X86DecodedInsn *decode)
1273 static void gen_AND(DisasContext *s, X86DecodedInsn *decode)
1286 static void gen_ANDN(DisasContext *s, X86DecodedInsn *decode)
1294 static void gen_ARPL(DisasContext *s, X86DecodedInsn *decode)
1315 static void gen_BEXTR(DisasContext *s, X86DecodedInsn *decode)
1343 static void gen_BLSI(DisasContext *s, X86DecodedInsn *decode)
1353 static void gen_BLSMSK(DisasContext *s, X86DecodedInsn *decode)
1363 static void gen_BLSR(DisasContext *s, X86DecodedInsn *decode)
1373 static void gen_BOUND(DisasContext *s, X86DecodedInsn *decode)
1385 static void gen_BSF(DisasContext *s, X86DecodedInsn *decode)
1404 static void gen_BSR(DisasContext *s, X86DecodedInsn *decode)
1425 static void gen_BSWAP(DisasContext *s, X86DecodedInsn *decode)
1436 static TCGv gen_bt_mask(DisasContext *s, X86DecodedInsn *decode)
1447 static void gen_bt_flags(DisasContext *s, X86DecodedInsn *decode, TCGv src, TCGv mask)
1474 static void gen_BT(DisasContext *s, X86DecodedInsn *decode)
1481 static void gen_BTC(DisasContext *s, X86DecodedInsn *decode)
1497 static void gen_BTR(DisasContext *s, X86DecodedInsn *decode)
1515 static void gen_BTS(DisasContext *s, X86DecodedInsn *decode)
1531 static void gen_BZHI(DisasContext *s, X86DecodedInsn *decode)
1551 static void gen_CALL(DisasContext *s, X86DecodedInsn *decode)
1557 static void gen_CALL_m(DisasContext *s, X86DecodedInsn *decode)
1563 static void gen_CALLF(DisasContext *s, X86DecodedInsn *decode)
1568 static void gen_CALLF_m(DisasContext *s, X86DecodedInsn *decode)
1578 static void gen_CBW(DisasContext *s, X86DecodedInsn *decode)
1585 static void gen_CLC(DisasContext *s, X86DecodedInsn *decode)
1591 static void gen_CLD(DisasContext *s, X86DecodedInsn *decode)
1596 static void gen_CLI(DisasContext *s, X86DecodedInsn *decode)
1601 static void gen_CLTS(DisasContext *s, X86DecodedInsn *decode)
1608 static void gen_CMC(DisasContext *s, X86DecodedInsn *decode)
1614 static void gen_CMOVcc(DisasContext *s, X86DecodedInsn *decode)
1619 static void gen_CMPccXADD(DisasContext *s, X86DecodedInsn *decode)
1722 static void gen_CMPS(DisasContext *s, X86DecodedInsn *decode)
1732 static void gen_CMPXCHG(DisasContext *s, X86DecodedInsn *decode)
1783 static void gen_CMPXCHG16B(DisasContext *s, X86DecodedInsn *decode)
1828 static void gen_CMPXCHG8B(DisasContext *s, X86DecodedInsn *decode)
1879 static void gen_CPUID(DisasContext *s, X86DecodedInsn *decode)
1886 static void gen_CRC32(DisasContext *s, X86DecodedInsn *decode)
1894 static void gen_CVTPI2Px(DisasContext *s, X86DecodedInsn *decode)
1904 static void gen_CVTPx2PI(DisasContext *s, X86DecodedInsn *decode)
1914 static void gen_CVTTPx2PI(DisasContext *s, X86DecodedInsn *decode)
1924 static void gen_CWD(DisasContext *s, X86DecodedInsn *decode)
1931 static void gen_DAA(DisasContext *s, X86DecodedInsn *decode)
1938 static void gen_DAS(DisasContext *s, X86DecodedInsn *decode)
1945 static void gen_DEC(DisasContext *s, X86DecodedInsn *decode)
1959 static void gen_DIV(DisasContext *s, X86DecodedInsn *decode)
1982 static void gen_EMMS(DisasContext *s, X86DecodedInsn *decode)
1987 static void gen_ENTER(DisasContext *s, X86DecodedInsn *decode)
1992 static void gen_EXTRQ_i(DisasContext *s, X86DecodedInsn *decode)
2000 static void gen_EXTRQ_r(DisasContext *s, X86DecodedInsn *decode)
2005 static void gen_FXRSTOR(DisasContext *s, X86DecodedInsn *decode)
2014 static void gen_FXSAVE(DisasContext *s, X86DecodedInsn *decode)
2023 static void gen_HLT(DisasContext *s, X86DecodedInsn *decode)
2033 static void gen_IDIV(DisasContext *s, X86DecodedInsn *decode)
2056 static void gen_IMUL3(DisasContext *s, X86DecodedInsn *decode)
2119 static void gen_IMUL(DisasContext *s, X86DecodedInsn *decode)
2177 static void gen_IN(DisasContext *s, X86DecodedInsn *decode)
2193 static void gen_INC(DisasContext *s, X86DecodedInsn *decode)
2207 static void gen_INS(DisasContext *s, X86DecodedInsn *decode)
2227 static void gen_INSERTQ_i(DisasContext *s, X86DecodedInsn *decode)
2235 static void gen_INSERTQ_r(DisasContext *s, X86DecodedInsn *decode)
2240 static void gen_INT(DisasContext *s, X86DecodedInsn *decode)
2245 static void gen_INT1(DisasContext *s, X86DecodedInsn *decode)
2253 static void gen_INT3(DisasContext *s, X86DecodedInsn *decode)
2258 static void gen_INTO(DisasContext *s, X86DecodedInsn *decode)
2265 static void gen_IRET(DisasContext *s, X86DecodedInsn *decode)
2277 static void gen_Jcc(DisasContext *s, X86DecodedInsn *decode)
2283 static void gen_JCXZ(DisasContext *s, X86DecodedInsn *decode)
2292 static void gen_JMP(DisasContext *s, X86DecodedInsn *decode)
2298 static void gen_JMP_m(DisasContext *s, X86DecodedInsn *decode)
2305 static void gen_JMPF(DisasContext *s, X86DecodedInsn *decode)
2310 static void gen_JMPF_m(DisasContext *s, X86DecodedInsn *decode)
2320 static void gen_LAHF(DisasContext *s, X86DecodedInsn *decode)
2331 static void gen_LAR(DisasContext *s, X86DecodedInsn *decode)
2348 static void gen_LDMXCSR(DisasContext *s, X86DecodedInsn *decode)
2354 static void gen_lxx_seg(DisasContext *s, X86DecodedInsn *decode, int seg)
2366 static void gen_LDS(DisasContext *s, X86DecodedInsn *decode)
2371 static void gen_LEA(DisasContext *s, X86DecodedInsn *decode)
2377 static void gen_LEAVE(DisasContext *s, X86DecodedInsn *decode)
2382 static void gen_LES(DisasContext *s, X86DecodedInsn *decode)
2387 static void gen_LFENCE(DisasContext *s, X86DecodedInsn *decode)
2392 static void gen_LFS(DisasContext *s, X86DecodedInsn *decode)
2397 static void gen_LGS(DisasContext *s, X86DecodedInsn *decode)
2402 static void gen_LODS(DisasContext *s, X86DecodedInsn *decode)
2412 static void gen_LOOP(DisasContext *s, X86DecodedInsn *decode)
2422 static void gen_LOOPE(DisasContext *s, X86DecodedInsn *decode)
2434 static void gen_LOOPNE(DisasContext *s, X86DecodedInsn *decode)
2446 static void gen_LSL(DisasContext *s, X86DecodedInsn *decode)
2463 static void gen_LSS(DisasContext *s, X86DecodedInsn *decode)
2468 static void gen_LZCNT(DisasContext *s, X86DecodedInsn *decode)
2486 static void gen_MFENCE(DisasContext *s, X86DecodedInsn *decode)
2491 static void gen_MOV(DisasContext *s, X86DecodedInsn *decode)
2497 static void gen_MASKMOV(DisasContext *s, X86DecodedInsn *decode)
2508 static void gen_MOVBE(DisasContext *s, X86DecodedInsn *decode)
2520 static void gen_MOVD_from(DisasContext *s, X86DecodedInsn *decode)
2538 static void gen_MOVD_to(DisasContext *s, X86DecodedInsn *decode)
2560 static void gen_MOVDQ(DisasContext *s, X86DecodedInsn *decode)
2565 static void gen_MOVMSK(DisasContext *s, X86DecodedInsn *decode)
2575 static void gen_MOVQ(DisasContext *s, X86DecodedInsn *decode)
2597 static void gen_MOVq_dq(DisasContext *s, X86DecodedInsn *decode)
2604 static void gen_MOVS(DisasContext *s, X86DecodedInsn *decode)
2614 static void gen_MUL(DisasContext *s, X86DecodedInsn *decode)
2665 static void gen_MULX(DisasContext *s, X86DecodedInsn *decode)
2691 static void gen_NEG(DisasContext *s, X86DecodedInsn *decode)
2718 static void gen_NOT(DisasContext *s, X86DecodedInsn *decode)
2731 static void gen_OR(DisasContext *s, X86DecodedInsn *decode)
2744 static void gen_OUT(DisasContext *s, X86DecodedInsn *decode)
2761 static void gen_OUTS(DisasContext *s, X86DecodedInsn *decode)
2780 static void gen_PALIGNR(DisasContext *s, X86DecodedInsn *decode)
2792 static void gen_PANDN(DisasContext *s, X86DecodedInsn *decode)
2802 static void gen_PAUSE(DisasContext *s, X86DecodedInsn *decode)
2810 static void gen_PCMPESTRI(DisasContext *s, X86DecodedInsn *decode)
2817 static void gen_PCMPESTRM(DisasContext *s, X86DecodedInsn *decode)
2828 static void gen_PCMPISTRI(DisasContext *s, X86DecodedInsn *decode)
2835 static void gen_PCMPISTRM(DisasContext *s, X86DecodedInsn *decode)
2846 static void gen_PDEP(DisasContext *s, X86DecodedInsn *decode)
2851 static void gen_PEXT(DisasContext *s, X86DecodedInsn *decode)
2856 static inline void gen_pextr(DisasContext *s, X86DecodedInsn *decode, MemOp ot)
2882 static void gen_PEXTRB(DisasContext *s, X86DecodedInsn *decode)
2887 static void gen_PEXTRW(DisasContext *s, X86DecodedInsn *decode)
2892 static void gen_PEXTR(DisasContext *s, X86DecodedInsn *decode)
2898 static inline void gen_pinsr(DisasContext *s, X86DecodedInsn *decode, MemOp ot)
2929 static void gen_PINSRB(DisasContext *s, X86DecodedInsn *decode)
2934 static void gen_PINSRW(DisasContext *s, X86DecodedInsn *decode)
2939 static void gen_PINSR(DisasContext *s, X86DecodedInsn *decode)
2981 static void gen_PMOVMSKB(DisasContext *s, X86DecodedInsn *decode)
3025 static void gen_POP(DisasContext *s, X86DecodedInsn *decode)
3040 static void gen_POPA(DisasContext *s, X86DecodedInsn *decode)
3045 static void gen_POPCNT(DisasContext *s, X86DecodedInsn *decode)
3054 static void gen_POPF(DisasContext *s, X86DecodedInsn *decode)
3076 static void gen_PSHUFW(DisasContext *s, X86DecodedInsn *decode)
3082 static void gen_PSRLW_i(DisasContext *s, X86DecodedInsn *decode)
3095 static void gen_PSLLW_i(DisasContext *s, X86DecodedInsn *decode)
3108 static void gen_PSRAW_i(DisasContext *s, X86DecodedInsn *decode)
3120 static void gen_PSRLD_i(DisasContext *s, X86DecodedInsn *decode)
3133 static void gen_PSLLD_i(DisasContext *s, X86DecodedInsn *decode)
3146 static void gen_PSRAD_i(DisasContext *s, X86DecodedInsn *decode)
3158 static void gen_PSRLQ_i(DisasContext *s, X86DecodedInsn *decode)
3171 static void gen_PSLLQ_i(DisasContext *s, X86DecodedInsn *decode)
3198 static void gen_PSRLDQ_i(DisasContext *s, X86DecodedInsn *decode)
3210 static void gen_PSLLDQ_i(DisasContext *s, X86DecodedInsn *decode)
3222 static void gen_PUSH(DisasContext *s, X86DecodedInsn *decode)
3227 static void gen_PUSHA(DisasContext *s, X86DecodedInsn *decode)
3232 static void gen_PUSHF(DisasContext *s, X86DecodedInsn *decode)
3239 static MemOp gen_shift_count(DisasContext *s, X86DecodedInsn *decode,
3289 static bool gen_eflags_adcox(DisasContext *s, X86DecodedInsn *decode, bool want_carry, bool need_fl…
3375 static void gen_rot_overflow(X86DecodedInsn *decode, TCGv result, TCGv old,
3430 static void gen_RCL(DisasContext *s, X86DecodedInsn *decode)
3482 static void gen_RCR(DisasContext *s, X86DecodedInsn *decode)
3536 static void gen_unreachable(DisasContext *s, X86DecodedInsn *decode)
3543 static void gen_RDMSR(DisasContext *s, X86DecodedInsn *decode)
3553 static void gen_RDPMC(DisasContext *s, X86DecodedInsn *decode)
3562 static void gen_RDTSC(DisasContext *s, X86DecodedInsn *decode)
3570 static void gen_RDxxBASE(DisasContext *s, X86DecodedInsn *decode)
3579 static void gen_RET(DisasContext *s, X86DecodedInsn *decode)
3590 static void gen_RETF(DisasContext *s, X86DecodedInsn *decode)
3648 static void gen_rot_carry(X86DecodedInsn *decode, TCGv result,
3661 static void gen_ROL(DisasContext *s, X86DecodedInsn *decode)
3689 static void gen_ROR(DisasContext *s, X86DecodedInsn *decode)
3718 static void gen_RORX(DisasContext *s, X86DecodedInsn *decode)
3743 static void gen_RSM(DisasContext *s, X86DecodedInsn *decode)
3753 static void gen_SAHF(DisasContext *s, X86DecodedInsn *decode)
3765 static void gen_SALC(DisasContext *s, X86DecodedInsn *decode)
3771 static void gen_shift_dynamic_flags(DisasContext *s, X86DecodedInsn *decode, TCGv count, CCOp cc_op)
3801 static void gen_SAR(DisasContext *s, X86DecodedInsn *decode)
3823 static void gen_SARX(DisasContext *s, X86DecodedInsn *decode)
3833 static void gen_SBB(DisasContext *s, X86DecodedInsn *decode)
3855 static void gen_SCAS(DisasContext *s, X86DecodedInsn *decode)
3865 static void gen_SETcc(DisasContext *s, X86DecodedInsn *decode)
3870 static void gen_SFENCE(DisasContext *s, X86DecodedInsn *decode)
3875 static void gen_SHA1NEXTE(DisasContext *s, X86DecodedInsn *decode)
3880 static void gen_SHA1MSG1(DisasContext *s, X86DecodedInsn *decode)
3885 static void gen_SHA1MSG2(DisasContext *s, X86DecodedInsn *decode)
3890 static void gen_SHA1RNDS4(DisasContext *s, X86DecodedInsn *decode)
3908 static void gen_SHA256MSG1(DisasContext *s, X86DecodedInsn *decode)
3913 static void gen_SHA256MSG2(DisasContext *s, X86DecodedInsn *decode)
3918 static void gen_SHA256RNDS2(DisasContext *s, X86DecodedInsn *decode)
3929 static void gen_SHL(DisasContext *s, X86DecodedInsn *decode)
3951 static void gen_SHLD(DisasContext *s, X86DecodedInsn *decode)
3972 static void gen_SHLX(DisasContext *s, X86DecodedInsn *decode)
3982 static void gen_SHR(DisasContext *s, X86DecodedInsn *decode)
4004 static void gen_SHRD(DisasContext *s, X86DecodedInsn *decode)
4025 static void gen_SHRX(DisasContext *s, X86DecodedInsn *decode)
4035 static void gen_STC(DisasContext *s, X86DecodedInsn *decode)
4041 static void gen_STD(DisasContext *s, X86DecodedInsn *decode)
4046 static void gen_STI(DisasContext *s, X86DecodedInsn *decode)
4052 static void gen_VAESKEYGEN(DisasContext *s, X86DecodedInsn *decode)
4059 static void gen_STMXCSR(DisasContext *s, X86DecodedInsn *decode)
4065 static void gen_STOS(DisasContext *s, X86DecodedInsn *decode)
4075 static void gen_SUB(DisasContext *s, X86DecodedInsn *decode)
4091 static void gen_SYSCALL(DisasContext *s, X86DecodedInsn *decode)
4108 static void gen_SYSENTER(DisasContext *s, X86DecodedInsn *decode)
4114 static void gen_SYSEXIT(DisasContext *s, X86DecodedInsn *decode)
4120 static void gen_SYSRET(DisasContext *s, X86DecodedInsn *decode)
4136 static void gen_TZCNT(DisasContext *s, X86DecodedInsn *decode)
4150 static void gen_UD(DisasContext *s, X86DecodedInsn *decode)
4155 static void gen_VAESIMC(DisasContext *s, X86DecodedInsn *decode)
4210 static void gen_VCMP(DisasContext *s, X86DecodedInsn *decode)
4221 static void gen_VCOMI(DisasContext *s, X86DecodedInsn *decode)
4229 static void gen_VCVTPD2PS(DisasContext *s, X86DecodedInsn *decode)
4238 static void gen_VCVTPS2PD(DisasContext *s, X86DecodedInsn *decode)
4247 static void gen_VCVTPS2PH(DisasContext *s, X86DecodedInsn *decode)
4261 static void gen_VCVTSD2SS(DisasContext *s, X86DecodedInsn *decode)
4266 static void gen_VCVTSS2SD(DisasContext *s, X86DecodedInsn *decode)
4271 static void gen_VCVTSI2Sx(DisasContext *s, X86DecodedInsn *decode)
4301 static inline void gen_VCVTtSx2SI(DisasContext *s, X86DecodedInsn *decode,
4339 static void gen_VCVTSx2SI(DisasContext *s, X86DecodedInsn *decode)
4346 static void gen_VCVTTSx2SI(DisasContext *s, X86DecodedInsn *decode)
4353 static void gen_VEXTRACTx128(DisasContext *s, X86DecodedInsn *decode)
4365 static void gen_VEXTRACTPS(DisasContext *s, X86DecodedInsn *decode)
4370 static void gen_vinsertps(DisasContext *s, X86DecodedInsn *decode)
4403 static void gen_VINSERTPS_r(DisasContext *s, X86DecodedInsn *decode)
4411 static void gen_VINSERTPS_m(DisasContext *s, X86DecodedInsn *decode)
4417 static void gen_VINSERTx128(DisasContext *s, X86DecodedInsn *decode)
4428 static inline void gen_maskmov(DisasContext *s, X86DecodedInsn *decode,
4438 static void gen_VMASKMOVPD_st(DisasContext *s, X86DecodedInsn *decode)
4443 static void gen_VMASKMOVPS_st(DisasContext *s, X86DecodedInsn *decode)
4448 static void gen_VMOVHPx_ld(DisasContext *s, X86DecodedInsn *decode)
4457 static void gen_VMOVHPx_st(DisasContext *s, X86DecodedInsn *decode)
4462 static void gen_VMOVHPx(DisasContext *s, X86DecodedInsn *decode)
4474 static void gen_VMOVHLPS(DisasContext *s, X86DecodedInsn *decode)
4484 static void gen_VMOVLHPS(DisasContext *s, X86DecodedInsn *decode)
4499 static void gen_VMOVLPx(DisasContext *s, X86DecodedInsn *decode)
4508 static void gen_VMOVLPx_ld(DisasContext *s, X86DecodedInsn *decode)
4517 static void gen_VMOVLPx_st(DisasContext *s, X86DecodedInsn *decode)
4523 static void gen_VMOVSD_ld(DisasContext *s, X86DecodedInsn *decode)
4532 static void gen_VMOVSS(DisasContext *s, X86DecodedInsn *decode)
4541 static void gen_VMOVSS_ld(DisasContext *s, X86DecodedInsn *decode)
4550 static void gen_VMOVSS_st(DisasContext *s, X86DecodedInsn *decode)
4556 static void gen_VPMASKMOV_st(DisasContext *s, X86DecodedInsn *decode)
4565 static void gen_VPERMD(DisasContext *s, X86DecodedInsn *decode)
4571 static void gen_VPERM2x128(DisasContext *s, X86DecodedInsn *decode)
4578 static void gen_VPHMINPOSUW(DisasContext *s, X86DecodedInsn *decode)
4584 static void gen_VROUNDSD(DisasContext *s, X86DecodedInsn *decode)
4591 static void gen_VROUNDSS(DisasContext *s, X86DecodedInsn *decode)
4598 static void gen_VSHUF(DisasContext *s, X86DecodedInsn *decode)
4608 static void gen_VUCOMI(DisasContext *s, X86DecodedInsn *decode)
4616 static void gen_VZEROALL(DisasContext *s, X86DecodedInsn *decode)
4625 static void gen_VZEROUPPER(DisasContext *s, X86DecodedInsn *decode)
4635 static void gen_WAIT(DisasContext *s, X86DecodedInsn *decode)
4647 static void gen_WRMSR(DisasContext *s, X86DecodedInsn *decode)
4658 static void gen_WRxxBASE(DisasContext *s, X86DecodedInsn *decode)
4667 static void gen_XADD(DisasContext *s, X86DecodedInsn *decode)
4691 static void gen_XCHG(DisasContext *s, X86DecodedInsn *decode)
4705 static void gen_XLAT(DisasContext *s, X86DecodedInsn *decode)
4713 static void gen_XOR(DisasContext *s, X86DecodedInsn *decode)
4735 static void gen_XRSTOR(DisasContext *s, X86DecodedInsn *decode)
4750 static void gen_XSAVE(DisasContext *s, X86DecodedInsn *decode)
4758 static void gen_XSAVEOPT(DisasContext *s, X86DecodedInsn *decode)