HomeSort by relevance Sort by last modified time
    Searched refs:SRW (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 88 Reserved.set(MSP430::SRW);
138 // The SRW implicit def is dead.
153 // The SRW implicit def is dead.
MSP430ISelLowering.cpp 792 // Res = SRW & 1, no processing is required
795 // Res = ~(SRW & 1)
800 // C = ~Z, thus Res = SRW & 1, no processing is required
802 // Res = ~((SRW >> 1) & 1)
809 // C = ~Z for AND instruction, thus we can put Res = ~(SRW & 1), however,
810 // Res = (SRW >> 1) & 1 is 1 word shorter.
816 SDValue SR = DAG.getCopyFromReg(DAG.getEntryNode(), dl, MSP430::SRW,
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 389 #define SRW XO31(536)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 381 #define SRW XO31(536)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 176 milliseconds