Searched defs:d30 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Didct_dequant_full_2x_neon.c23 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,
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h120 d24, d25, d26, d27, d28, d29, d30, d31, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h393 const DwVfpRegister d30 = { 30 }; member in namespace:v8::internal

Completed in 140 milliseconds