reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Arch/PPC64.cpp
 1040   if (getPrimaryOpCode(firstInstr) == 15) {
 1041     hiImm = firstInstr & 0xFFFF;
 1042   } else if (getPrimaryOpCode(firstInstr) == 14) {
 1043     loImm = firstInstr & 0xFFFF;
 1065   if (!checkRegOperands(firstInstr, 12, 1))