/external/clang/test/CodeGen/ |
H A D | arm-arguments.c | 155 struct s30 { _Complex int f0; }; struct 156 struct s30 f30() {}
|
H A D | aarch64-arguments.c | 121 // PCS: define void @f30(%struct.s30* %a) 122 struct s30 { int arr[4]; char c;}; struct 123 void f30(struct s30 a) {}
|
H A D | x86_32-arguments-darwin.c | 130 struct s30 { char a; char b : 4; } f30(void) { while (1) {} } struct
|
/external/valgrind/main/none/tests/arm/ |
H A D | vfp.c | 1162 TESTINSN_bin_f32("vmla.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76)); 1166 TESTINSN_bin_f32("vmla.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009)); 1168 TESTINSN_bin_f32("vmla.f32 s30, s31, s2", s30, s31, i32, f2u(2754), s2, i32, f2u(107)); 1212 TESTINSN_bin_f32("vnmla.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76)); 1216 TESTINSN_bin_f32("vnmla.f32 s30, s11, s12", s30, s1 [all...] |
H A D | vfp.stdout.exp | 151 vmla.f32 s30, s15, s2 :: Sd 0x5029254c Sm (i32)0xc732633d Sn (i32)0xc872bcb1 155 vmla.f32 s30, s11, s12 :: Sd 0x4ef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812 157 vmla.f32 s30, s31, s2 :: Sd 0x488fe2c0 Sm (i32)0x452c2000 Sn (i32)0x42d60000 200 vnmla.f32 s30, s15, s2 :: Sd 0xd029254c Sm (i32)0xc732633d Sn (i32)0xc872bcb1 204 vnmla.f32 s30, s11, s12 :: Sd 0xcef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812 206 vnmla.f32 s30, s31, s2 :: Sd 0xc88fe2c0 Sm (i32)0x452c2000 Sn (i32)0x42d60000 249 vmls.f32 s30, s15, s2 :: Sd 0xd029254c Sm (i32)0xc732633d Sn (i32)0xc872bcb1 253 vmls.f32 s30, s11, s12 :: Sd 0xcef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812 255 vmls.f32 s30, s31, s2 :: Sd 0xc88fe2c0 Sm (i32)0x452c2000 Sn (i32)0x42d60000 298 vnmls.f32 s30, s1 [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
H A D | SkBicubicImageFilter.cpp | 141 SkPMColor s30 = *src.getAddr32(x3, y0); local 142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
|
/external/skia/src/effects/ |
H A D | SkBicubicImageFilter.cpp | 141 SkPMColor s30 = *src.getAddr32(x3, y0); local 142 SkPMColor s0 = cubicBlend(fCoefficients, fractx, s00, s10, s20, s30);
|
/external/llvm/test/MC/ARM/ |
H A D | thumb-v8fp.s | 75 vseleq.f32 s30, s28, s23 76 @ CHECK: vseleq.f32 s30, s28, s23 @ encoding: [0x0e,0xfe,0x2b,0xfa]
|
H A D | v8fp.s | 72 vseleq.f32 s30, s28, s23 73 @ CHECK: vseleq.f32 s30, s28, s23 @ encoding: [0x2b,0xfa,0x0e,0xfe]
|
/external/v8/src/arm/ |
H A D | simulator-arm.h | 141 s24, s25, s26, s27, s28, s29, s30, s31, enumerator in enum:v8::internal::Simulator::Register
|
H A D | assembler-arm.h | 305 const SwVfpRegister s30 = { 30 }; member in namespace:v8::internal
|
/external/chromium_org/v8/src/arm/ |
H A D | simulator-arm.h | 141 s24, s25, s26, s27, s28, s29, s30, s31, enumerator in enum:v8::internal::Simulator::Register
|
H A D | assembler-arm.h | 422 const SwVfpRegister s30 = { 30 }; member in namespace:v8::internal
|
/external/llvm/test/MC/AArch64/ |
H A D | basic-a64-instructions.s | 1706 fcmpe s29, s30 1708 // CHECK: fcmpe s29, s30 // encoding: [0xb0,0x23,0x3e,0x1e] 1900 fcvtzs x12, s30, #45 1903 // CHECK: fcvtzs x12, s30, #45 // encoding: [0xcc,0x4f,0x18,0x9e] 1928 fcvtzu x12, s30, #45 1931 // CHECK: fcvtzu x12, s30, #45 // encoding: [0xcc,0x4f,0x19,0x9e] 2054 fcvtau w29, s30 2058 // CHECK: fcvtau w29, s30 // encoding: [0xdd,0x03,0x25,0x1e]
|
H A D | basic-a64-diagnostics.s | 1477 fcmpe s30, #-0.0 1488 // CHECK-ERROR-NEXT: fcmpe s30, #-0.0
|
/external/chromium_org/v8/benchmarks/ |
H A D | regexp.js | 211 var s30 = computeInputVariants(str3, 81); 248 s30[i].replace(re17, '');
|
/external/v8/benchmarks/ |
H A D | regexp.js | 211 var s30 = computeInputVariants(str3, 81); 248 s30[i].replace(re17, '');
|