Home
last modified time | relevance | path

Searched refs:x86_pop (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1454 x86_pop(p->func, p->idx_ESI); in build_vertex_emit()
1455 x86_pop(p->func, p->machine_EDI); in build_vertex_emit()
1458 x86_pop(p->func, p->count_EBP); in build_vertex_emit()
1459 x86_pop(p->func, p->outbuf_EBX); in build_vertex_emit()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.c595 void x86_pop( struct x86_function *p, in x86_pop() function
2104 x86_pop(p, x86_make_reg(file_REG32, reg_DX)); in x86_cdecl_caller_pop_regs()
2105 x86_pop(p, x86_make_reg(file_REG32, reg_CX)); in x86_cdecl_caller_pop_regs()
2106 x86_pop(p, x86_make_reg(file_REG32, reg_AX)); in x86_cdecl_caller_pop_regs()
Drtasm_x86sse.h332 void x86_pop( struct x86_function *p, struct x86_reg reg );