Home
last modified time | relevance | path

Searched refs:x86_mov_reg_imm (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h129 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm );
Dx86sse.c308 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() function
/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_x86sse.h203 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm );
Drtasm_x86sse.c455 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() function
468 x86_mov_reg_imm(p, dst, imm); in x86_mov_imm()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1115 x86_mov_reg_imm(p->func, tmp_ECX, variant->instance_divisor); in init_inputs()