Home
last modified time | relevance | path

Searched refs:x86_mov16_imm (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c853 x86_mov16_imm(p->func, x86_make_disp(dst, 2), in translate_attr_convert()
865 x86_mov16_imm(p->func, dst, in translate_attr_convert()
887 x86_mov16_imm(p->func, x86_make_disp(dst, 6), in translate_attr_convert()
900 x86_mov16_imm(p->func, x86_make_disp(dst, 4), in translate_attr_convert()
974 x86_mov16_imm(p->func, x86_make_disp(dst, i * 2), v); in translate_attr_convert()
977 x86_mov16_imm(p->func, x86_make_disp(dst, i * 2), 0); in translate_attr_convert()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h328 void x86_mov16_imm(struct x86_function *p, struct x86_reg dst, uint16_t imm );
H A Drtasm_x86sse.c477 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() function

Completed in 6 milliseconds