Searched refs:Shift32OperandMode (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 59 #define Shift32OperandMode \ macro 1472 V(Word32, Word32Shl, kS390_ShiftLeft32, Shift32OperandMode, null) \ 1473 V(Word32, Word32Shr, kS390_ShiftRight32, Shift32OperandMode, null) \ 1474 V(Word32, Word32Sar, kS390_ShiftRightArith32, Shift32OperandMode, \
|