Searched refs:EXTSW (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist/sljit/ |
D | sljitNativePPC_64.c | 126 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()
|
D | sljitNativePPC_common.c | 159 #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/ |
D | constants-ppc.h | 262 EXTSW = 986 << 1 // Extend Sign Word enumerator
|
D | disasm-ppc.cc | 573 case EXTSW: { in DecodeExt2()
|
D | assembler-ppc.cc | 1327 emit(EXT2 | EXTSW | ra.code() * B21 | rs.code() * B16 | rc); in extsw()
|
D | simulator-ppc.cc | 1801 case EXTSW: { in ExecuteExt2_10bit()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 252 case PPC::EXTSW: in isCoalescableExtInstr() 1546 MIOpC == PPC::EXTSW || MIOpC == PPC::EXTSWo) { in optimizeCompareInstr()
|
D | PPCFastISel.cpp | 2221 case PPC::EXTSW: in tryToFoldLoadIntoMI()
|
D | PPCInstr64Bit.td | 592 defm EXTSW : XForm_11r<31, 986, (outs g8rc:$rA), (ins g8rc:$rS),
|