Searched refs:CanonicalLCTP (Results 1 – 1 of 1) sorted by relevance
6371 uint32_t CanonicalLCTP = 0xF00FE001, SBZMask = 0x00300FFE; in DecodeLOLoop() local6372 if ((Insn & ~SBZMask) != CanonicalLCTP) in DecodeLOLoop()6374 if (Insn != CanonicalLCTP) in DecodeLOLoop()