Age | Commit message (Expand) | Author |
2024-08-21 | target/i386: Fix carry flag for BLSI | Richard Henderson |
2024-08-21 | target/i386: Split out gen_prepare_val_nz | Richard Henderson |
2024-08-05 | target/i386: Fix VSIB decode | Richard Henderson |
2024-06-28 | target/i386: remove unused enum | Paolo Bonzini |
2024-06-28 | target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL | Paolo Bonzini |
2024-06-28 | target/i386: use cpu_cc_dst for CC_OP_POPCNT | Paolo Bonzini |
2024-06-17 | target/i386: convert CMPXCHG to new decoder | Paolo Bonzini |
2024-06-17 | target/i386: convert XADD to new decoder | Paolo Bonzini |
2024-06-17 | target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoder | Paolo Bonzini |
2024-06-17 | target/i386: convert SHLD/SHRD to new decoder | Paolo Bonzini |
2024-06-17 | target/i386: pull load/writeback out of gen_shiftd_rm_T1 | Paolo Bonzini |
2024-06-17 | target/i386: convert non-grouped, helper-based 2-byte opcodes | Paolo Bonzini |
2024-06-17 | target/i386: finish converting 0F AE to the new decoder | Paolo Bonzini |
2024-06-17 | target/i386: convert MOV from/to CR and DR to new decoder | Paolo Bonzini |
2024-06-08 | target/i386: fix size of EBP writeback in gen_enter() | Mark Cave-Ayland |
2024-06-08 | target/i386: document use of DISAS_NORETURN | Paolo Bonzini |
2024-06-08 | target/i386: fix INHIBIT_IRQ/TF/RF handling for VMRUN | Paolo Bonzini |
2024-06-08 | target/i386: fix implementation of ICEBP | Paolo Bonzini |
2024-06-08 | target/i386: fix pushed value of EFLAGS.RF | Paolo Bonzini |
2024-06-05 | target/i386/tcg: Fix RDPID feature check | Zhao Liu |
2024-05-25 | target/i386: remove aflag argument of gen_lea_v_seg | Paolo Bonzini |
2024-05-25 | target/i386: clean up repeated string operations | Paolo Bonzini |
2024-05-25 | target/i386: introduce gen_lea_ss_ofs | Paolo Bonzini |
2024-05-25 | target/i386: use mo_stacksize more | Paolo Bonzini |
2024-05-25 | target/i386: inline gen_add_A0_ds_seg | Paolo Bonzini |
2024-05-25 | target/i386: split gen_ldst_modrm for load and store | Paolo Bonzini |
2024-05-25 | target/i386: reg in gen_ldst_modrm is always OR_TMP0 | Paolo Bonzini |
2024-05-25 | target/i386: raze the gen_eob* jungle | Paolo Bonzini |
2024-05-25 | target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the s... | Paolo Bonzini |
2024-05-25 | target/i386: avoid calling gen_eob_inhibit_irq before tb_stop | Paolo Bonzini |
2024-05-25 | target/i386: avoid calling gen_eob_syscall before tb_stop | Paolo Bonzini |
2024-05-25 | target/i386: document and group DISAS_* constants | Paolo Bonzini |
2024-05-25 | target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS | Paolo Bonzini |
2024-05-25 | target/i386: cpu_load_eflags already sets cc_op | Paolo Bonzini |
2024-05-25 | target/i386: remove unnecessary gen_update_cc_op before gen_eob* | Paolo Bonzini |
2024-05-25 | target/i386: cleanup eob handling of RSM | Paolo Bonzini |
2024-05-25 | target/i386: no single-step exception after MOV or POP SS | Paolo Bonzini |
2024-05-25 | target/i386: disable jmp_opt if EFLAGS.RF is 1 | Paolo Bonzini |
2024-05-15 | target/i386: Use translator_ldub for everything | Richard Henderson |
2024-05-15 | accel/tcg: Provide default implementation of disas_log | Richard Henderson |
2024-05-10 | target/i386: move prefetch and multi-byte UD/NOP to new decoder | Paolo Bonzini |
2024-05-10 | target/i386: rdpkru/wrpkru are no-prefix instructions | Paolo Bonzini |
2024-05-10 | target/i386: fix operand size for DATA16 REX.W POPCNT | Paolo Bonzini |
2024-05-10 | target/i386: remove PCOMMIT from TCG, deprecate property | Paolo Bonzini |
2024-05-07 | target/i386: remove duplicate prefix decoding | Paolo Bonzini |
2024-05-07 | target/i386: split legacy decoder into a separate function | Paolo Bonzini |
2024-05-07 | target/i386: decode x87 instructions in a separate function | Paolo Bonzini |
2024-05-07 | target/i386: remove now-converted opcodes from old decoder | Paolo Bonzini |
2024-05-07 | target/i386: port extensions of one-byte opcodes to new decoder | Paolo Bonzini |
2024-05-07 | target/i386: move BSWAP to new decoder | Paolo Bonzini |