sh-dis/tests/dmuls.s

26 lines
488 B
ArmAsm

.global _start
_start:
mov.l .L0a,r0
mov.l .L1a,r1
dmuls.l r0,r1 /* mach 0xffffffff macl 0xffff5556 */
mov.l .L0b,r0
mov.l .L1b,r1
dmuls.l r0,r1 /* mach 0x014b72ff macl 0x12938229 */
mov.l .L0c,r0
mov.l .L1c,r1
dmuls.l r0,r1 /* mach 0xfeb48d00 macl 0xed6c7dd7 */
.align 4
.L0a:
.long 0x00005555
.L1a:
.long 0xfffffffe
.L0b:
.long 0x1234abcd
.L1b:
.long 0x1234abcd
.L0c:
.long 0xedcb5433
.L1c:
.long 0x1234abcd