about summary refs log tree commit diff stats
path: root/test/arch (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* X86: add pandnFabrice Desclaux2015-12-231-0/+12
|
* X86: add pushfbFabrice Desclaux2015-12-231-0/+5
|
* Qemu/test: update expected output for test_stringAjax2015-11-171-78/+78
|
* TestQEMU: workaround/hack for displaying extended hexAjax2015-11-171-0/+6
|
* x86/arch: add cmpxchg8b and cmpxchg16b in disass and testsAjax2015-11-161-0/+8
|
* Test/QEMU: emulate puts, enabling test_self_modifying_codeAjax2015-11-161-0/+16
|
* Test/Qemu: add an emulator for test-i386 and expected outputsAjax2015-11-1642-0/+4923
|
* Tests: add the "test-i386" regression test from QEMUAjax2015-11-161-0/+0
|
* Test: add a unit test for x86 interrupt_numAjax2015-11-091-0/+31
|
* Core/parse_asm: update parse_txt API useserpilliere2015-10-294-5/+5
|
* Expression: fix apiFabrice Desclaux2015-10-292-3/+3
|
* Test/mips/unit: add jcc testsFabrice Desclaux2015-10-272-0/+98
|
* 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/Arch/aarch64: test ANDS w/ZRFabrice Desclaux2015-10-141-0/+5
|
* Arch/arm: add rev mnemonic;Fabrice Desclaux2015-10-071-0/+3
|
* Test/aarch64: add reg testFabrice Desclaux2015-08-301-1/+24
|
* Merge pull request #209 from serpilliere/x86_mm_fixCamille Mougey2015-08-241-19/+580
|\ | | | | X86 mm fix
| * Test/x86: updt regression testFabrice Desclaux2015-08-241-19/+580
| |
* | Test/aarch64: add regresion testsFabrice Desclaux2015-08-201-0/+1786
|/
* Test/aarch64: add unit testFabrice Desclaux2015-08-092-0/+94
|
* Test/sem: add daa/dasFabrice Desclaux2015-07-292-0/+182
|
* X86/Test: add stack unit testserpilliere2015-07-201-0/+60
|
* X86/test: update arch regression testsserpilliere2015-07-201-6/+60
|
* Cpu: modify instructions' offset relative encodingFabrice Desclaux2015-04-014-35/+38
| | | | | | | | | | | | | | | | | | | 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
* Clean: remove unecessary ast_parser modificationFabrice Desclaux2015-04-011-12/+0
|
* Asmbloc: updt asmbloc apiFabrice Desclaux2015-04-012-5/+3
|
* 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
|
* Test/X86: updt reg testsFabrice Desclaux2015-02-271-6/+6
|
* Fixed regression tests for PUSHFW and POPFWgg2015-02-201-2/+2
|
* Core/ASMBloc: resolve_symbol now returns only the resolved blocsCamille Mougey2015-01-261-1/+1
|
* arm: Add umull,umlal,smull,smlal to semWladimir J. van der Laan2015-01-261-0/+24
|
* arm: Add instruction umlalWladimir J. van der Laan2015-01-241-0/+2
| | | | | umull, smull, smull and smlal are there, but not umlal (unsigned multiply and accumulate long)
* Arm: add instruction bfcFabrice Desclaux2015-01-121-0/+3
|
* Arm: Fix cf in logical mnemonicsFabrice Desclaux2014-12-111-59/+170
| | | | /!\ TODO: CF is invalid in case of rotation in second argument.
* Arm: add mnemonic smullFabrice Desclaux2014-12-081-0/+5
|
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-094-15/+15
|
* Remove vm_ prefix /!\ API MODIFFabrice Desclaux2014-10-071-2/+2
| | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem...
* Arm: fix carry flag in sub operation; update reg testsFabrice Desclaux2014-10-061-24/+62
|
* Arm: swi is svcFabrice Desclaux2014-09-291-0/+2
|