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

  /external/pcre/dist/sljit/
sljitNativePPC_64.c 126 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
133 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
137 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
144 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
164 return push_inst(compiler, EXTSW | S(src2) | A(dst));
sljitNativePPC_common.c 159 #define EXTSW (HI(31) | LO(986))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 164 case PPC::EXTSW:
    [all...]
PPCFastISel.cpp     [all...]

Completed in 41 milliseconds