Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_64.c128 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
135 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
139 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
146 FAIL_IF(push_inst(compiler, EXTSW | S(src1) | A(TMP_REG1))); \
166 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
H A DsljitNativePPC_common.c165 #define EXTSW (HI(31) | LO(986)) macro
1814 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_conv_f64_from_sw()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp790 case PPC::EXTSW: in simplifyCode()
806 return Opcode == PPC::EXTSW || Opcode == PPC::EXTSW_32_64; in simplifyCode()
1619 if (SrcMI->getOpcode() != PPC::EXTSW && in combineSEXTAndSHL()
1640 SrcMI->getOpcode() == PPC::EXTSW ? TII->get(PPC::EXTSWSLI) in combineSEXTAndSHL()
H A DPPCInstrVSX.td4662 (EXTSW (VEXTUWLX (RLWINM8 $Idx, 2, 28, 29), $S))>;
4664 (EXTSW (VEXTUWLX (LI8 0), $S))>;
4667 (EXTSW (INSERT_SUBREG (i64 (IMPLICIT_DEF)),
4670 (EXTSW (VEXTUWLX (LI8 8), $S))>;
4672 (EXTSW (VEXTUWLX (LI8 12), $S))>;
4797 (EXTSW (VEXTUWRX (RLWINM8 $Idx, 2, 28, 29), $S))>;
4799 (EXTSW (VEXTUWRX (LI8 0), $S))>;
4801 (EXTSW (VEXTUWRX (LI8 4), $S))>;
4804 (EXTSW (INSERT_SUBREG (i64 (IMPLICIT_DEF)),
4807 (EXTSW (VEXTUWRX (LI8 12), $S))>;
H A DPPCFastISel.cpp2350 case PPC::EXTSW: in tryToFoldLoadIntoMI()
H A DPPCInstrInfo.cpp1059 case PPC::EXTSW: in isCoalescableExtInstr()
5079 Opcode == PPC::EXTSH8 || Opcode == PPC::EXTSW || in isSignExtendingOp()
H A DPPCInstr64Bit.td754 defm EXTSW : XForm_11r<31, 986, (outs g8rc:$rA), (ins g8rc:$rS),
H A DPPCISelLowering.cpp11140 case PPC::EXTSW: in isSignExtended()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20168065 (extendsi<mode>2): Reorder pattern, so EXTSW comes after the GPR
H A DChangeLog-201713510 direct move and then an EXTSW.