Searched refs:x86_mov16_imm (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 797 … x86_mov16_imm(p->func, x86_make_disp(dst, 2), imms[swizzle[1] - UTIL_FORMAT_SWIZZLE_0]); in translate_attr_convert() 806 x86_mov16_imm(p->func, dst, imms[swizzle[0] - UTIL_FORMAT_SWIZZLE_0]); in translate_attr_convert() 832 … x86_mov16_imm(p->func, x86_make_disp(dst, 6), imms[swizzle[3] - UTIL_FORMAT_SWIZZLE_0]); in translate_attr_convert() 842 … x86_mov16_imm(p->func, x86_make_disp(dst, 4), imms[swizzle[2] - UTIL_FORMAT_SWIZZLE_0]); in translate_attr_convert() 924 x86_mov16_imm(p->func, x86_make_disp(dst, i * 2), v); in translate_attr_convert() 927 x86_mov16_imm(p->func, x86_make_disp(dst, i * 2), 0); in translate_attr_convert()
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.h | 325 void x86_mov16_imm(struct x86_function *p, struct x86_reg dst, uint16_t imm );
|
D | rtasm_x86sse.c | 476 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() function
|