Home
last modified time | relevance | path

Searched refs:Shift64OperandMode (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc65 #define Shift64OperandMode \ macro
992 VisitWord64BinOp(this, node, kS390_ShiftLeft64, Shift64OperandMode); in VisitWord64Shl()
1031 VisitWord64BinOp(this, node, kS390_ShiftRight64, Shift64OperandMode); in VisitWord64Shr()
1492 V(Word64, Word64Sar, kS390_ShiftRightArith64, Shift64OperandMode, null) \
1493 V(Word64, Word64Ror, kS390_RotRight64, Shift64OperandMode, null) \

Completed in 5 milliseconds