Home
last modified time | relevance | path

Searched refs:EXTSH (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h259 EXTSH = 922 << 1, // Extend Sign Halfword enumerator
Ddisasm-ppc.cc567 case EXTSH: { in DecodeExt2()
Dassembler-ppc.cc1290 emit(EXT2 | EXTSH | ra.code() * B21 | rs.code() * B16 | rc); in extsh()
Dsimulator-ppc.cc1766 case EXTSH: { in ExecuteExt2_10bit()
/external/pcre/dist/sljit/
DsljitNativePPC_32.c77 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
DsljitNativePPC_64.c192 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
DsljitNativePPC_common.c158 #define EXTSH (HI(31) | LO(922)) macro
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1712 Opc = (DestVT == MVT::i32) ? PPC::EXTSH : PPC::EXTSH8_32_64; in PPCEmitIntExt()
2213 case PPC::EXTSH: in tryToFoldLoadIntoMI()
DPPCInstrInfo.cpp1545 MIOpC == PPC::EXTSH || MIOpC == PPC::EXTSHo || in optimizeCompareInstr()
DPPCInstrInfo.td2006 defm EXTSH : XForm_11r<31, 922, (outs gprc:$rA), (ins gprc:$rS),