Searched refs:EXTSW (Results 1 - 8 of 8) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_64.c126 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));
H A DsljitNativePPC_common.c163 #define EXTSW (HI(31) | LO(986)) macro
1800 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1)));
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp254 case PPC::EXTSW:
1568 MIOpC == PPC::EXTSW || MIOpC == PPC::EXTSWo) {
H A DPPCFastISel.cpp1721 // Signed extensions use EXTSB, EXTSH, EXTSW.
2231 case PPC::EXTSW:
/external/v8/src/ppc/
H A Dconstants-ppc.h1088 V(extsw, EXTSW, 0x7C0007B4) \
H A Dassembler-ppc.cc1364 emit(EXT2 | EXTSW | ra.code() * B21 | rs.code() * B16 | rc);
H A Dsimulator-ppc.cc1807 case EXTSW: {
/external/capstone/arch/PowerPC/
H A DPPCGenAsmWriter.inc479 134241100U, // EXTSW
1752 0U, // EXTSW

Completed in 201 milliseconds