/external/llvm/test/CodeGen/ARM/ |
D | inlineasm3.ll | 42 tail call void asm sideeffect "flds s15, $0 \0A", "^Uv|m,~{s15}"(float 1.000000e+00) nounwind 51 call void asm sideeffect "flds s15, $0 \0A", "*^Uv,~{s15}"(float* @k.2126) nounwind 59 call void asm sideeffect "flds s15, $0 \0A", "*^Uvm,~{s15}"(float* @k.2126) nounwind 68 ; CHECK: flds s15, s0 69 %0 = tail call float asm "flds s15, $0", "=x"() nounwind 78 ; CHECK: flds s15, d0 79 %0 = tail call double asm "flds s15, $0", "=x"() nounwind 88 ; CHECK: flds s15, s0 89 %0 = tail call float asm "flds s15, $0", "=t"() nounwind
|
/external/selinux/policycoreutils/mcstrans/share/examples/default/ |
D | setrans.conf | 20 s15:c0.c1023=SystemHigh 21 s0-s15:c0.c1023=SystemLow-SystemHigh 34 s1-s15:c0.c1023=Unclassified-SystemHigh 47 s2-s15:c0.c1023=Secret-SystemHigh 49 s2:c0-s15:c0.c1023=Secret:A-SystemHigh 51 s2:c1-s15:c0.c1023=Secret:B-SystemHigh 52 s2:c0,c1-s15:c0.c1023=Secret:AB-SystemHigh
|
D | default.test | 2 SystemHigh==s15:c0.c1023 3 SystemLow-SystemHigh==s0-s15:c0.c1023 13 Unclassified-SystemHigh==s1-s15:c0.c1023 25 Secret-SystemHigh==s2-s15:c0.c1023 27 Secret:A-SystemHigh==s2:c0-s15:c0.c1023 29 Secret:B-SystemHigh==s2:c1-s15:c0.c1023 30 Secret:AB-SystemHigh==s2:c0,c1-s15:c0.c1023
|
/external/selinux/policycoreutils/mcstrans/share/examples/include/ |
D | default.test | 2 SystemHigh==s15:c0.c1023 3 SystemLow-SystemHigh==s0-s15:c0.c1023 13 Unclassified-SystemHigh==s1-s15:c0.c1023 25 Secret-SystemHigh==s2-s15:c0.c1023 27 Secret:A-SystemHigh==s2:c0-s15:c0.c1023 29 Secret:B-SystemHigh==s2:c1-s15:c0.c1023 30 Secret:AB-SystemHigh==s2:c0,c1-s15:c0.c1023
|
/external/compiler-rt/lib/builtins/arm/ |
D | floatunssisfvfp.S | 22 vmov s15, r0 // move int to float register s15 23 vcvt.f32.u32 s15, s15 // convert 32-bit int in s15 to float in s15 24 vmov r0, s15 // move s15 to result register
|
D | fixsfsivfp.S | 22 vmov s15, r0 // load float register from R0 23 vcvt.s32.f32 s15, s15 // convert single to 32-bit int into s15 24 vmov r0, s15 // move s15 to result register
|
D | floatsisfvfp.S | 22 vmov s15, r0 // move int to float register s15 23 vcvt.f32.s32 s15, s15 // convert 32-bit int in s15 to float in s15 24 vmov r0, s15 // move s15 to result register
|
D | fixunssfsivfp.S | 23 vmov s15, r0 // load float register from R0 24 vcvt.u32.f32 s15, s15 // convert single to 32-bit unsigned into s15 25 vmov r0, s15 // move s15 to result register
|
D | extendsfdf2vfp.S | 22 vmov s15, r0 // load float register from R0 23 vcvt.f64.f32 d7, s15 // convert single to double
|
D | fixdfsivfp.S | 23 vcvt.s32.f64 s15, d7 // convert double to 32-bit int into s15 24 vmov r0, s15 // move s15 to result register
|
D | fixunsdfsivfp.S | 24 vcvt.u32.f64 s15, d7 // convert double to 32-bit int into s15 25 vmov r0, s15 // move s15 to result register
|
D | truncdfsf2vfp.S | 23 vcvt.f32.f64 s15, d7 // convert double to single (trucate precision) 24 vmov r0, s15 // return result in r0
|
D | floatsidfvfp.S | 22 vmov s15, r0 // move int to float register s15 23 vcvt.f64.s32 d7, s15 // convert 32-bit int in s15 to double in d7
|
D | floatunssidfvfp.S | 22 vmov s15, r0 // move int to float register s15 23 vcvt.f64.u32 d7, s15 // convert 32-bit int in s15 to double in d7
|
D | addsf3vfp.S | 22 vmov s15, r1 // move second param from r1 into float register 23 vadd.f32 s14, s14, s15
|
D | subsf3vfp.S | 23 vmov s15, r1 // move second param from r1 into float register 24 vsub.f32 s14, s14, s15
|
D | divsf3vfp.S | 22 vmov s15, r1 // move second param from r1 into float register 23 vdiv.f32 s13, s14, s15
|
D | mulsf3vfp.S | 22 vmov s15, r1 // move second param from r1 into float register 23 vmul.f32 s13, s14, s15
|
D | lesf2vfp.S | 23 vmov s15, r1 // move from GPR 1 to float register 24 vcmp.f32 s14, s15
|
D | gtsf2vfp.S | 23 vmov s15, r1 // move from GPR 1 to float register 24 vcmp.f32 s14, s15
|
D | eqsf2vfp.S | 23 vmov s15, r1 // move from GPR 1 to float register 24 vcmp.f32 s14, s15
|
D | ltsf2vfp.S | 23 vmov s15, r1 // move from GPR 1 to float register 24 vcmp.f32 s14, s15
|
/external/selinux/policycoreutils/mcstrans/share/examples/include/setrans.d/ |
D | include-example | 20 s15:c0.c1023=SystemHigh 21 s0-s15:c0.c1023=SystemLow-SystemHigh 34 s1-s15:c0.c1023=Unclassified-SystemHigh 47 s2-s15:c0.c1023=Secret-SystemHigh 49 s2:c0-s15:c0.c1023=Secret:A-SystemHigh 51 s2:c1-s15:c0.c1023=Secret:B-SystemHigh 52 s2:c0,c1-s15:c0.c1023=Secret:AB-SystemHigh
|
/external/valgrind/none/tests/arm/ |
D | vfpv4_fma.c | 109 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main() 110 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main() 115 …TESTINSN_bin_f32("vfma.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76)… in main() 118 TESTINSN_bin_f32("vfma.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main() 128 TESTINSN_bin_f32("vfma.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0)); in main() 129 TESTINSN_bin_f32("vfma.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main() 159 TESTINSN_bin_f32("vfms.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main() 160 TESTINSN_bin_f32("vfms.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main() 165 …TESTINSN_bin_f32("vfms.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76)… in main() 168 TESTINSN_bin_f32("vfms.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main() [all …]
|
D | vfp.c | 1156 TESTINSN_bin_f32("vmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main() 1157 TESTINSN_bin_f32("vmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main() 1162 …TESTINSN_bin_f32("vmla.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76)… in main() 1165 TESTINSN_bin_f32("vmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main() 1175 TESTINSN_bin_f32("vmla.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0)); in main() 1176 TESTINSN_bin_f32("vmla.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0)); in main() 1206 TESTINSN_bin_f32("vnmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0)); in main() 1207 TESTINSN_bin_f32("vnmla.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN)); in main() 1212 …TESTINSN_bin_f32("vnmla.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76… in main() 1215 TESTINSN_bin_f32("vnmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main() [all …]
|