Searched refs:outbuf_EBX (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 124 struct x86_reg outbuf_EBX; member 1282 p->outbuf_EBX = x86_make_reg(file_REG32, reg_BX); in build_vertex_emit() 1299 x86_push(p->func, p->outbuf_EBX); in build_vertex_emit() 1315 x64_mov64(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 5)); in build_vertex_emit() 1317 x86_mov(p->func, p->outbuf_EBX, x86_fn_arg(p->func, 5)); in build_vertex_emit() 1361 x86_make_disp(p->outbuf_EBX, a->output_offset))) in build_vertex_emit() 1369 p->outbuf_EBX, in build_vertex_emit() 1370 x86_make_disp(p->outbuf_EBX, in build_vertex_emit() 1402 x86_pop(p->func, p->outbuf_EBX); in build_vertex_emit()
|