Lines Matching defs:word0
81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
84 alu->src[0].sel = G_SQ_ALU_WORD0_SRC0_SEL(word0);
85 alu->src[0].rel = G_SQ_ALU_WORD0_SRC0_REL(word0);
86 alu->src[0].chan = G_SQ_ALU_WORD0_SRC0_CHAN(word0);
87 alu->src[0].neg = G_SQ_ALU_WORD0_SRC0_NEG(word0);
88 alu->src[1].sel = G_SQ_ALU_WORD0_SRC1_SEL(word0);
89 alu->src[1].rel = G_SQ_ALU_WORD0_SRC1_REL(word0);
90 alu->src[1].chan = G_SQ_ALU_WORD0_SRC1_CHAN(word0);
91 alu->src[1].neg = G_SQ_ALU_WORD0_SRC1_NEG(word0);
92 alu->index_mode = G_SQ_ALU_WORD0_INDEX_MODE(word0);
93 alu->pred_sel = G_SQ_ALU_WORD0_PRED_SEL(word0);
94 alu->last = G_SQ_ALU_WORD0_LAST(word0);