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

  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 247 // Try to update RxSBG so that only the bits of RxSBG.Input in Mask are used.
249 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask);
251 // Try to fold some of RxSBG.Input into other fields of RxSBG.
253 bool expandRxSBG(RxSBGOperands &RxSBG);
622 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) {
624 if (RxSBG.Rotate != 0)
625 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))
    [all...]
  /external/valgrind/main/none/tests/s390x/
opcodes.h 274 #define RXSBG(r1,r2,i3,i4,i5) RIE_RRUUU(ec,r1,r2,i3,i4,i5,57)

Completed in 25 milliseconds