Searched refs:StoreOpcode (Results 1 – 6 of 6) sorted by relevance
1497 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()1500 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()1503 StoreOpcode = SystemZ::STMux; in getLoadStoreOpcodes()1507 StoreOpcode = SystemZ::STG; in getLoadStoreOpcodes()1511 StoreOpcode = SystemZ::ST128; in getLoadStoreOpcodes()1514 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes()1517 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes()1520 StoreOpcode = SystemZ::STX; in getLoadStoreOpcodes()1523 StoreOpcode = SystemZ::VST32; in getLoadStoreOpcodes()1526 StoreOpcode = SystemZ::VST64; in getLoadStoreOpcodes()[all …]
276 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
614 unsigned StoreOpcode, unsigned STOCOpcode,
6354 unsigned StoreOpcode, in emitCondStore() argument6368 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()6426 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
851 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local860 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()