Lines Matching defs:opcode
64 result is required to be in the w slot, the opcode above may be
3443 unsigned opcode;
3965 opcode = ctx.parse.FullToken.FullInstruction.Instruction.Opcode;
3978 ctx.inst_info = &cm_shader_tgsi_instruction[opcode];
3980 ctx.inst_info = &eg_shader_tgsi_instruction[opcode];
3982 ctx.inst_info = &r600_shader_tgsi_instruction[opcode];
4388 R600_ERR("%s tgsi opcode unsupported\n",
7560 int opcode;
8388 opcode = ctx->inst_info->op;
8389 if (opcode == FETCH_OP_GATHER4 &&
8393 opcode = FETCH_OP_GATHER4_O;
8432 switch (opcode) {
8434 opcode = FETCH_OP_SAMPLE_C;
8437 opcode = FETCH_OP_SAMPLE_C_L;
8440 opcode = FETCH_OP_SAMPLE_C_LB;
8443 opcode = FETCH_OP_SAMPLE_C_G;
8447 opcode = FETCH_OP_GATHER4_C;
8450 opcode = FETCH_OP_GATHER4_C_O;
8456 tex.op = opcode;
8571 opcode != FETCH_OP_SAMPLE_C_L &&
8572 opcode != FETCH_OP_SAMPLE_C_LB) {
8578 if (opcode == FETCH_OP_SAMPLE_C_L ||
8579 opcode == FETCH_OP_SAMPLE_C_LB) {
8602 opcode != FETCH_OP_LD &&
8603 opcode != FETCH_OP_GET_TEXTURE_RESINFO) {
8620 if (opcode == FETCH_OP_SAMPLE || opcode == FETCH_OP_GATHER4) {
9375 static int get_gds_op(int opcode)
9377 switch (opcode) {
9415 fprintf(stderr, "unknown GDS op for opcode %d\n", inst->Instruction.Opcode);
9506 static int get_lds_op(int opcode)
9508 switch (opcode) {
10387 static int emit_logic_pred(struct r600_shader_ctx *ctx, int opcode, int alu_type,
10394 alu.op = opcode;
10630 static int emit_if(struct r600_shader_ctx *ctx, int opcode,
10658 emit_logic_pred(ctx, opcode, alu_type, src);