Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp430 static bool isDQFormInstruction(uint32_t encoding) { in isDQFormInstruction() function
468 !isDQFormInstruction(encoding)) in getPPCLegacyInsn()
554 if (isDQFormInstruction(accessInsn)) in getTotalDisp()
1288 uint16_t mask = isDQFormInstruction(readFromHalf16(ctx, loc)) ? 0xf : 0x3; in relocate()
1349 uint16_t mask = isDQFormInstruction(insn) ? 0xf : 0x3; in relocate()