Searched refs:tmp_EDX (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1101 struct x86_reg tmp_EDX = p->tmp2_EDX; local in function:init_inputs 1114 x86_xor(p->func, tmp_EDX, tmp_EDX); 1121 x86_mov(p->func, tmp_EDX, start_instance); 1122 x86_add(p->func, tmp_EAX, tmp_EDX);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/ |
| H A D | translate_sse.c | 1101 struct x86_reg tmp_EDX = p->tmp2_EDX; local in function:init_inputs 1114 x86_xor(p->func, tmp_EDX, tmp_EDX); 1121 x86_mov(p->func, tmp_EDX, start_instance); 1122 x86_add(p->func, tmp_EAX, tmp_EDX);
|
Completed in 5 milliseconds