Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h88 reg_DI, enumerator
Drtasm_x86sse.c59 case reg_DI: debug_printf( "EDI" ); break; in x86_print_reg()
2136 return x86_make_reg(file_REG32, reg_DI); in x86_fn_arg()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1332 p->machine_EDI = x86_make_reg(file_REG32, reg_DI); in build_vertex_emit()