Searched refs:input1_val_high (Results 1 – 3 of 3) sorted by relevance
72 const int16x8_t input1_val_high = in AddElementwise() local80 const int16x4_t input1_val_high_high = vget_high_s16(input1_val_high); in AddElementwise()81 const int16x4_t input1_val_high_low = vget_low_s16(input1_val_high); in AddElementwise()194 const int16x4_t input1_val_high = vget_high_s16(input1_val); in AddScalarBroadcast() local197 int32x4_t x12 = vmovl_s16(input1_val_high); in AddScalarBroadcast()
71 const int16x8_t input1_val_high = in MulElementwise() local79 const int16x4_t input1_val_high_high = vget_high_s16(input1_val_high); in MulElementwise()80 const int16x4_t input1_val_high_low = vget_low_s16(input1_val_high); in MulElementwise()
1885 const int16x4_t input1_val_high = vget_high_s16(input1_val); in AddElementwise() local1890 int32x4_t x12 = vmovl_s16(input1_val_high); in AddElementwise()1978 const int16x4_t input1_val_high = vget_high_s16(input1_val); in AddScalarBroadcast() local1981 int32x4_t x12 = vmovl_s16(input1_val_high); in AddScalarBroadcast()2411 const auto input1_val_high = vget_high_s16(input1_val); in MulElementwise() local2416 auto p2 = vmull_s16(input2_val_high, input1_val_high); in MulElementwise()