HomeSort by: relevance | last modified time | path
    Searched refs:EXTSW (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_64.c 128 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
135 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
139 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
146 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
166 return push_inst(compiler, EXTSW | S(src2) | A(dst));
sljitNativePPC_common.c 165 #define EXTSW (HI(31) | LO(986))
1814 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1)));

Completed in 13 milliseconds