Searched refs:IsVSFRC (Results 1 – 1 of 1) sorted by relevance
510 bool IsVSFRC = isVSFRCRegClass(UseRC); in PPCEmitLoad() local512 bool Is64VSXLoad = IsVSFRC && Opc == PPC::LFD; in PPCEmitLoad()565 case PPC::LFD: Opc = IsVSFRC ? PPC::LXSDX : PPC::LFDX; break; in PPCEmitLoad()659 bool IsVSFRC = isVSFRCRegClass(RC); in PPCEmitStore() local661 bool Is64VSXStore = IsVSFRC && Opc == PPC::STFD; in PPCEmitStore()711 case PPC::STFD: Opc = IsVSFRC ? PPC::STXSDX : PPC::STFDX; break; in PPCEmitStore()