Home
last modified time | relevance | path

Searched refs:EXTSW (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist/sljit/
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)); in emit_single_op()
DsljitNativePPC_common.c159 #define EXTSW (HI(31) | LO(986)) macro
1796 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_convd_fromw()
/external/v8/src/ppc/
Dconstants-ppc.h262 EXTSW = 986 << 1 // Extend Sign Word enumerator
Ddisasm-ppc.cc573 case EXTSW: { in DecodeExt2()
Dassembler-ppc.cc1327 emit(EXT2 | EXTSW | ra.code() * B21 | rs.code() * B16 | rc); in extsw()
Dsimulator-ppc.cc1801 case EXTSW: { in ExecuteExt2_10bit()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp252 case PPC::EXTSW: in isCoalescableExtInstr()
1546 MIOpC == PPC::EXTSW || MIOpC == PPC::EXTSWo) { in optimizeCompareInstr()
DPPCFastISel.cpp2221 case PPC::EXTSW: in tryToFoldLoadIntoMI()
DPPCInstr64Bit.td592 defm EXTSW : XForm_11r<31, 986, (outs g8rc:$rA), (ins g8rc:$rS),