aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorHeiko Carstens <[email protected]>2024-02-03 11:45:16 +0100
committerHeiko Carstens <[email protected]>2024-02-16 14:30:16 +0100
commitcad8c3abaac3848f46ba9d1b21f79fab87098da2 (patch)
tree290d6ddc4997485fb20de75adc05072e61717e76 /tools/perf/scripts/python/gecko.py
parentbdbd3acb33f5b09b99d75b0f0edeb7db98a05c89 (diff)
s390/fpu: let fpu_vlm() and fpu_vstm() return number of registers
Let fpu_vlm() and fpu_vstm() macros return the number of registers saved / loaded. This is helpful to read easy to read code in case there are several subsequent fpu_vlm() or fpu_vstm() calls: __vector128 *vxrs = .... vxrs += fpu_vstm(0, 15, vxrs); vxrs += fpu_vstm(16, 31, vxrs); Reviewed-by: Claudio Imbrenda <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions