Searched refs:IsPCRelativeLoad (Results 1 – 3 of 3) sorted by relevance
126 IsPCRelativeLoad = 1 << 6, enumerator
101 bit IsPCRelativeLoad = 0; // Load instruction with implicit source register111 let TSFlags{6} = IsPCRelativeLoad;
2126 bool IsPCRelativeLoad = (MCID.TSFlags & MipsII::IsPCRelativeLoad) != 0; in processInstruction() local2127 if ((MCID.mayLoad() || MCID.mayStore()) && !IsPCRelativeLoad) { in processInstruction()