10 lines
221 B
Text
10 lines
221 B
Text
# RUN: llvm-mc -disassemble -triple m68k -mcpu=M68040 %s | FileCheck %s
|
|
|
|
# CHECK: fmove.x %fp7, %fp2
|
|
0xf2 0x00 0x1d 0x00
|
|
|
|
# CHECK: fsmove.x %fp6, %fp1
|
|
0xf2 0x00 0x18 0xc0
|
|
|
|
# CHECK: fdmove.x %fp3, %fp0
|
|
0xf2 0x00 0x0c 0x44
|