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

  /external/pcre/dist/sljit/
sljitNativePPC_64.c 38 #define RLDI(dst, src, sh, mb, type) \
42 push_inst(compiler, RLDI(reg, reg, 63 - shift, shift, 1))
350 return push_inst(compiler, RLDI(dst, src1, compiler->imm, 63 - compiler->imm, 1) | RC(flags));
364 return push_inst(compiler, RLDI(dst, src1, 64 - compiler->imm, compiler->imm, 0) | RC(flags));
sljitNativePPC_common.c 990 FAIL_IF(push_inst(compiler, RLDI(tmp_r, OFFS_REG(arg), argw, 63 - argw, 1)));
    [all...]

Completed in 341 milliseconds