HomeSort by: relevance | last modified time | path
    Searched refs:EXTSW (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_64.c 128 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));
sljitNativePPC_common.c 165 #define EXTSW (HI(31) | LO(986))
1814 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1)));
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp 59 "Number of pairs of EXTSW and SLDI combined as EXTSWSLI");
790 case PPC::EXTSW:
806 return Opcode == PPC::EXTSW || Opcode == PPC::EXTSW_32_64;
833 // We can eliminate EXTSW if the input is known to be already
1619 if (SrcMI->getOpcode() != PPC::EXTSW &&
1623 // If the register defined by extsw has more than one use, combination is not
1628 assert(SrcMI->getNumOperands() == 2 && "EXTSW should have 2 operands");
1630 "EXTSW's second operand should be a register");
1640 SrcMI->getOpcode() == PPC::EXTSW ? TII->get(PPC::EXTSWSLI)
1651 // SrcMI, which is extsw, is of no use now, erase it
    [all...]
PPCFastISel.cpp 1813 // Signed extensions use EXTSB, EXTSH, EXTSW.
2350 case PPC::EXTSW:
PPCInstrInfo.cpp 1059 case PPC::EXTSW:
5079 Opcode == PPC::EXTSH8 || Opcode == PPC::EXTSW ||
PPCISelLowering.cpp 8570 // 64-bit register with extsw, store the WHOLE 64-bit value into the stack
11140 case PPC::EXTSW:

Completed in 35 milliseconds