Searched refs:EXTSH (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 77 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
|
D | sljitNativePPC_64.c | 192 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
|
D | sljitNativePPC_common.c | 162 #define EXTSH (HI(31) | LO(922)) macro
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 587 case EXTSH: { in DecodeExt2()
|
D | constants-ppc.h | 1154 V(extsh, EXTSH, 0x7C000734) \
|
D | assembler-ppc.cc | 1358 emit(EXT2 | EXTSH | ra.code() * B21 | rs.code() * B16 | rc); in extsh()
|
D | simulator-ppc.cc | 1820 case EXTSH: { in ExecuteExt2_10bit()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1727 Opc = (DestVT == MVT::i32) ? PPC::EXTSH : PPC::EXTSH8_32_64; in PPCEmitIntExt() 2223 case PPC::EXTSH: in tryToFoldLoadIntoMI()
|
D | PPCInstrInfo.cpp | 1567 MIOpC == PPC::EXTSH || MIOpC == PPC::EXTSHo || in optimizeCompareInstr()
|
D | PPCInstrInfo.td | 2075 defm EXTSH : XForm_11r<31, 922, (outs gprc:$rA), (ins gprc:$rS),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 971 def EXTSH : XForm_11<31, 922, (outs GPRC:$rA), (ins GPRC:$rS),
|