Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsBaseInfo.h126 IsPCRelativeLoad = 1 << 6, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsInstrFormats.td101 bit IsPCRelativeLoad = 0; // Load instruction with implicit source register
111 let TSFlags{6} = IsPCRelativeLoad;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2126 bool IsPCRelativeLoad = (MCID.TSFlags & MipsII::IsPCRelativeLoad) != 0; in processInstruction() local
2127 if ((MCID.mayLoad() || MCID.mayStore()) && !IsPCRelativeLoad) { in processInstruction()