Lines Matching refs:value
153 * the following instruction group gets the right value. The
735 void r600_bytecode_special_constants(uint32_t value, unsigned *sel)
737 switch(value) {
768 uint32_t value = alu->src[i].value;
771 if (literal[j] == value) {
779 literal[(*nliteral)++] = value;
794 uint32_t value = alu->src[i].value;
796 if (literal[j] == value) {
1334 r600_bytecode_special_constants(nalu->src[i].value,
2080 o += fprintf(stderr, "LDS_A[0x%08X]", src->value);
2083 o += fprintf(stderr, "LDS_B[0x%08X]", src->value);
2124 o += fprintf(stderr, "[0x%08X %f]", src->value, u_bitcast_u2f(src->value));
2752 alu.src[1].value = (1ll << 32) / elements[i].instance_divisor + 1;
2769 alu.src[1].value = (1ll << 32) / elements[i].instance_divisor + 1;