about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* X86: add pslldqFabrice Desclaux2017-02-031-0/+3
|
* X86: fix rex_r in reg argsFabrice Desclaux2017-02-031-0/+8
|
* Arch/x86: fix sldtFabrice Desclaux2016-09-071-1/+5
|
* X86: fix pextrwFabrice Desclaux2016-08-041-0/+3
|
* X86: add setalcFabrice Desclaux2016-07-291-0/+2
|
* X86: add no_rex/fix xchgFabrice Desclaux2016-06-191-0/+3
|
* x86 arch: added x86 opcode decoding for PCMPGTDTim Blazytko2016-04-271-0/+4
|
* x86 arch: added x86 opcode decoding for SHUFPDTim Blazytko2016-04-271-0/+2
|
* x86 arch: added x86 opcode decoding for SHUFPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for MOVMSKPSTim Blazytko2016-04-271-0/+3
|
* x86 arch: added opcode decoding for LFENCETim Blazytko2016-04-271-0/+2
|
* x86 arch: added opcode decoding for PREFETCHWTim Blazytko2016-04-271-1/+2
|
* arch: added x86 opcode decoding for PSRLDQTim Blazytko2016-04-261-0/+2
|
* x86 arch: extended opcode decoding for MOVUPSTim Blazytko2016-04-261-0/+2
| | | | arch: fixed x86 opcode decoding for movups. creds @serpilliere
* X86/arch: fix call @immserpilliere2016-04-241-0/+7
|
* remove old ida workaround executable for the 64bit caseAymeric Vincent2016-02-091-13/+2
|
* Sem/x86: fix call fromstringFabrice Desclaux2016-01-301-4/+32
|
* Test: add x86 reg testFabrice Desclaux2016-01-061-0/+5
|
* X86: add andnp[sd]Fabrice Desclaux2016-01-061-0/+5
|
* X86: add pshufdFabrice Desclaux2016-01-061-0/+2
|
* X86: add sse sqrtFabrice Desclaux2016-01-061-0/+10
|
* X86: add mov[hl]p[ds]Fabrice Desclaux2016-01-061-0/+27
|
* X86: add unpck[hl]p[sd]Fabrice Desclaux2016-01-061-0/+11
|
* X86: add pextrFabrice Desclaux2015-12-241-0/+26
|
* X86: add pinsrFabrice Desclaux2015-12-241-0/+44
|
* X86: add punpcklFabrice Desclaux2015-12-241-1/+19
|
* X86: add punpckFabrice Desclaux2015-12-241-0/+20
|
* X86: add pcmpeqFabrice Desclaux2015-12-241-0/+16
|
* X86: add pminuFabrice Desclaux2015-12-241-0/+12
|
* X86: add pmaxFabrice Desclaux2015-12-241-0/+9
|
* X86: add psrl/psllFabrice Desclaux2015-12-241-0/+61
|
* X86: add pandnFabrice Desclaux2015-12-231-0/+12
|
* X86: add pushfbFabrice Desclaux2015-12-231-0/+5
|
* x86/arch: add cmpxchg8b and cmpxchg16b in disass and testsAjax2015-11-161-0/+8
|
* Test/arch/x86: remove wildcard importsserpilliere2015-10-231-5/+9
|
* Test/Arch/x86:: add por/pxorserpilliere2015-10-231-2/+18
|
* Test/Arch/x86:: add cpuidserpilliere2015-10-231-0/+6
|
* Test/Arch/x86:: add fcom/fcompserpilliere2015-10-231-0/+4
|
* Test/x86/arch: add fcmovccserpilliere2015-10-231-0/+14
|
* Test/Arch/x86:: add cvtserpilliere2015-10-231-2/+46
|
* Test/Arch/x86:: fix wbinvdserpilliere2015-10-231-1/+1
|
* Test/Arch/x86: movqserpilliere2015-10-231-0/+2
|
* Test/Arch/x86: call farserpilliere2015-10-231-0/+7
|
* Test/Arch/x86: comiss comisdserpilliere2015-10-231-0/+12
|
* Test/Arch/x86: dt mnemonicsserpilliere2015-10-231-0/+8
|
* Test/x86: updt regression testFabrice Desclaux2015-08-241-19/+580
|
* X86/test: update arch regression testsserpilliere2015-07-201-6/+60
|
* Cpu: modify instructions' offset relative encodingFabrice Desclaux2015-04-011-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 prefixserpilliere2015-03-141-0/+5
|
* X86/arch: add stmxcsr/ldmxcsrserpilliere2015-03-041-0/+5
|