Lines Matching full:storeopcode
708 unsigned LoadOpcode, StoreOpcode;
709 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
710 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
723 unsigned LoadOpcode, StoreOpcode;
724 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
941 get(StoreOpcode))
1255 unsigned &StoreOpcode) const {
1258 StoreOpcode = SystemZ::ST;
1261 StoreOpcode = SystemZ::STFH;
1264 StoreOpcode = SystemZ::STMux;
1268 StoreOpcode = SystemZ::STG;
1272 StoreOpcode = SystemZ::ST128;
1275 StoreOpcode = SystemZ::STE;
1278 StoreOpcode = SystemZ::STD;
1281 StoreOpcode = SystemZ::STX;
1284 StoreOpcode = SystemZ::VST32;
1287 StoreOpcode = SystemZ::VST64;
1291 StoreOpcode = SystemZ::VST;