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

/external/v8/src/ppc/
H A Dconstants-ppc.h259 EXTSH = 922 << 1, // Extend Sign Halfword enumerator in enum:v8::internal::OpcodeExt2
H A Dassembler-ppc.cc1321 emit(EXT2 | EXTSH | ra.code() * B21 | rs.code() * B16 | rc);
H A Dsimulator-ppc.cc1814 case EXTSH: {
/external/pcre/dist/sljit/
H A DsljitNativePPC_32.c77 return push_inst(compiler, EXTSH | S(src2) | A(dst));
H A DsljitNativePPC_64.c192 return push_inst(compiler, EXTSH | S(src2) | A(dst));
H A DsljitNativePPC_common.c158 #define EXTSH (HI(31) | LO(922)) macro
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1706 // Signed extensions use EXTSB, EXTSH, EXTSW.
1712 Opc = (DestVT == MVT::i32) ? PPC::EXTSH : PPC::EXTSH8_32_64;
2213 case PPC::EXTSH:
H A DPPCInstrInfo.cpp1545 MIOpC == PPC::EXTSH || MIOpC == PPC::EXTSHo ||

Completed in 209 milliseconds