Searched refs:x86_mov_imm (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 681 x86_mov_imm(p->func, dst, in translate_attr_convert() 691 x86_mov_imm(p->func, x86_make_disp(dst, 4), in translate_attr_convert() 709 x86_mov_imm(p->func, x86_make_disp(dst, 8), in translate_attr_convert() 719 x86_mov_imm(p->func, x86_make_disp(dst, 12), in translate_attr_convert() 832 x86_mov_imm(p->func, dst, in translate_attr_convert() 867 x86_mov_imm(p->func, x86_make_disp(dst, 4), in translate_attr_convert() 974 x86_mov_imm(p->func, x86_make_disp(dst, i * 4), v); in translate_attr_convert() 1003 x86_mov_imm(p->func, x86_make_disp(dst, i * 8), l); in translate_attr_convert() 1004 x86_mov_imm(p->func, x86_make_disp(dst, i * 8 + 4), h); in translate_attr_convert()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 324 void x86_mov_imm(struct x86_function *p, struct x86_reg dst, int imm );
|
D | rtasm_x86sse.c | 464 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() function
|