/external/bison/lib/ |
D | streq.h | 83 streq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in streq5() argument 85 if (s1[5] == s25) in streq5() 87 if (s25 == 0) in streq5() 97 streq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in streq4() argument 104 return streq5 (s1, s2, s25, s26, s27, s28); in streq4() 111 streq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) in streq3() argument 118 return streq4 (s1, s2, s24, s25, s26, s27, s28); in streq3() 125 streq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27,… in streq2() argument 132 return streq3 (s1, s2, s23, s24, s25, s26, s27, s28); in streq2() 139 streq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26,… in streq1() argument [all …]
|
D | c-strcaseeq.h | 93 strcaseeq5 (const char *s1, const char *s2, char s25, char s26, char s27, char s28) in strcaseeq5() argument 95 if (CASEEQ (s1[5], s25)) in strcaseeq5() 97 if (s25 == 0) in strcaseeq5() 107 strcaseeq4 (const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) in strcaseeq4() argument 114 return strcaseeq5 (s1, s2, s25, s26, s27, s28); in strcaseeq4() 121 strcaseeq3 (const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char … in strcaseeq3() argument 128 return strcaseeq4 (s1, s2, s24, s25, s26, s27, s28); in strcaseeq3() 135 strcaseeq2 (const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char … in strcaseeq2() argument 142 return strcaseeq3 (s1, s2, s23, s24, s25, s26, s27, s28); in strcaseeq2() 149 strcaseeq1 (const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char … in strcaseeq1() argument [all …]
|
/external/valgrind/none/tests/arm/ |
D | vfpv4_fma.c | 111 TESTINSN_bin_f32("vfma.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687)); in main() 112 … TESTINSN_bin_f32("vfma.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main() 114 TESTINSN_bin_f32("vfma.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065)); in main() 124 TESTINSN_bin_f32("vfma.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752)); in main() 161 TESTINSN_bin_f32("vfms.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687)); in main() 162 … TESTINSN_bin_f32("vfms.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main() 164 TESTINSN_bin_f32("vfms.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065)); in main() 174 TESTINSN_bin_f32("vfms.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752)); in main() 211 TESTINSN_bin_f32("vfnma.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687)); in main() 212 … TESTINSN_bin_f32("vfnma.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main() [all …]
|
D | vfp.c | 1158 TESTINSN_bin_f32("vmla.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687)); in main() 1159 … TESTINSN_bin_f32("vmla.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main() 1161 TESTINSN_bin_f32("vmla.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065)); in main() 1171 TESTINSN_bin_f32("vmla.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752)); in main() 1208 TESTINSN_bin_f32("vnmla.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687)); in main() 1209 … TESTINSN_bin_f32("vnmla.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main() 1211 TESTINSN_bin_f32("vnmla.f32 s19, s25, s27", s19, s25, i32, f2u(95867.76), s27, i32, f2u(17065)); in main() 1221 TESTINSN_bin_f32("vnmla.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752.)); in main() 1258 TESTINSN_bin_f32("vmls.f32 s20, s25, s22", s20, s25, i32, f2u(23.04), s22, i32, f2u(-45.5687)); in main() 1259 … TESTINSN_bin_f32("vmls.f32 s23, s24, s25", s23, s24, i32, f2u(-347856.475), s25, i32, f2u(1346)); in main() [all …]
|
/external/lldb/test/arm_emulation/new-test-files/ |
D | test-add-2-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-subs-8-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-add-3-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-strd-1-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-mov-5-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-vpush-1-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-push-3-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-mov-6-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-moveq-1-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-sub-10-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-strbt-1-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-mov-21-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-strt-1-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-mov-17-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-add-5-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-bic-1-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-sub-6-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-mov-8-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-mov-3-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|
D | test-mov-3-arm.dat | 49 s25=0x00000019 102 s25=0x00000019
|
D | test-subs-4-thumb.dat | 49 s25=0x00000000 102 s25=0x00000000
|