Lines Matching defs:StoreOpcode
1002 unsigned LoadOpcode, StoreOpcode;
1003 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
1004 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
1017 unsigned LoadOpcode, StoreOpcode;
1018 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
1316 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
1318 get(StoreOpcode))
1858 unsigned &StoreOpcode) const {
1861 StoreOpcode = SystemZ::ST;
1864 StoreOpcode = SystemZ::STFH;
1867 StoreOpcode = SystemZ::STMux;
1871 StoreOpcode = SystemZ::STG;
1875 StoreOpcode = SystemZ::ST128;
1878 StoreOpcode = SystemZ::STE;
1881 StoreOpcode = SystemZ::STD;
1884 StoreOpcode = SystemZ::STX;
1887 StoreOpcode = SystemZ::VST32;
1890 StoreOpcode = SystemZ::VST64;
1894 StoreOpcode = SystemZ::VST;