HomeSort by: relevance | last modified time | path
    Searched defs:emit_mov_half (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 998 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, function
1342 FAIL_IF(emit_mov_half(compiler, 0, dst, dstw, src, srcw));
1345 FAIL_IF(emit_mov_half(compiler, 1, dst, dstw, src, srcw));

Completed in 439 milliseconds