net.sf.farrago.fennel.calc
Class CalcRexImplementorTableImpl.MakeOperandsDoubleImplementor
java.lang.Object
net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.AbstractCalcRexImplementor
net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.InstrDefImplementor
net.sf.farrago.fennel.calc.CalcRexImplementorTableImpl.MakeOperandsDoubleImplementor
- All Implemented Interfaces:
- CalcRexImplementor
- Enclosing class:
- CalcRexImplementorTableImpl
private static class CalcRexImplementorTableImpl.MakeOperandsDoubleImplementor
- extends CalcRexImplementorTableImpl.InstrDefImplementor
Implementor that will convert a RexCall
's operands to approx
DOUBLE if needed
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalcRexImplementorTableImpl.MakeOperandsDoubleImplementor
CalcRexImplementorTableImpl.MakeOperandsDoubleImplementor(CalcProgramBuilder.InstructionDef instr)
implement
public CalcReg implement(RexCall call,
RexToCalcTranslator translator)
- Description copied from interface:
CalcRexImplementor
- Generates instructions to implement this call, and returns the register
which holds the result.
- Specified by:
implement
in interface CalcRexImplementor
- Overrides:
implement
in class CalcRexImplementorTableImpl.InstrDefImplementor