Searched defs:d31 (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);
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,
[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.h394 const DwVfpRegister d31 = { 31 }; member in namespace:v8::internal

Completed in 132 milliseconds