Home
last modified time | relevance | path

Searched refs:CanonicalLCTP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6371 uint32_t CanonicalLCTP = 0xF00FE001, SBZMask = 0x00300FFE; in DecodeLOLoop() local
6372 if ((Insn & ~SBZMask) != CanonicalLCTP) in DecodeLOLoop()
6374 if (Insn != CanonicalLCTP) in DecodeLOLoop()