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

  /external/valgrind/none/tests/s390x/
rxsbg.stdout.exp     [all...]
rxsbg.c 75 i5sweep(RXSBG);
opcodes.h 330 #define RXSBG(r1,r2,i3,i4,i5) RIE_RRUUU(ec,r1,r2,i3,i4,i5,57)
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 263 // Try to update RxSBG so that only the bits of RxSBG.Input in Mask are used.
265 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const;
267 // Try to fold some of RxSBG.Input into other fields of RxSBG.
269 bool expandRxSBG(RxSBGOperands &RxSBG) const;
679 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG,
682 if (RxSBG.Rotate != 0)
683 Mask = (Mask << RxSBG.Rotate) | (Mask >> (64 - RxSBG.Rotate))
    [all...]

Completed in 203 milliseconds