Lines Matching refs:TemplateOpcode
68 TemplateOpcode opcode;
114 TemplateOpcode opcode;
161 TemplateOpcode templateOpcode;
166 templateOpcode = TEMPLATE_INT_TO_FLOAT_VFP;
171 templateOpcode = TEMPLATE_FLOAT_TO_INT_VFP;
176 templateOpcode = TEMPLATE_DOUBLE_TO_FLOAT_VFP;
181 templateOpcode = TEMPLATE_FLOAT_TO_DOUBLE_VFP;
186 templateOpcode = TEMPLATE_INT_TO_DOUBLE_VFP;
191 templateOpcode = TEMPLATE_DOUBLE_TO_INT_VFP;
215 genDispatchToHandler(cUnit, templateOpcode);
229 TemplateOpcode templateOpcode;
235 templateOpcode = TEMPLATE_CMPL_FLOAT_VFP;
239 templateOpcode = TEMPLATE_CMPG_FLOAT_VFP;
243 templateOpcode = TEMPLATE_CMPL_DOUBLE_VFP;
246 templateOpcode = TEMPLATE_CMPG_DOUBLE_VFP;
253 genDispatchToHandler(cUnit, templateOpcode);