Searched refs:x0x1x2x3 (Results 1 – 3 of 3) sorted by relevance
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-neon-salsa208.h | 36 uint32x4_t x0x1x2x3; in salsa20_8_intrinsic() local 41 x0x1x2x3 = vld1q_u8((uint8_t *) input); in salsa20_8_intrinsic() 46 x0x1x10x11 = vcombine_u32(vget_low_u32(x0x1x2x3), vget_high_u32(x8x9x10x11)); in salsa20_8_intrinsic() 48 x8x9x2x3 = vcombine_u32(vget_low_u32(x8x9x10x11), vget_high_u32(x0x1x2x3)); in salsa20_8_intrinsic() 111 x0x1x2x3 = vcombine_u32(vget_low_u32(x0x1x10x11),vget_high_u32(x8x9x2x3)); in salsa20_8_intrinsic() 116 vst1q_u8((uint8_t *) input,(uint8x16_t) x0x1x2x3); in salsa20_8_intrinsic()
|
/external/scrypt/patches/ |
D | arm_neon.patch | 42 + uint32x4_t x0x1x2x3; 47 + x0x1x2x3 = vld1q_u8((uint8_t *) input); 52 + x0x1x10x11 = vcombine_u32(vget_low_u32(x0x1x2x3), vget_high_u32(x8x9x10x11)); 54 + x8x9x2x3 = vcombine_u32(vget_low_u32(x8x9x10x11), vget_high_u32(x0x1x2x3)); 117 + x0x1x2x3 = vcombine_u32(vget_low_u32(x0x1x10x11),vget_high_u32(x8x9x2x3)); 122 + vst1q_u8((uint8_t *) input,(uint8x16_t) x0x1x2x3);
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_resize_bilinear_op.cc | 368 const int32x4_t x0x1x2x3 = vcombine_s32(x0x1, x1x2); in OutputLerp32x4x1() local 370 vst1q_s32(reinterpret_cast<int32*>(output_y_ptr + x_start), x0x1x2x3); in OutputLerp32x4x1()
|