Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc68 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)
[all …]
H A Ddecode-new.h268 typedef struct X86DecodedInsn X86DecodedInsn; typedef
275 typedef void (*X86GenFunc)(struct DisasContext *s, X86DecodedInsn *decode);
330 struct X86DecodedInsn { struct
347 static void gen_lea_modrm(struct DisasContext *s, X86DecodedInsn *decode); argument
H A Dtranslate.c1718 static void gen_bndck(DisasContext *s, X86DecodedInsn *decode, in gen_bndck()
1733 static void gen_ld_modrm(DisasContext *s, X86DecodedInsn *decode, MemOp ot) in gen_ld_modrm()
1749 static void gen_st_modrm(DisasContext *s, X86DecodedInsn *decode, MemOp ot) in gen_st_modrm()
2329 static void gen_x87(DisasContext *s, X86DecodedInsn *decode) in gen_x87()
2891 static void gen_multi0F(DisasContext *s, X86DecodedInsn *decode) in gen_multi0F()
H A Ddecode-new.c.inc1895 X86DecodedInsn *decode, X86DecodedOp *op)
2005 static bool decode_op(DisasContext *s, CPUX86State *env, X86DecodedInsn *decode,
2219 X86DecodedInsn *decode)
2373 static bool validate_vex(DisasContext *s, X86DecodedInsn *decode)
2525 X86DecodedInsn decode;