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