{
final CalcProgramBuilder progBuilder = translator.builder;
List<CalcReg> regList = new ArrayList<CalcReg>();
CalcReg timeReg =
progBuilder.newLocal(CalcProgramBuilder.OpType.Int8, -1);
// Call will be to store time func result in local reg with
// optional precision operand.
regList.add(timeReg);