Class FEDInstructionUtils


  • public class FEDInstructionUtils
    extends Object
    • Field Detail

      • noFedRuntimeConversion

        public static boolean noFedRuntimeConversion
    • Constructor Detail

      • FEDInstructionUtils

        public FEDInstructionUtils()
    • Method Detail

      • checkAndReplaceCP

        public static Instruction checkAndReplaceCP​(Instruction inst,
                                                    ExecutionContext ec)
        Check and replace CP instructions with federated instructions if the instruction match criteria.
        Parameters:
        inst - The instruction to analyze
        ec - The Execution Context
        Returns:
        The potentially modified instruction