Home | History | Annotate | Download | only in FP

Lines Matching refs:TemplateOpcode

112     TemplateOpcode opcode;
203 TemplateOpcode opcode;
311 TemplateOpcode templateOpcode;
316 templateOpcode = TEMPLATE_INT_TO_FLOAT_VFP;
321 templateOpcode = TEMPLATE_FLOAT_TO_INT_VFP;
326 templateOpcode = TEMPLATE_DOUBLE_TO_FLOAT_VFP;
331 templateOpcode = TEMPLATE_FLOAT_TO_DOUBLE_VFP;
336 templateOpcode = TEMPLATE_INT_TO_DOUBLE_VFP;
341 templateOpcode = TEMPLATE_DOUBLE_TO_INT_VFP;
366 genDispatchToHandler(cUnit, templateOpcode);
381 TemplateOpcode templateOpcode;
387 templateOpcode = TEMPLATE_CMPL_FLOAT_VFP;
391 templateOpcode = TEMPLATE_CMPG_FLOAT_VFP;
395 templateOpcode = TEMPLATE_CMPL_DOUBLE_VFP;
398 templateOpcode = TEMPLATE_CMPG_DOUBLE_VFP;
406 genDispatchToHandler(cUnit, templateOpcode);