Home
last modified time | relevance | path

Searched defs:hasLockPrefix (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h613 static bool hasLockPrefix(const MachineInstr &MI) { in hasLockPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp73 bool X86_MC::hasLockPrefix(const MCInst &MI) { in hasLockPrefix() function in X86_MC
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h711 bool hasLockPrefix; member