Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp156 bool isPCRel32Branch(const MCInst &MI) const;
283 bool X86MCCodeEmitter::isPCRel32Branch(const MCInst &MI) const { in isPCRel32Branch() function in X86MCCodeEmitter
1324 if (!is64BitMode(STI) || !isPCRel32Branch(MI)) in encodeInstruction()