Searched defs:ot (Results 1 – 2 of 2) sorted by relevance
/qemu/target/i386/tcg/ |
H A D | translate.c | 420 static inline MemOp mo_pushpop(DisasContext *s, MemOp ot) in mo_pushpop() 443 static TCGv gen_op_deposit_reg_v(DisasContext *s, MemOp ot, int reg, TCGv dest, TCGv t0) in gen_op_deposit_reg_v() 477 static void gen_op_mov_reg_v(DisasContext *s, MemOp ot, int reg, TCGv t0) in gen_op_mov_reg_v() 483 void gen_op_mov_v_reg(DisasContext *s, MemOp ot, TCGv t0, int reg) in gen_op_mov_v_reg() 765 static void gen_helper_in_func(MemOp ot, TCGv v, TCGv_i32 n) in gen_helper_in_func() 782 static void gen_helper_out_func(MemOp ot, TCGv_i32 v, TCGv_i32 n) in gen_helper_out_func() 803 static bool gen_check_io(DisasContext *s, MemOp ot, TCGv_i32 port, in gen_check_io() 832 static void gen_movs(DisasContext *s, MemOp ot, TCGv dshift) in gen_movs() 1263 static void gen_stos(DisasContext *s, MemOp ot, TCGv dshift) in gen_stos() 1270 static void gen_lods(DisasContext *s, MemOp ot, TCGv dshift) in gen_lods() [all …]
|
H A D | decode-new.h | 307 MemOp ot; /* For b/c/d/p/s/q/v/w/y/z */ member
|