Searched refs:hasLockPrefix (Results 1 – 7 of 7) sorted by relevance
90 "X86_MC::hasLockPrefix",91 "X86InstrInfo::hasLockPrefix"
561 static bool hasLockPrefix(const MachineInstr &MI) { in hasLockPrefix() function
198 class LOCK { bit hasLockPrefix = 1; }307 bit hasLockPrefix = 0; // Does this inst have a 0xF0 prefix?367 let TSFlags{24} = hasLockPrefix;
64 bool hasLockPrefix(const MCInst &MI);
71 bool X86_MC::hasLockPrefix(const MCInst &MI) { in hasLockPrefix() function in X86_MC
559 bool hasLockPrefix; member
261 insn->hasLockPrefix = true; in readPrefixes()1758 if (Insn.hasLockPrefix) in getInstruction()