| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | X86: add pslldq | Fabrice Desclaux | 2017-02-03 | 1 | -0/+3 | |
| | | ||||||
| * | X86: fix rex_r in reg args | Fabrice Desclaux | 2017-02-03 | 1 | -0/+8 | |
| | | ||||||
| * | Arch/x86: fix sldt | Fabrice Desclaux | 2016-09-07 | 1 | -1/+5 | |
| | | ||||||
| * | X86: fix pextrw | Fabrice Desclaux | 2016-08-04 | 1 | -0/+3 | |
| | | ||||||
| * | X86: add setalc | Fabrice Desclaux | 2016-07-29 | 1 | -0/+2 | |
| | | ||||||
| * | X86: add no_rex/fix xchg | Fabrice Desclaux | 2016-06-19 | 1 | -0/+3 | |
| | | ||||||
| * | x86 arch: added x86 opcode decoding for PCMPGTD | Tim Blazytko | 2016-04-27 | 1 | -0/+4 | |
| | | ||||||
| * | x86 arch: added x86 opcode decoding for SHUFPD | Tim Blazytko | 2016-04-27 | 1 | -0/+2 | |
| | | ||||||
| * | x86 arch: added x86 opcode decoding for SHUFPS | Tim Blazytko | 2016-04-27 | 1 | -0/+3 | |
| | | ||||||
| * | x86 arch: added opcode decoding for MOVMSKPS | Tim Blazytko | 2016-04-27 | 1 | -0/+3 | |
| | | ||||||
| * | x86 arch: added opcode decoding for LFENCE | Tim Blazytko | 2016-04-27 | 1 | -0/+2 | |
| | | ||||||
| * | x86 arch: added opcode decoding for PREFETCHW | Tim Blazytko | 2016-04-27 | 1 | -1/+2 | |
| | | ||||||
| * | arch: added x86 opcode decoding for PSRLDQ | Tim Blazytko | 2016-04-26 | 1 | -0/+2 | |
| | | ||||||
| * | x86 arch: extended opcode decoding for MOVUPS | Tim Blazytko | 2016-04-26 | 1 | -0/+2 | |
| | | | | | arch: fixed x86 opcode decoding for movups. creds @serpilliere | |||||
| * | X86/arch: fix call @imm | serpilliere | 2016-04-24 | 1 | -0/+7 | |
| | | ||||||
| * | remove old ida workaround executable for the 64bit case | Aymeric Vincent | 2016-02-09 | 1 | -13/+2 | |
| | | ||||||
| * | Sem/x86: fix call fromstring | Fabrice Desclaux | 2016-01-30 | 1 | -4/+32 | |
| | | ||||||
| * | Test: add x86 reg test | Fabrice Desclaux | 2016-01-06 | 1 | -0/+5 | |
| | | ||||||
| * | X86: add andnp[sd] | Fabrice Desclaux | 2016-01-06 | 1 | -0/+5 | |
| | | ||||||
| * | X86: add pshufd | Fabrice Desclaux | 2016-01-06 | 1 | -0/+2 | |
| | | ||||||
| * | X86: add sse sqrt | Fabrice Desclaux | 2016-01-06 | 1 | -0/+10 | |
| | | ||||||
| * | X86: add mov[hl]p[ds] | Fabrice Desclaux | 2016-01-06 | 1 | -0/+27 | |
| | | ||||||
| * | X86: add unpck[hl]p[sd] | Fabrice Desclaux | 2016-01-06 | 1 | -0/+11 | |
| | | ||||||
| * | X86: add pextr | Fabrice Desclaux | 2015-12-24 | 1 | -0/+26 | |
| | | ||||||
| * | X86: add pinsr | Fabrice Desclaux | 2015-12-24 | 1 | -0/+44 | |
| | | ||||||
| * | X86: add punpckl | Fabrice Desclaux | 2015-12-24 | 1 | -1/+19 | |
| | | ||||||
| * | X86: add punpck | Fabrice Desclaux | 2015-12-24 | 1 | -0/+20 | |
| | | ||||||
| * | X86: add pcmpeq | Fabrice Desclaux | 2015-12-24 | 1 | -0/+16 | |
| | | ||||||
| * | X86: add pminu | Fabrice Desclaux | 2015-12-24 | 1 | -0/+12 | |
| | | ||||||
| * | X86: add pmax | Fabrice Desclaux | 2015-12-24 | 1 | -0/+9 | |
| | | ||||||
| * | X86: add psrl/psll | Fabrice Desclaux | 2015-12-24 | 1 | -0/+61 | |
| | | ||||||
| * | X86: add pandn | Fabrice Desclaux | 2015-12-23 | 1 | -0/+12 | |
| | | ||||||
| * | X86: add pushfb | Fabrice Desclaux | 2015-12-23 | 1 | -0/+5 | |
| | | ||||||
| * | x86/arch: add cmpxchg8b and cmpxchg16b in disass and tests | Ajax | 2015-11-16 | 1 | -0/+8 | |
| | | ||||||
| * | Test/arch/x86: remove wildcard imports | serpilliere | 2015-10-23 | 1 | -5/+9 | |
| | | ||||||
| * | Test/Arch/x86:: add por/pxor | serpilliere | 2015-10-23 | 1 | -2/+18 | |
| | | ||||||
| * | Test/Arch/x86:: add cpuid | serpilliere | 2015-10-23 | 1 | -0/+6 | |
| | | ||||||
| * | Test/Arch/x86:: add fcom/fcomp | serpilliere | 2015-10-23 | 1 | -0/+4 | |
| | | ||||||
| * | Test/x86/arch: add fcmovcc | serpilliere | 2015-10-23 | 1 | -0/+14 | |
| | | ||||||
| * | Test/Arch/x86:: add cvt | serpilliere | 2015-10-23 | 1 | -2/+46 | |
| | | ||||||
| * | Test/Arch/x86:: fix wbinvd | serpilliere | 2015-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | Test/Arch/x86: movq | serpilliere | 2015-10-23 | 1 | -0/+2 | |
| | | ||||||
| * | Test/Arch/x86: call far | serpilliere | 2015-10-23 | 1 | -0/+7 | |
| | | ||||||
| * | Test/Arch/x86: comiss comisd | serpilliere | 2015-10-23 | 1 | -0/+12 | |
| | | ||||||
| * | Test/Arch/x86: dt mnemonics | serpilliere | 2015-10-23 | 1 | -0/+8 | |
| | | ||||||
| * | Test/x86: updt regression test | Fabrice Desclaux | 2015-08-24 | 1 | -19/+580 | |
| | | ||||||
| * | X86/test: update arch regression tests | serpilliere | 2015-07-20 | 1 | -6/+60 | |
| | | ||||||
| * | Cpu: modify instructions' offset relative encoding | Fabrice Desclaux | 2015-04-01 | 1 | -14/+17 | |
| | | | | | | | | | | | | | | | | | | | | The assembler will automatically use instruction len in offset computation In the following instruction: 0x10: EB 02 JMP 0x14 If we assemble this instruction, the requested instruction send to the assembler engine will be: JMP +0x4 And will be encoded to: EB 02 Previously, the assembly of: JMP +0x4 was: EB 04 | |||||
| * | X86/Test: add regression test on binary output for instruction with prefix | serpilliere | 2015-03-14 | 1 | -0/+5 | |
| | | ||||||
| * | X86/arch: add stmxcsr/ldmxcsr | serpilliere | 2015-03-04 | 1 | -0/+5 | |
| | | ||||||