Searched refs:VINS (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM55.td | 458 …3], (instregex "VINSH$", "VMOVH$", "VMOVHR$", "VMOVSR$", "VMOVDRR$")>; // VINS, VMOVX, to-FP reg m…
|
| H A D | ARMISelDAGToDAG.cpp | 3151 SDNode *VINS = CurDAG->getMachineNode(ARM::VINSH, dl, MVT::f32, Inp2, Inp1); in tryInsertVectorElt() local 3154 Ins2.getOperand(0), SDValue(VINS, 0)); in tryInsertVectorElt() 3163 SDNode *VINS = CurDAG->getMachineNode(ARM::VINSH, dl, MVT::f32, Val2, Val1); in tryInsertVectorElt() local 3166 Ins2.getOperand(0), SDValue(VINS, 0)); in tryInsertVectorElt()
|
| H A D | ARMInstrMVE.td | 1884 // For i16's inserts being extracted from low lanes, then may use VINS.
|
| H A D | ARMInstrNEON.td | 6542 // TODO: for odd lanes we could optimize this a bit by using the VINS
|