HomeSort by relevance Sort by last modified time
    Searched refs:x86_mov8_imm (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 324 void x86_mov8_imm(struct x86_function *p, struct x86_reg dst, uint8_t imm );
rtasm_x86sse.c 493 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 895 x86_mov8_imm(p->func, x86_make_disp(dst, i * 1), v);
    [all...]

Completed in 112 milliseconds