Lines Matching defs:decode

45 #define EXEC_2OP_FLAGS_CMD(env, decode, cmd, FLAGS_FUNC, save_res) \  argument
172 void write_val_ext(CPUX86State *env, struct x86_decode_op *decode, target_ulong val, int size) in write_val_ext()
214 target_ulong read_val_ext(CPUX86State *env, struct x86_decode_op *decode, int size) in read_val_ext()
223 static void fetch_operands(CPUX86State *env, struct x86_decode *decode, in fetch_operands()
262 static void exec_mov(CPUX86State *env, struct x86_decode *decode) in exec_mov()
271 static void exec_add(CPUX86State *env, struct x86_decode *decode) in exec_add()
277 static void exec_or(CPUX86State *env, struct x86_decode *decode) in exec_or()
283 static void exec_adc(CPUX86State *env, struct x86_decode *decode) in exec_adc()
289 static void exec_sbb(CPUX86State *env, struct x86_decode *decode) in exec_sbb()
295 static void exec_and(CPUX86State *env, struct x86_decode *decode) in exec_and()
301 static void exec_sub(CPUX86State *env, struct x86_decode *decode) in exec_sub()
307 static void exec_xor(CPUX86State *env, struct x86_decode *decode) in exec_xor()
313 static void exec_neg(CPUX86State *env, struct x86_decode *decode) in exec_neg()
336 static void exec_cmp(CPUX86State *env, struct x86_decode *decode) in exec_cmp()
342 static void exec_inc(CPUX86State *env, struct x86_decode *decode) in exec_inc()
352 static void exec_dec(CPUX86State *env, struct x86_decode *decode) in exec_dec()
361 static void exec_tst(CPUX86State *env, struct x86_decode *decode) in exec_tst()
367 static void exec_not(CPUX86State *env, struct x86_decode *decode) in exec_not()
376 void exec_movzx(CPUX86State *env, struct x86_decode *decode) in exec_movzx()
396 static void exec_out(CPUX86State *env, struct x86_decode *decode) in exec_out()
420 static void exec_in(CPUX86State *env, struct x86_decode *decode) in exec_in()
458 struct x86_decode *decode) in string_increment_reg()
469 static inline void string_rep(CPUX86State *env, struct x86_decode *decode, in string_rep()
486 static void exec_ins_single(CPUX86State *env, struct x86_decode *decode) in exec_ins_single()
499 static void exec_ins(CPUX86State *env, struct x86_decode *decode) in exec_ins()
510 static void exec_outs_single(CPUX86State *env, struct x86_decode *decode) in exec_outs_single()
522 static void exec_outs(CPUX86State *env, struct x86_decode *decode) in exec_outs()
533 static void exec_movs_single(CPUX86State *env, struct x86_decode *decode) in exec_movs_single()
550 static void exec_movs(CPUX86State *env, struct x86_decode *decode) in exec_movs()
561 static void exec_cmps_single(CPUX86State *env, struct x86_decode *decode) in exec_cmps_single()
581 static void exec_cmps(CPUX86State *env, struct x86_decode *decode) in exec_cmps()
592 static void exec_stos_single(CPUX86State *env, struct x86_decode *decode) in exec_stos_single()
606 static void exec_stos(CPUX86State *env, struct x86_decode *decode) in exec_stos()
617 static void exec_scas_single(CPUX86State *env, struct x86_decode *decode) in exec_scas_single()
630 static void exec_scas(CPUX86State *env, struct x86_decode *decode) in exec_scas()
643 static void exec_lods_single(CPUX86State *env, struct x86_decode *decode) in exec_lods_single()
655 static void exec_lods(CPUX86State *env, struct x86_decode *decode) in exec_lods()
674 static void exec_rdmsr(CPUX86State *env, struct x86_decode *decode) in exec_rdmsr()
680 static void exec_wrmsr(CPUX86State *env, struct x86_decode *decode) in exec_wrmsr()
690 static void do_bt(CPUX86State *env, struct x86_decode *decode, int flag) in do_bt()
736 static void exec_bt(CPUX86State *env, struct x86_decode *decode) in exec_bt()
742 static void exec_btc(CPUX86State *env, struct x86_decode *decode) in exec_btc()
748 static void exec_btr(CPUX86State *env, struct x86_decode *decode) in exec_btr()
754 static void exec_bts(CPUX86State *env, struct x86_decode *decode) in exec_bts()
760 void exec_shl(CPUX86State *env, struct x86_decode *decode) in exec_shl()
824 void exec_movsx(CPUX86State *env, struct x86_decode *decode) in exec_movsx()
847 void exec_ror(CPUX86State *env, struct x86_decode *decode) in exec_ror()
925 void exec_rol(CPUX86State *env, struct x86_decode *decode) in exec_rol()
1007 void exec_rcl(CPUX86State *env, struct x86_decode *decode) in exec_rcl()
1092 void exec_rcr(CPUX86State *env, struct x86_decode *decode) in exec_rcr()
1167 static void exec_xchg(CPUX86State *env, struct x86_decode *decode) in exec_xchg()
1179 static void exec_xadd(CPUX86State *env, struct x86_decode *decode) in exec_xadd()