Lines Matching refs:word1

2879 		struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
2895 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1);
2898 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1);
2899 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1);
2900 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1);
2901 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1);
2902 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/
2905 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1);
2906 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1);
2907 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1);
2908 alu->src[2].neg = G_SQ_ALU_WORD1_OP3_SRC2_NEG(word1);
2910 G_SQ_ALU_WORD1_OP3_ALU_INST(word1), /* is_op3 = */ 1);
2915 alu->src[0].abs = G_SQ_ALU_WORD1_OP2_SRC0_ABS(word1);
2916 alu->src[1].abs = G_SQ_ALU_WORD1_OP2_SRC1_ABS(word1);
2918 G_SQ_ALU_WORD1_OP2_ALU_INST(word1), /* is_op3 = */ 0);
2919 alu->omod = G_SQ_ALU_WORD1_OP2_OMOD(word1);
2920 alu->dst.write = G_SQ_ALU_WORD1_OP2_WRITE_MASK(word1);
2921 alu->update_pred = G_SQ_ALU_WORD1_OP2_UPDATE_PRED(word1);
2923 G_SQ_ALU_WORD1_OP2_UPDATE_EXECUTE_MASK(word1);
2929 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
2936 output->swizzle_x = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(word1);
2937 output->swizzle_y = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(word1);
2938 output->swizzle_z = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(word1);
2939 output->swizzle_w = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(word1);
2940 output->burst_count = G_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(word1);
2941 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1);
2943 G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(word1), 0);
2944 output->barrier = G_SQ_CF_ALLOC_EXPORT_WORD1_BARRIER(word1);
2945 output->array_size = G_SQ_CF_ALLOC_EXPORT_WORD1_BUF_ARRAY_SIZE(word1);
2946 output->comp_mask = G_SQ_CF_ALLOC_EXPORT_WORD1_BUF_COMP_MASK(word1);