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

  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 658 x86_mov_imm(p->func, dst, imms[swizzle[0] - UTIL_FORMAT_SWIZZLE_0]);
668 x86_mov_imm(p->func, x86_make_disp(dst, 4), imms[swizzle[1] - UTIL_FORMAT_SWIZZLE_0]);
686 x86_mov_imm(p->func, x86_make_disp(dst, 8), imms[swizzle[2] - UTIL_FORMAT_SWIZZLE_0]);
696 x86_mov_imm(p->func, x86_make_disp(dst, 12), imms[swizzle[3] - UTIL_FORMAT_SWIZZLE_0]);
803 x86_mov_imm(p->func, dst, (imms[swizzle[1] - UTIL_FORMAT_SWIZZLE_0] << 16) | imms[swizzle[0] - UTIL_FORMAT_SWIZZLE_0]);
839 x86_mov_imm(p->func, x86_make_disp(dst, 4), (imms[swizzle[3] - UTIL_FORMAT_SWIZZLE_0] << 16) | imms[swizzle[2] - UTIL_FORMAT_SWIZZLE_0]);
955 x86_mov_imm(p->func, x86_make_disp(dst, i * 4), v);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 323 void x86_mov_imm(struct x86_function *p, struct x86_reg dst, int imm );
rtasm_x86sse.c 463 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) function
    [all...]

Completed in 39 milliseconds