Searched defs:reg_to_const (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c100 int8_t reg_to_const[16]; member in struct:translate_sse
143 if(p->reg_to_const[i] < 0)
153 if(p->reg_to_const[i] >= 0)
154 p->const_to_reg[p->reg_to_const[i]] = -1;
156 p->reg_to_const[i] = id;
1277 memset(p->reg_to_const, 0xff, sizeof(p->reg_to_const));
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c100 int8_t reg_to_const[16]; member in struct:translate_sse
143 if(p->reg_to_const[i] < 0)
153 if(p->reg_to_const[i] >= 0)
154 p->const_to_reg[p->reg_to_const[i]] = -1;
156 p->reg_to_const[i] = id;
1277 memset(p->reg_to_const, 0xff, sizeof(p->reg_to_const));

Completed in 38 milliseconds