Searched refs:hasLockPrefix (Results 1 – 8 of 8) sorted by relevance
90 "X86_MC::hasLockPrefix",91 "X86InstrInfo::hasLockPrefix"
245 bit hasLockPrefix = 0; // Does this inst have a 0xF0 prefix?292 let TSFlags{25} = hasLockPrefix;
619 static bool hasLockPrefix(const MachineInstr &MI) { in hasLockPrefix() function
25 class LOCK { bit hasLockPrefix = 1; }
64 bool hasLockPrefix(const MCInst &MI);
73 bool X86_MC::hasLockPrefix(const MCInst &MI) { in hasLockPrefix() function in X86_MC
704 bool hasLockPrefix; member
274 insn->hasLockPrefix = true; in readPrefixes()1844 if (Insn.hasLockPrefix) in getInstruction()