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