Searched refs:Is64VSXStore (Results 1 – 1 of 1) sorted by relevance
649 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore() local650 if ((Is32VSXStore || Is64VSXStore) && in PPCEmitStore()661 if (Is32VSXStore || Is64VSXStore) return false; in PPCEmitStore()678 if (Is32VSXStore || Is64VSXStore) in PPCEmitStore()