Home | History | Annotate | Download | only in Mips

Lines Matching refs:cvt

124 # CHECK:  cvt.d.s   $f6, $f7          # encoding: [0xa1,0x39,0x00,0x46]
125 # CHECK: cvt.d.w $f12, $f14 # encoding: [0x21,0x73,0x80,0x46]
126 # CHECK: cvt.s.d $f12, $f14 # encoding: [0x20,0x73,0x20,0x46]
127 # CHECK: cvt.s.w $f6, $f7 # encoding: [0xa0,0x39,0x80,0x46]
128 # CHECK: cvt.w.d $f12, $f14 # encoding: [0x24,0x73,0x20,0x46]
129 # CHECK: cvt.w.s $f6, $f7 # encoding: [0xa4,0x39,0x00,0x46]
131 cvt.d.s $f6,$f7
132 cvt.d.w $f12,$f14
133 cvt.s.d $f12,$f14
134 cvt.s.w $f6,$f7
135 cvt.w.d $f12,$f14
136 cvt.w.s $f6,$f7