Searched refs:x86_mov_reg_imm (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/x86/rtasm/ |
D | x86sse.h | 129 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm );
|
D | x86sse.c | 308 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/ |
D | rtasm_x86sse.h | 203 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm );
|
D | rtasm_x86sse.c | 455 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/ |
D | translate_sse.c | 1115 x86_mov_reg_imm(p->func, tmp_ECX, variant->instance_divisor); in init_inputs()
|