Searched refs:EXTSH (Results 1 – 10 of 10) sorted by relevance
259 EXTSH = 922 << 1, // Extend Sign Halfword enumerator
567 case EXTSH: { in DecodeExt2()
1290 emit(EXT2 | EXTSH | ra.code() * B21 | rs.code() * B16 | rc); in extsh()
1766 case EXTSH: { in ExecuteExt2_10bit()
77 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
192 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
158 #define EXTSH (HI(31) | LO(922)) macro
1712 Opc = (DestVT == MVT::i32) ? PPC::EXTSH : PPC::EXTSH8_32_64; in PPCEmitIntExt()2213 case PPC::EXTSH: in tryToFoldLoadIntoMI()
1545 MIOpC == PPC::EXTSH || MIOpC == PPC::EXTSHo || in optimizeCompareInstr()
2006 defm EXTSH : XForm_11r<31, 922, (outs gprc:$rA), (ins gprc:$rS),