Searched refs:float_mul (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 476 ppir_codegen_field_float_mul *float_mul = code; local in function:print_float_mul 478 asm_op op = float_mul_ops[float_mul->op]; 483 printf("op%u", float_mul->op); 484 print_outmod(float_mul->dest_modifier); 487 if (float_mul->output_en) 488 print_dest_scalar(float_mul->dest); 490 print_source_scalar(float_mul->arg0_source, NULL, 491 float_mul->arg0_absolute, 492 float_mul->arg0_negate); 494 if (float_mul [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 511 ppir_codegen_field_float_mul *float_mul = code; local in function:print_float_mul 513 asm_op op = float_mul_ops[float_mul->op]; 518 fprintf(fp, "op%u", float_mul->op); 519 print_outmod(float_mul->dest_modifier, fp); 522 if (float_mul->output_en) 523 print_dest_scalar(float_mul->dest, fp); 525 print_source_scalar(float_mul->arg0_source, NULL, 526 float_mul->arg0_absolute, 527 float_mul->arg0_negate, fp); 529 if (float_mul [all...] |
Completed in 3 milliseconds