Lines Matching defs:decode
51 #define EXEC_2OP_FLAGS_CMD(env, decode, cmd, FLAGS_FUNC, save_res) \ argument
224 static void fetch_operands(CPUX86State *env, struct x86_decode *decode, in fetch_operands()
263 static void exec_mov(CPUX86State *env, struct x86_decode *decode) in exec_mov()
272 static void exec_add(CPUX86State *env, struct x86_decode *decode) in exec_add()
278 static void exec_or(CPUX86State *env, struct x86_decode *decode) in exec_or()
284 static void exec_adc(CPUX86State *env, struct x86_decode *decode) in exec_adc()
290 static void exec_sbb(CPUX86State *env, struct x86_decode *decode) in exec_sbb()
296 static void exec_and(CPUX86State *env, struct x86_decode *decode) in exec_and()
302 static void exec_sub(CPUX86State *env, struct x86_decode *decode) in exec_sub()
308 static void exec_xor(CPUX86State *env, struct x86_decode *decode) in exec_xor()
314 static void exec_neg(CPUX86State *env, struct x86_decode *decode) in exec_neg()
337 static void exec_cmp(CPUX86State *env, struct x86_decode *decode) in exec_cmp()
343 static void exec_inc(CPUX86State *env, struct x86_decode *decode) in exec_inc()
353 static void exec_dec(CPUX86State *env, struct x86_decode *decode) in exec_dec()
362 static void exec_tst(CPUX86State *env, struct x86_decode *decode) in exec_tst()
368 static void exec_not(CPUX86State *env, struct x86_decode *decode) in exec_not()
377 void exec_movzx(CPUX86State *env, struct x86_decode *decode) in exec_movzx()
397 static void exec_out(CPUX86State *env, struct x86_decode *decode) in exec_out()
421 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()
781 static void exec_rdmsr(CPUX86State *env, struct x86_decode *decode) in exec_rdmsr()
894 static void exec_wrmsr(CPUX86State *env, struct x86_decode *decode) in exec_wrmsr()
904 static void do_bt(CPUX86State *env, struct x86_decode *decode, int flag) in do_bt()
950 static void exec_bt(CPUX86State *env, struct x86_decode *decode) in exec_bt()
956 static void exec_btc(CPUX86State *env, struct x86_decode *decode) in exec_btc()
962 static void exec_btr(CPUX86State *env, struct x86_decode *decode) in exec_btr()
968 static void exec_bts(CPUX86State *env, struct x86_decode *decode) in exec_bts()
974 void exec_shl(CPUX86State *env, struct x86_decode *decode) in exec_shl()
1038 void exec_movsx(CPUX86State *env, struct x86_decode *decode) in exec_movsx()
1061 void exec_ror(CPUX86State *env, struct x86_decode *decode) in exec_ror()
1139 void exec_rol(CPUX86State *env, struct x86_decode *decode) in exec_rol()
1221 void exec_rcl(CPUX86State *env, struct x86_decode *decode) in exec_rcl()
1306 void exec_rcr(CPUX86State *env, struct x86_decode *decode) in exec_rcr()
1381 static void exec_xchg(CPUX86State *env, struct x86_decode *decode) in exec_xchg()
1393 static void exec_xadd(CPUX86State *env, struct x86_decode *decode) in exec_xadd()