Searched refs:gds_op (Results 1 – 4 of 4) sorted by relevance
226 unsigned gds_op = (r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8) & 0x3f; in eg_bytecode_gds_build() local230 gds_op = 0; in eg_bytecode_gds_build()243 S_SQ_MEM_GDS_WORD1_GDS_OP(gds_op) | in eg_bytecode_gds_build()
8636 int gds_op = get_gds_op(inst->Instruction.Opcode); in tgsi_atomic_op_gds() local8642 if (gds_op == -1) { in tgsi_atomic_op_gds()8654 if (abs_value != value && gds_op == FETCH_OP_GDS_ADD_RET) in tgsi_atomic_op_gds()8655 gds_op = FETCH_OP_GDS_SUB_RET; in tgsi_atomic_op_gds()8682 gds.op = gds_op; in tgsi_atomic_op_gds()
415 unsigned gds_op; in decode_fetch() local417 gds_op = (dw1 >> 9) & 0x1f; in decode_fetch()419 fetch_opcode = FETCH_OP_GDS_ADD_RET + gds_op; in decode_fetch()421 fetch_opcode = FETCH_OP_GDS_ADD + gds_op; in decode_fetch()
566 unsigned gds_op = (ctx.fetch_opcode(bc.op) >> 8) & 0x3f; in build_fetch_gds() local572 gds_op = 0; in build_fetch_gds()586 .GDS_OP(gds_op) in build_fetch_gds()