]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/sh64/media/mmull.cgs
bfd/
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / sh64 / media / mmull.cgs
1 # sh testcase for mmul.l $rm, $rn, $rd -*- Asm -*-
2 # mach: all
3 # as: -isa=shmedia
4 # ld: -m shelf64
5
6 .include "media/testutils.inc"
7
8 start
9
10 .global mmull
11 mmull:
12 mmul.l r0, r0, r0
13
14 pass