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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.c 23 int32x2_t d28, d29, d30, d31; local
30 d28 = d29 = d30 = d31 = vdup_n_s32(0);
62 d30 = vld1_lane_s32((const int32_t *)dst0, d30, 0);
64 d30 = vld1_lane_s32((const int32_t *)dst1, d30, 1);
158 vreinterpret_u8_s32(d30)));
164 d30 = vreinterpret_s32_u8(vqmovun_s16(q6));
178 vst1_lane_s32((int32_t *)dst0, d30, 0);
180 vst1_lane_s32((int32_t *)dst1, d30, 1)
    [all...]
  /ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/
idct_dequant_full_2x_neon.c 23 int32x2_t d28, d29, d30, d31; local
30 d28 = d29 = d30 = d31 = vdup_n_s32(0);
62 d30 = vld1_lane_s32((const int32_t *)dst0, d30, 0);
64 d30 = vld1_lane_s32((const int32_t *)dst1, d30, 1);
158 vreinterpret_u8_s32(d30)));
164 d30 = vreinterpret_s32_u8(vqmovun_s16(q6));
178 vst1_lane_s32((int32_t *)dst0, d30, 0);
180 vst1_lane_s32((int32_t *)dst1, d30, 1)
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.h 120 d24, d25, d26, d27, d28, d29, d30, d31, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 393 const DwVfpRegister d30 = { 30 }; member in namespace:v8::internal
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5380 double d30 = 30; local
    [all...]

Completed in 144 milliseconds