summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/test_emulate_step.c
AgeCommit message (Expand)Author
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Christophe Leroy
2021-06-16powerpc: Rework PPC_RAW_xxx() macros for prefixed instructionsChristophe Leroy
2021-05-23powerpc/sstep: Add tests for setb instructionSathvika Vasireddy
2020-12-11powerpc/sstep: Add testcases for VSX vector paired load/store instructionsBalamuruhan S
2020-07-29powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructionsBalamuruhan S
2020-07-24powerpc/test_emulate_sstep: Fix build errorMichael Ellerman
2020-07-23powerpc/test_emulate_step: Move extern declaration to sstep.hBalamuruhan S
2020-07-23powerpc/test_emulate_step: Add negative tests for prefixed addiBalamuruhan S
2020-07-23powerpc/test_emulate_step: Enhancement to test negative scenariosBalamuruhan S
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe
2020-07-23powerpc/sstep: Add tests for Prefixed Add ImmediateJordan Niethe
2020-07-23powerpc/sstep: Let compute tests specify a required cpu featureJordan Niethe
2020-07-23powerpc/sstep: Set NIP in instruction emulation testsJordan Niethe
2020-07-23powerpc/sstep: Add tests for prefixed floating-point load/storesJordan Niethe
2020-07-23powerpc/sstep: Add tests for prefixed integer load/storesJordan Niethe
2020-07-16powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_stepBalamuruhan S
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2020-03-25powerpc/sstep: Fix DS operand in ld encoding to appropriate valueBalamuruhan S
2020-03-18powerpc/lib: Fix emulate_step() std testNicholas Piggin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-23powerpc: sstep: Add tests for addc[.] instructionSandipan Das
2019-02-23powerpc: sstep: Add tests for add[.] instructionSandipan Das
2019-02-23powerpc: sstep: Add tests for compute type instructionsSandipan Das
2018-06-04powerpc/sstep: Fix emulate_step test if VSX not presentRavi Bangoria
2017-03-03powerpc: emulate_step() tests for load/store instructionsRavi Bangoria