Searched refs:isPCRel32Branch (Results 1 – 1 of 1) sorted by relevance
156 bool isPCRel32Branch(const MCInst &MI) const;283 bool X86MCCodeEmitter::isPCRel32Branch(const MCInst &MI) const { in isPCRel32Branch() function in X86MCCodeEmitter1324 if (!is64BitMode(STI) || !isPCRel32Branch(MI)) in encodeInstruction()