I'm looking for the intrinsic that corresponds to
VBIC{cond}.datatype Qd, #imm
I can't find it and it's not listed as not implemented.
Unfortunately, the immediate form of VAND also does not seem to be available when using intrinsics.
Maybe the compiler is smart enough to combine a VMOV immediate + VAND in a single instruction.
Still have to check that.