Home
last modified time | relevance | path

Searched refs:kAllowDistinctOps (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc34 kAllowDistinctOps = kAllowRRR | kAllowRRI | kAllowRRM, enumerator
470 operand_mode &= ~OperandMode::kAllowDistinctOps; in GenerateRightOperands()
476 ~OperandMode::kAllowImmediate & ~OperandMode::kAllowDistinctOps; in GenerateRightOperands()
653 if ((operand_mode & OperandMode::kAllowDistinctOps) && in VisitBinOp()
1263 OperandMode::kInt32Imm | OperandMode::kAllowDistinctOps, in TryMatchInt32MulWithOverflow()
1454 OperandMode::kInt32Imm | OperandMode::kAllowDistinctOps, null) \
1913 OperandMode::kInt32Imm | OperandMode::kAllowDistinctOps, in VisitWordCompareZero()