try To Generate Special Primitive Invocation
The primitive couldn't be folded out, so see if alternative instructions can be generated for its invocation. If so, answer true, ensure control flow will go to the appropriate CallSiteHelper exit point, and leave the translator NOT at a currentReachable() point. If the alternative instructions could not be generated for this primitive, answer false, and generate nothing.
Return
true if a specialized L2Instruction sequence was generated, false if nothing was emitted and the general mechanism should be used instead.
Parameters
The L2ReadBoxedOperand register that holds the function being invoked. The function's primitive is known to be the receiver.
The primitive raw function whose invocation is being generated.
The argument L2ReadBoxedOperands supplied to the function.
The list of A_Types of the arguments.
The L1Translator on which to emit code, if possible.
Information about the call site being generated.