Searched refs:SRW (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp88 Reserved.set(MSP430::SRW);
138 // The SRW implicit def is dead.
153 // The SRW implicit def is dead.
H A DMSP430ISelLowering.cpp799 // Res = SRW & 1, no processing is required
802 // Res = ~(SRW & 1)
807 // C = ~Z, thus Res = SRW & 1, no processing is required
809 // Res = ~((SRW >> 1) & 1)
816 // C = ~Z for AND instruction, thus we can put Res = ~(SRW & 1), however,
817 // Res = (SRW >> 1) & 1 is 1 word shorter.
823 SDValue SR = DAG.getCopyFromReg(DAG.getEntryNode(), dl, MSP430::SRW,
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_32.c228 return push_inst(compiler, SRW | RC(flags) | S(src1) | A(dst) | B(src2));
H A DsljitNativePPC_64.c367 return push_inst(compiler, ((flags & ALT_FORM2) ? SRW : SRD) | RC(flags) | S(src1) | A(dst) | B(src2));
H A DsljitNativePPC_common.c210 #define SRW (HI(31) | LO(536)) macro
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1583 MIOpC == PPC::SRW || MIOpC == PPC::SRWo ||
H A DPPCISelDAGToDAG.cpp3967 // SLW and SRW always clear the higher-order bits.
3969 Op32.getMachineOpcode() == PPC::SRW) {
4182 case PPC::SRW: NewOpcode = PPC::SRW8; break;
H A DPPCISelLowering.cpp8629 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW), dest).addReg(TmpDestReg)
9372 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW),dest).addReg(TmpReg)
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4838 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW), dest).addReg(TmpDestReg)
5188 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW),dest).addReg(TmpReg)
/external/capstone/arch/PowerPC/
H A DPPCGenAsmWriter.inc853 23321U, // SRW
2126 0U, // SRW

Completed in 394 milliseconds