Searched refs:hasLockPrefix (Results 1 – 8 of 8) sorted by relevance
90 "X86_MC::hasLockPrefix",91 "X86InstrInfo::hasLockPrefix"
569 static bool hasLockPrefix(const MachineInstr &MI) { in hasLockPrefix() function
200 class LOCK { bit hasLockPrefix = 1; }321 bit hasLockPrefix = 0; // Does this inst have a 0xF0 prefix?381 let TSFlags{25} = hasLockPrefix;
64 bool hasLockPrefix(const MCInst &MI);
72 bool X86_MC::hasLockPrefix(const MCInst &MI) { in hasLockPrefix() function in X86_MC
554 bool hasLockPrefix; member
267 insn->hasLockPrefix = true; in readPrefixes()1777 if (Insn.hasLockPrefix) in getInstruction()
1971 bit hasLockPrefix = 0;