HomeSort by relevance Sort by last modified time
    Searched full:cf32 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGen/
volatile-complex.c 12 volatile _Complex float cf32 __attribute__((aligned(32))); variable
43 // CHECK: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf32, i32 0, i32 0), align 32
44 // CHECK-NEXT: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf32, i32 0, i32 1), align 4
45 (void)(cf32);
46 // CHECK-NEXT: [[R:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf32, i32 0, i32 0), align 32
47 // CHECK-NEXT: [[I:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf32, i32 0, i32 1), align 4
48 // CHECK-NEXT: store volatile float [[R]], float* getelementptr inbounds ({ float, float }, { float, float }* @cf32, i32 0, i32 0), align 32
49 // CHECK-NEXT: store volatile float [[I]], float* getelementptr inbounds ({ float, float }, { float, float }* @cf32, i32 0, i32 1), align 4
50 (void)(cf32=cf32);
    [all...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 175 const int32x2_t cf32 = vmov_n_s32(76283); local
274 rl = vmulq_lane_s32(rl, cf32, 0);
275 rh = vmulq_lane_s32(rh, cf32, 0);
276 gl = vmulq_lane_s32(gl, cf32, 0);
277 gh = vmulq_lane_s32(gh, cf32, 0);
278 bl = vmulq_lane_s32(bl, cf32, 0);
279 bh = vmulq_lane_s32(bh, cf32, 0);
322 rl = vmulq_lane_s32(rl, cf32, 0);
323 rh = vmulq_lane_s32(rh, cf32, 0);
324 gl = vmulq_lane_s32(gl, cf32, 0)
    [all...]
  /external/webp/src/dsp/
upsampling_neon.c 140 yl = vmlaq_lane_s32(yl, bl, cf32, 0); \
141 yh = vmlaq_lane_s32(yh, bh, cf32, 0); \
199 const int32x2_t cf32 = vdup_n_s32(kUToB); \
  /external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
overflow.sym     [all...]

Completed in 1194 milliseconds