Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp174 uint32_t Insn2 = support::endian::read32le(PltContents.data() + Byte + 4); in findPltEntries() local
176 if (Insn2 >> 22 == 0x3e5) { in findPltEntries()
177 Imm += ((Insn2 >> 10) & 0xfff) << 3; in findPltEntries()