Lines Matching refs:Fmov
3206 COMPARE_MACRO(Fmov(v0.V2S(), 1.0f), "fmov v0.2s, #0x70 (1.0000)");
3207 COMPARE_MACRO(Fmov(v31.V2S(), -13.0f), "fmov v31.2s, #0xaa (-13.0000)");
3208 COMPARE_MACRO(Fmov(v0.V4S(), 1.0f), "fmov v0.4s, #0x70 (1.0000)");
3209 COMPARE_MACRO(Fmov(v31.V4S(), -13.0f), "fmov v31.4s, #0xaa (-13.0000)");
3210 COMPARE_MACRO(Fmov(v1.V2D(), 1.0), "fmov v1.2d, #0x70 (1.0000)");
3211 COMPARE_MACRO(Fmov(v29.V2D(), -13.0), "fmov v29.2d, #0xaa (-13.0000)");
3213 COMPARE_MACRO(Fmov(v0.V4H(), Float16(-5.0f)), "fmov v0.4h, #0x94 (-5.0000)");
3214 COMPARE_MACRO(Fmov(v31.V8H(), Float16(29.0f)),
3216 COMPARE_MACRO(Fmov(v0.V4H(), Float16(-5.0)), "fmov v0.4h, #0x94 (-5.0000)");
3217 COMPARE_MACRO(Fmov(v31.V8H(), Float16(29.0)), "fmov v31.8h, #0x3d (29.0000)");
3219 COMPARE_MACRO(Fmov(v5.D(), 1, x14), "fmov v5.D[1], x14");
3220 COMPARE_MACRO(Fmov(x14, v5.D(), 1), "fmov x14, v5.D[1]");
3221 COMPARE_MACRO(Fmov(v3.D(), 0, x21), "mov v3.d[0], x21");
3222 COMPARE_MACRO(Fmov(x21, v3.D(), 0), "mov x21, v3.d[0]");