Home
last modified time | relevance | path

Searched refs:IsPCRelativeLoad (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h129 IsPCRelativeLoad = 1 << 6, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrFormats.td101 bit IsPCRelativeLoad = 0; // Load instruction with implicit source register
111 let TSFlags{6} = IsPCRelativeLoad;
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2100 bool IsPCRelativeLoad = (MCID.TSFlags & MipsII::IsPCRelativeLoad) != 0; in processInstruction() local
2101 if ((MCID.mayLoad() || MCID.mayStore()) && !IsPCRelativeLoad) { in processInstruction()