Home
last modified time | relevance | path

Searched refs:SRW (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td114 // sub / add which can clobber SRW.
115 let Defs = [SPW, SRW], Uses = [SPW] in {
133 let Defs = [SRW] in {
195 let Uses = [SRW] in
210 let Defs = [R12W, R13W, R14W, R15W, SRW],
340 let Defs = [SRW] in {
348 (implicit SRW)]>;
353 (implicit SRW)]>;
360 (implicit SRW)]>;
365 (implicit SRW)]>;
[all …]
DMSP430RegisterInfo.td51 def SRW : MSP430RegWithSubregs<2, "r2", [SRB]>;
81 PCW, SPW, SRW, CGW)>
DMSP430RegisterInfo.cpp88 Reserved.set(MSP430::SRW); in getReservedRegs()
DMSP430ISelLowering.cpp822 SDValue SR = DAG.getCopyFromReg(DAG.getEntryNode(), dl, MSP430::SRW, in LowerSETCC()
/external/qemu/tcg/ppc64/
Dtcg-target.c381 #define SRW XO31(536) macro
1430 tcg_out32 (s, SRW | SAB (args[1], args[0], args[2])); in tcg_out_op()
/external/qemu/tcg/ppc/
Dtcg-target.c389 #define SRW XO31(536) macro
1566 tcg_out32 (s, SRW | SAB (args[1], args[0], args[2])); in tcg_out_op()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td949 def SRW : XForm_6<31, 536, (outs GPRC:$rA), (ins GPRC:$rS, GPRC:$rB),
1439 (SRW GPRC:$rS, GPRC:$rB)>;
DPPCISelLowering.cpp4813 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW), dest).addReg(TmpDestReg) in EmitPartwordAtomicBinary()
5163 BuildMI(*BB, BB->begin(), dl, TII->get(PPC::SRW),dest).addReg(TmpReg) in EmitInstrWithCustomInserter()