Age | Commit message (Expand) | Author | Files | Lines |
2022-10-18 | target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX | Paolo Bonzini | 1 | -1/+3 |
2022-10-18 | target/i386: reimplement 0x0f 0x60-0x6f, add AVX | Paolo Bonzini | 1 | -1/+18 |
2022-10-18 | target/i386: provide 3-operand versions of unary scalar helpers | Paolo Bonzini | 1 | -9/+13 |
2022-10-18 | target/i386: extend helpers to support VEX.V 3- and 4- operand encodings | Paolo Bonzini | 1 | -57/+124 |
2022-10-18 | target/i386: move scalar 0F 38 and 0F 3A instruction to new decoder | Paolo Bonzini | 1 | -289/+4 |
2022-10-18 | target/i386: validate VEX prefixes via the instructions' exception classes | Paolo Bonzini | 1 | -8/+10 |
2022-10-18 | target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext | Paolo Bonzini | 1 | -0/+2 |
2022-10-18 | target/i386: add ALU load/writeback core | Paolo Bonzini | 1 | -0/+18 |
2022-10-18 | target/i386: add core of new i386 decoder | Paolo Bonzini | 1 | -8/+60 |
2022-10-18 | target/i386: make rex_w available even in 32-bit mode | Paolo Bonzini | 1 | -5/+5 |
2022-10-18 | target/i386: make ldo/sto operations consistent with ldq | Paolo Bonzini | 1 | -21/+22 |
2022-10-18 | target/i386: Save and restore pc_save before tcg_remove_ops_after | Richard Henderson | 1 | -0/+8 |
2022-10-11 | target/i386: Enable TARGET_TB_PCREL | Richard Henderson | 1 | -26/+104 |
2022-10-11 | target/i386: Inline gen_jmp_im | Richard Henderson | 1 | -10/+5 |
2022-10-11 | target/i386: Add cpu_eip | Richard Henderson | 1 | -2/+11 |
2022-10-11 | target/i386: Create eip_cur_tl | Richard Henderson | 1 | -1/+6 |
2022-10-11 | target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel | Richard Henderson | 1 | -33/+17 |
2022-10-11 | target/i386: Remove MemOp argument to gen_op_j*_ecx | Richard Henderson | 1 | -15/+16 |
2022-10-11 | target/i386: Use gen_jmp_rel for DISAS_TOO_MANY | Richard Henderson | 1 | -0/+3 |
2022-10-11 | target/i386: Use gen_jmp_rel for gen_jcc | Richard Henderson | 1 | -39/+18 |
2022-10-11 | target/i386: Use gen_jmp_rel for loop, repz, jecxz insns | Richard Henderson | 1 | -21/+15 |
2022-10-11 | target/i386: Create gen_jmp_rel | Richard Henderson | 1 | -29/+29 |
2022-10-11 | target/i386: Use DISAS_TOO_MANY to exit after gen_io_start | Richard Henderson | 1 | -32/+10 |
2022-10-11 | target/i386: Create eip_next_* | Richard Henderson | 1 | -21/+34 |
2022-10-11 | target/i386: Truncate values for lcall_real to i32 | Richard Henderson | 1 | -1/+2 |
2022-10-11 | target/i386: Introduce DISAS_JUMP | Richard Henderson | 1 | -11/+13 |
2022-10-11 | target/i386: Remove cur_eip, next_eip arguments to gen_repz* | Richard Henderson | 1 | -61/+59 |
2022-10-11 | target/i386: Create cur_insn_len, cur_insn_len_i32 | Richard Henderson | 1 | -12/+19 |
2022-10-11 | target/i386: USe DISAS_EOB_ONLY | Richard Henderson | 1 | -6/+6 |
2022-10-11 | target/i386: Use DISAS_EOB_NEXT | Richard Henderson | 1 | -27/+13 |
2022-10-11 | target/i386: Use DISAS_EOB* in gen_movl_seg_T0 | Richard Henderson | 1 | -31/+5 |
2022-10-11 | target/i386: Introduce DISAS_EOB* | Richard Henderson | 1 | -2/+21 |
2022-10-11 | target/i386: Create gen_update_eip_next | Richard Henderson | 1 | -20/+25 |
2022-10-11 | target/i386: Create gen_update_eip_cur | Richard Henderson | 1 | -24/+28 |
2022-10-11 | target/i386: Remove cur_eip, next_eip arguments to gen_interrupt | Richard Henderson | 1 | -7/+6 |
2022-10-11 | target/i386: Remove cur_eip argument to gen_exception | Richard Henderson | 1 | -13/+13 |
2022-10-11 | target/i386: Return bool from disas_insn | Richard Henderson | 1 | -22/+24 |
2022-10-11 | target/i386: Remove pc_start | Richard Henderson | 1 | -54/+60 |
2022-09-19 | target/i386: introduce insn_get_addr | Paolo Bonzini | 1 | -10/+26 |
2022-09-19 | target/i386: REPZ and REPNZ are mutually exclusive | Paolo Bonzini | 1 | -0/+2 |
2022-09-19 | target/i386: fix INSERTQ implementation | Paolo Bonzini | 1 | -2/+12 |
2022-09-18 | target/i386: Raise #GP on unaligned m128 accesses when required. | Paolo Bonzini | 1 | -18/+25 |
2022-09-06 | target/i386: Make translator stop before the end of a page | Ilya Leoshkevich | 1 | -24/+38 |
2022-09-06 | accel/tcg: Add pc and host_pc params to gen_intermediate_code | Richard Henderson | 1 | -2/+3 |
2022-09-06 | accel/tcg: Remove translator_ldsw | Richard Henderson | 1 | -1/+1 |
2022-09-01 | target/i386: reimplement AVX comparison helpers | Paul Brook | 1 | -10/+10 |
2022-09-01 | target/i386: Add CHECK_NO_VEX | Paul Brook | 1 | -0/+26 |
2022-09-01 | target/i386: do not cast gen_helper_* function pointers | Paolo Bonzini | 1 | -38/+37 |
2022-09-01 | target/i386: Add size suffix to vector FP helpers | Paolo Bonzini | 1 | -18/+19 |
2022-09-01 | target/i386: isolate MMX code more | Paolo Bonzini | 1 | -18/+32 |