Home | History | Annotate | Download | only in arm

Lines Matching refs:s4

623 #define TESTINSN_vpush_vpop_f32(S1, Sval1, S2, Sval2, S3, Sval3, S4, S5, S6) \
628 "vmov "#S4", %4\n\t" \
636 "vpop {"#S4"}\n\t" \
642 "vstmia %0!, {"#S4"}\n\t" \
648 : #S1, #S2, #S3, #S4, #S5, #S6, "r4", "memory" \
650 printf(#S1" 0x%08x "#S2" 0x%08x "#S3" 0x%08x "#S4" 0x%08x "\
1579 TESTINSN_un_f32("vabs.f32 s15, s4", s15, s4, i32, f2u(NAN));
1580 TESTINSN_un_f32("vabs.f32 s31, s4", s31, s4, i32, f2u(NAN));
1601 TESTINSN_un_f32("vneg.f32 s15, s4", s15, s4, i32, f2u(NAN));
1602 TESTINSN_un_f32("vneg.f32 s31, s4", s31, s4, i32, f2u(NAN));
1623 TESTINSN_un_f32("vmov.f32 s15, s4", s15, s4, i32, f2u(NAN));
1624 TESTINSN_un_f32("vmov.f32 s31, s4", s31, s4, i32, f2u(NAN));
1645 TESTINSN_un_f32("vsqrt.f32 s15, s4", s15, s4, i32, f2u(NAN));
1646 TESTINSN_un_f32("vsqrt.f32 s31, s4", s31, s4, i32, f2u(NAN));
1659 TESTINSN_un_f32("vcvt.u32.f32 s15, s4", s15, s4, i32, f2u(3e9));
1736 TESTINSN_un_f32("vcvt.u32.f32 s4, s4, #7", s4, s4, i32, f2u(-0.5));
1759 TESTINSN_un_f32("vcvt.f32.u32 s4, s4, #7", s4, s4, i32, f2u(-0.5));
2026 TESTINSN_vstr32("vstr s4, [r3, #+8]", s4, r3, (long) numbers + 8, 8);
2063 TESTINSN_VSTMIAnoWB32("vstmia r6, {s4}", r6, s4, 0x10ccb);
2149 TESTINSN_vmov_single_core("vmov s4, r2", s4, r2, 0x452bbc8);
2157 TESTINSN_vmov_single_core("vmov s4, r0", s4, r0, 0x000acb45);
2243 TESTINSN_vpush_vpop_f32(s3, 0x00aaaaaa, s4, 0x00bbbbbb, s5, 0x00cccccc, s0, s1, s2);
2245 TESTINSN_vpush_vpop_f32(s3, 0x00dddddd, s4, 0x00eeeeee, s5, 0x00ffffff, s0, s1, s2);
2252 TESTINSN_vpush_vpop_f32(s10, f2u(INFINITY), s11, 0x134cc5, s12, f2u(NAN), s2, s3, s4);
2254 TESTINSN_vpush_vpop_f32(s19, f2u(-INFINITY), s20, 0x452146, s21, 0x388bbc, s4, s5, s6);