Searched hist:"4 f825900786e1c24e4c48622e12eb493a6cd27b6" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step_exec_instr.S | diff 4f825900786e1c24e4c48622e12eb493a6cd27b6 Sun May 24 21:59:23 CDT 2020 Jordan Niethe <jniethe5@gmail.com> powerpc/sstep: Add tests for Prefixed Add Immediate
Use the existing support for testing compute type instructions to test Prefixed Add Immediate (paddi). The R bit of the paddi instruction controls whether current instruction address is used. Add test cases for when R=1 and for R=0. paddi has a 34 bit immediate field formed by concatenating si0 and si1. Add tests for the extreme values of this field.
Skip the paddi tests if ISA v3.1 is unsupported.
Some of these test cases were added by Balamuruhan S.
Signed-off-by: Jordan Niethe <jniethe5@gmail.com> [mpe: Fix conflicts with ppc-opcode.h changes, squash in .balign] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200525025923.19843-5-jniethe5@gmail.com
|
H A D | test_emulate_step.c | diff 4f825900786e1c24e4c48622e12eb493a6cd27b6 Sun May 24 21:59:23 CDT 2020 Jordan Niethe <jniethe5@gmail.com> powerpc/sstep: Add tests for Prefixed Add Immediate
Use the existing support for testing compute type instructions to test Prefixed Add Immediate (paddi). The R bit of the paddi instruction controls whether current instruction address is used. Add test cases for when R=1 and for R=0. paddi has a 34 bit immediate field formed by concatenating si0 and si1. Add tests for the extreme values of this field.
Skip the paddi tests if ISA v3.1 is unsupported.
Some of these test cases were added by Balamuruhan S.
Signed-off-by: Jordan Niethe <jniethe5@gmail.com> [mpe: Fix conflicts with ppc-opcode.h changes, squash in .balign] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200525025923.19843-5-jniethe5@gmail.com
|