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

References

tools/lld/ELF/Arch/PPC64.cpp
 1051   if (!loImm && getPrimaryOpCode(secondInstr) == 14) {
 1052     loImm = secondInstr & 0xFFFF;
 1053   } else if (secondInstr != 0x60000000) {
 1067   if (secondInstr != 0x60000000 && !checkRegOperands(secondInstr, 12, 12))
 1067   if (secondInstr != 0x60000000 && !checkRegOperands(secondInstr, 12, 12))
 1086     secondInstr = loImm ? 0x398C0000 | (uint16_t)loImm : 0x60000000;
 1087     write32(loc + 8, secondInstr);