Searched refs:Shift64OperandMode (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 65 #define Shift64OperandMode \ macro 954 VisitWord64BinOp(this, node, kS390_ShiftLeft64, Shift64OperandMode); in VisitWord64Shl() 992 VisitWord64BinOp(this, node, kS390_ShiftRight64, Shift64OperandMode); in VisitWord64Shr() 1520 V(Word64, Word64Sar, kS390_ShiftRightArith64, Shift64OperandMode, null) \ 1521 V(Word64, Word64Ror, kS390_RotRight64, Shift64OperandMode, null) \
|