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

  /external/clang/test/CodeGen/
volatile-complex.c 14 volatile _Complex float cf32 __attribute__((aligned(32))); variable
45 // CHECK: load volatile float* getelementptr inbounds ({ float, float }* @cf32, i32 0, i32 0), align 32
46 // CHECK-NEXT: load volatile float* getelementptr inbounds ({ float, float }* @cf32, i32 0, i32 1), align 4
47 (void)(cf32);
48 // CHECK-NEXT: [[R:%.*]] = load volatile float* getelementptr inbounds ({ float, float }* @cf32, i32 0, i32 0), align 32
49 // CHECK-NEXT: [[I:%.*]] = load volatile float* getelementptr inbounds ({ float, float }* @cf32, i32 0, i32 1), align 4
50 // CHECK-NEXT: store volatile float [[R]], float* getelementptr inbounds ({ float, float }* @cf32, i32 0, i32 0), align 32
51 // CHECK-NEXT: store volatile float [[I]], float* getelementptr inbounds ({ float, float }* @cf32, i32 0, i32 1), align 4
52 (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...]

Completed in 172 milliseconds