Home
last modified time | relevance | path

Searched hist:be4a9f56666af94eccf7993661c1a62db033bff9 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.Sdiff be4a9f56666af94eccf7993661c1a62db033bff9 Fri Sep 23 08:18:14 CEST 2016 Cyril Bur <cyrilbur@gmail.com> selftests/powerpc: Rework FPU stack placement macros and move to header file

The FPU regs are placed at the top of the stack frame. Currently the
position expected to be passed to the macro. The macros now should be
passed the stack frame size and from there they can calculate where to
put the regs, this makes the use simpler.

Also move them to a header file to be used in an different area of the
powerpc selftests

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>