Searched refs:EXTSB (Results 1 – 10 of 10) sorted by relevance
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()
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()
157 #define EXTSB (HI(31) | LO(954)) macro
260 EXTSB = 954 << 1, // Extend Sign Byte enumerator
577 case EXTSB: { in DecodeExt2()
1285 emit(EXT2 | EXTSB | ra.code() * B21 | rs.code() * B16 | rc); in extsb()
1778 case EXTSB: { in ExecuteExt2_10bit()
1710 Opc = (DestVT == MVT::i32) ? PPC::EXTSB : PPC::EXTSB8_32_64; in PPCEmitIntExt()2207 case PPC::EXTSB: in tryToFoldLoadIntoMI()
1544 MIOpC == PPC::EXTSB || MIOpC == PPC::EXTSBo || in optimizeCompareInstr()
2003 defm EXTSB : XForm_11r<31, 954, (outs gprc:$rA), (ins gprc:$rS),