MCPcopy Create free account
hub / github.com/beefytech/Beef / IsBranch

Method IsBranch

IDEHelper/X86.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179bool X86Instr::IsBranch()
180{
181 const MCInstrDesc &instDesc = mX86->mInstrInfo->get(mMCInst.getOpcode());
182 return (instDesc.getFlags() & (1 << MCID::Branch)) != 0;
183}
184
185bool X86Instr::IsCall()
186{

Callers 4

DoUpdateMethod · 0.45
SetupStepMethod · 0.45
DisassembleAtRawMethod · 0.45
DisassembleAtMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected