SIMD ISAReturn TypeNameArgumentsInstruction Group
Neonfloat32x4_tvcombine_f32(float32x2_t low, float32x2_t high)Vector manipulation / Combine vectors
Description
Join two smaller vectors into a single larger vector
Results
Vd.4S result
This intrinsic compiles to the following instructions:

DUP Vd.1D,Vn.D[0]

INS Vd.D[1],Vm.D[0]

Argument Preparation
low register: Vn.2Shigh register: Vm.2S
Architectures
v7, A32, A64

Operation

No operation information.