Searched refs:EXTSB (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 62 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 66 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
|
D | sljitNativePPC_64.c | 177 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op() 181 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
|
D | sljitNativePPC_common.c | 161 #define EXTSB (HI(31) | LO(954)) macro
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 597 case EXTSB: { in DecodeExt2()
|
D | constants-ppc.h | 1152 V(extsb, EXTSB, 0x7C000774) \
|
D | assembler-ppc.cc | 1353 emit(EXT2 | EXTSB | ra.code() * B21 | rs.code() * B16 | rc); in extsb()
|
D | simulator-ppc.cc | 1832 case EXTSB: { in ExecuteExt2_10bit()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1725 Opc = (DestVT == MVT::i32) ? PPC::EXTSB : PPC::EXTSB8_32_64; in PPCEmitIntExt() 2217 case PPC::EXTSB: in tryToFoldLoadIntoMI()
|
D | PPCInstrInfo.cpp | 1566 MIOpC == PPC::EXTSB || MIOpC == PPC::EXTSBo || in optimizeCompareInstr()
|
D | PPCInstrInfo.td | 2072 defm EXTSB : XForm_11r<31, 954, (outs gprc:$rA), (ins gprc:$rS),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 968 def EXTSB : XForm_11<31, 954, (outs GPRC:$rA), (ins GPRC:$rS),
|