Searched refs:RC_OPCODE_MUL (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h132 RC_OPCODE_MUL, enumerator in enum:__anon28d1b50a0103
H A Dradeon_pair_translate.c72 case RC_OPCODE_MUL:
110 case RC_OPCODE_MUL:
H A Dradeon_program_tex.c67 inst_mov->U.I.Opcode = RC_OPCODE_MUL;
100 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
191 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV;
330 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
H A Dradeon_program_alu.c308 emit2(c, inst->Prev, RC_OPCODE_MUL, &inst->U.I, inst->U.I.DstReg,
402 emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
633 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dst,
799 emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
980 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dstregtmpmask(tempreg, RC_MASK_XY),
1137 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dstregtmpmask(temp, RC_MASK_W),
H A Dradeon_opcodes.c234 .Opcode = RC_OPCODE_MUL,
H A Dradeon_optimize.c234 inst->U.I.Opcode = RC_OPCODE_MUL;
409 if (inst->U.I.Opcode == RC_OPCODE_MUL)
903 if (cur->U.I.Opcode == RC_OPCODE_MUL) {
H A Dradeon_compiler.c262 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
H A Dr3xx_vertprog.c422 case RC_OPCODE_MUL: ei_vector2(compiler->code, VE_MULTIPLY, vpi, inst); break;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h132 RC_OPCODE_MUL, enumerator in enum:__anon497cc89d0103
H A Dradeon_pair_translate.c74 case RC_OPCODE_MUL:
112 case RC_OPCODE_MUL:
H A Dradeon_program_tex.c67 inst_mov->U.I.Opcode = RC_OPCODE_MUL;
100 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
191 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV;
330 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
H A Dradeon_program_alu.c308 emit2(c, inst->Prev, RC_OPCODE_MUL, &inst->U.I, inst->U.I.DstReg,
402 emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
633 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dst,
799 emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
980 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dstregtmpmask(tempreg, RC_MASK_XY),
1137 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dstregtmpmask(temp, RC_MASK_W),
H A Dradeon_opcodes.c236 .Opcode = RC_OPCODE_MUL,
H A Dradeon_optimize.c236 inst->U.I.Opcode = RC_OPCODE_MUL;
411 if (inst->U.I.Opcode == RC_OPCODE_MUL)
913 if (cur->U.I.Opcode == RC_OPCODE_MUL) {
H A Dradeon_compiler.c262 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
H A Dr3xx_vertprog.c425 case RC_OPCODE_MUL: ei_vector2(compiler->code, VE_MULTIPLY, vpi, inst); break;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c43 case TGSI_OPCODE_MUL: return RC_OPCODE_MUL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c45 case TGSI_OPCODE_MUL: return RC_OPCODE_MUL;

Completed in 16 milliseconds