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.inc54 static void gen_JMP_m(DisasContext *s, X86DecodedInsn *decode);
55 static void gen_JMP(DisasContext *s, X86DecodedInsn *decode);
67 static void gen_lea_modrm(DisasContext *s, X86DecodedInsn *decode)
223 static bool sse_needs_alignment(DisasContext *s, X86DecodedInsn *decode, MemOp ot)
242 static void gen_load(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v)
318 static TCGv_ptr op_ptr(X86DecodedInsn *decode, int opn)
337 static void gen_writeback(DisasContext *s, X86DecodedInsn *decode, int opn, TCGv v)
383 static inline int vector_len(DisasContext *s, X86DecodedInsn *decode)
392 static void prepare_update1_cc(X86DecodedInsn *decode, DisasContext *s, CCOp op)
398 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.c1873 static void gen_bndck(DisasContext *s, X86DecodedInsn *decode, in gen_bndck()
1890 static void gen_ld_modrm(DisasContext *s, X86DecodedInsn *decode, MemOp ot) in gen_ld_modrm()
1906 static void gen_st_modrm(DisasContext *s, X86DecodedInsn *decode, MemOp ot) in gen_st_modrm()
2457 static void gen_x87(DisasContext *s, X86DecodedInsn *decode) in gen_x87()
3019 static void gen_multi0F(DisasContext *s, X86DecodedInsn *decode) in gen_multi0F()
H A Ddecode-new.c.inc1897 X86DecodedInsn *decode, X86DecodedOp *op)
2007 static bool decode_op(DisasContext *s, CPUX86State *env, X86DecodedInsn *decode,
2226 X86DecodedInsn *decode)
2380 static bool validate_vex(DisasContext *s, X86DecodedInsn *decode)
2532 X86DecodedInsn decode;