Searched refs:OpcodesS (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 273 const uint16_t *OpcodesS, const uint16_t *OpcodesU, 278 void SelectMVE_VMLLDAV(SDNode *N, bool Predicated, const uint16_t *OpcodesS, 282 void SelectMVE_VRMLLDAVH(SDNode *N, bool Predicated, const uint16_t *OpcodesS, 2708 const uint16_t *OpcodesS, in SelectBaseMVE_VMLLDAV() argument 2733 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() 2762 const uint16_t *OpcodesS, in SelectMVE_VMLLDAV() argument 2777 SelectBaseMVE_VMLLDAV(N, Predicated, OpcodesS, OpcodesU, 2, SizeIndex); in SelectMVE_VMLLDAV() 2781 const uint16_t *OpcodesS, in SelectMVE_VRMLLDAVH() argument 2787 SelectBaseMVE_VMLLDAV(N, Predicated, OpcodesS, OpcodesU, 1, 0); in SelectMVE_VRMLLDAVH() 5256 static const uint16_t OpcodesS[] = { in Select() local [all …]
|