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