Searched refs:dFormOp (Results 1 – 2 of 2) sorted by relevance
485 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe() local486 if (dFormOp == 0) { // Expecting a DS-Form instruction. in relaxTlsIeToLe()487 dFormOp = getPPCDSFormOp(secondaryOp); in relaxTlsIeToLe()488 if (dFormOp == 0) in relaxTlsIeToLe()491 write32(ctx, loc, (dFormOp | (insn & 0x03ff0000) | lo(val))); in relaxTlsIeToLe()
938 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe() local940 if (dFormOp == 0) { // Expecting a DS-Form instruction. in relaxTlsIeToLe()941 dFormOp = getPPCDSFormOp(secondaryOp); in relaxTlsIeToLe()942 if (dFormOp == 0) in relaxTlsIeToLe()947 write32(ctx, loc, dFormOp | (read32(ctx, loc) & 0x03ff0000)); in relaxTlsIeToLe()973 uint32_t dFormOp = getPPCDFormOp(secondaryOp); in relaxTlsIeToLe() local974 if (dFormOp == 0) { // Expecting a DS-Form instruction. in relaxTlsIeToLe()975 dFormOp = getPPCDSFormOp(secondaryOp); in relaxTlsIeToLe()976 if (dFormOp == 0) in relaxTlsIeToLe()979 write32(ctx, loc - 1, (dFormOp | (tlsInstr & 0x03ff0000))); in relaxTlsIeToLe()