Searched refs:getRelaxedOpcodeBranch (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp181 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool is16BitMode) { function
282 return getRelaxedOpcodeBranch(Inst, is16BitMode);
589 if (getRelaxedOpcodeBranch(Inst, false) != Inst.getOpcode())

Completed in 157 milliseconds