Searched refs:IsVSFRC (Results 1 – 1 of 1) sorted by relevance
498 bool IsVSFRC = isVSFRCRegClass(UseRC); in PPCEmitLoad() local500 bool Is64VSXLoad = IsVSFRC && Opc == PPC::LFD; in PPCEmitLoad()553 case PPC::LFD: Opc = IsVSFRC ? PPC::LXSDX : PPC::LFDX; break; in PPCEmitLoad()647 bool IsVSFRC = isVSFRCRegClass(RC); in PPCEmitStore() local649 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore()699 case PPC::STFD: Opc = IsVSFRC ? PPC::STXSDX : PPC::STFDX; break; in PPCEmitStore()