Lines Matching refs:encoding

832 +! RUN: llvm-mc %s -arch=sparcv9 -show-encoding | FileCheck %s
834 + ! CHECK: fitos %f0, %f4 ! encoding: [0x89,0xa0,0x18,0x80]
835 + ! CHECK: fitod %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x00]
836 + ! CHECK: fitoq %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x80]
841 + ! CHECK: fstoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x20]
842 + ! CHECK: fdtoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x40]
843 + ! CHECK: fqtoi %f0, %f4 ! encoding: [0x89,0xa0,0x1a,0x60]
848 + ! CHECK: fstod %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x20]
849 + ! CHECK: fstoq %f0, %f4 ! encoding: [0x89,0xa0,0x19,0xa0]
853 + ! CHECK: fdtos %f0, %f4 ! encoding: [0x89,0xa0,0x18,0xc0]
854 + ! CHECK: fdtoq %f0, %f4 ! encoding: [0x89,0xa0,0x19,0xc0]
858 + ! CHECK: fqtos %f0, %f4 ! encoding: [0x89,0xa0,0x18,0xe0]
859 + ! CHECK: fqtod %f0, %f4 ! encoding: [0x89,0xa0,0x19,0x60]
863 + ! CHECK: fmovs %f0, %f4 ! encoding: [0x89,0xa0,0x00,0x20]
864 + ! CHECK: fmovd %f0, %f4 ! encoding: [0x89,0xa0,0x00,0x40]
865 + ! CHECK: fmovq %f0, %f4 ! encoding: [0x89,0xa0,0x00,0x60]
870 + ! CHECK: fnegs %f0, %f4 ! encoding: [0x89,0xa0,0x00,0xa0]
871 + ! CHECK: fnegd %f0, %f4 ! encoding: [0x89,0xa0,0x00,0xc0]
872 + ! CHECK: fnegq %f0, %f4 ! encoding: [0x89,0xa0,0x00,0xe0]
877 + ! CHECK: fabss %f0, %f4 ! encoding: [0x89,0xa0,0x01,0x20]
878 + ! CHECK: fabsd %f0, %f4 ! encoding: [0x89,0xa0,0x01,0x40]
879 + ! CHECK: fabsq %f0, %f4 ! encoding: [0x89,0xa0,0x01,0x60]
884 + ! CHECK: fsqrts %f0, %f4 ! encoding: [0x89,0xa0,0x05,0x20]
885 + ! CHECK: fsqrtd %f0, %f4 ! encoding: [0x89,0xa0,0x05,0x40]
886 + ! CHECK: fsqrtq %f0, %f4 ! encoding: [0x89,0xa0,0x05,0x60]
891 + ! CHECK: fadds %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0x24]
892 + ! CHECK: faddd %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0x44]
893 + ! CHECK: faddq %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0x64]
898 + ! CHECK: fsubs %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0xa4]
899 + ! CHECK: fsubd %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0xc4]
900 + ! CHECK: fsubq %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x08,0xe4]
905 + ! CHECK: fmuls %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x09,0x24]
906 + ! CHECK: fmuld %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x09,0x44]
907 + ! CHECK: fmulq %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x09,0x64]
912 + ! CHECK: fsmuld %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x0d,0x24]
913 + ! CHECK: fdmulq %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x0d,0xc4]
917 + ! CHECK: fdivs %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x09,0xa4]
918 + ! CHECK: fdivd %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x09,0xc4]
919 + ! CHECK: fdivq %f0, %f4, %f8 ! encoding: [0x91,0xa0,0x09,0xe4]
924 + ! CHECK: fcmps %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x24]
925 + ! CHECK: fcmpd %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x44]
926 + ! CHECK: fcmpq %f0, %f4 ! encoding: [0x81,0xa8,0x0a,0x64]
931 + ! CHECK: fxtos %f0, %f4 ! encoding: [0x89,0xa0,0x10,0x80]
932 + ! CHECK: fxtod %f0, %f4 ! encoding: [0x89,0xa0,0x11,0x00]
933 + ! CHECK: fxtoq %f0, %f4 ! encoding: [0x89,0xa0,0x11,0x80]
938 + ! CHECK: fstox %f0, %f4 ! encoding: [0x89,0xa0,0x10,0x20]
939 + ! CHECK: fdtox %f0, %f4 ! encoding: [0x89,0xa0,0x10,0x40]
940 + ! CHECK: fqtox %f0, %f4 ! encoding: [0x89,0xa0,0x10,0x60]