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?295 let TSFlags{25} = hasLockPrefix;
613 static bool hasLockPrefix(const MachineInstr &MI) { in hasLockPrefix() function
25 class LOCK { bit hasLockPrefix = 1; }
66 bool hasLockPrefix(const MCInst &MI);
73 bool X86_MC::hasLockPrefix(const MCInst &MI) { in hasLockPrefix() function in X86_MC
711 bool hasLockPrefix; member
274 insn->hasLockPrefix = true; in readPrefixes()1902 if (Insn.hasLockPrefix) in getInstruction()