HomeSort by relevance Sort by last modified time
    Searched defs:d31 (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);
66 d31 = vld1_lane_s32((const int32_t *)dst0, d31, 0);
67 d31 = vld1_lane_s32((const int32_t *)dst1, d31, 1);
160 vreinterpret_u8_s32(d31)));
165 d31 = vreinterpret_s32_u8(vqmovun_s16(q7));
182 vst1_lane_s32((int32_t *)dst0, d31, 0);
183 vst1_lane_s32((int32_t *)dst1, d31, 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);
66 d31 = vld1_lane_s32((const int32_t *)dst0, d31, 0);
67 d31 = vld1_lane_s32((const int32_t *)dst1, d31, 1);
160 vreinterpret_u8_s32(d31)));
165 d31 = vreinterpret_s32_u8(vqmovun_s16(q7));
182 vst1_lane_s32((int32_t *)dst0, d31, 0);
183 vst1_lane_s32((int32_t *)dst1, d31, 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 394 const DwVfpRegister d31 = { 31 }; member in namespace:v8::internal
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5382 double d31 = 31; local
    [all...]

Completed in 569 milliseconds