Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc22 kUint32Imm = 1u << 4, member in v8::internal::compiler::OperandMode
44 OperandMode::kUint32Imm | OperandMode::kInt20Imm;
55 (AndCommonMode | OperandMode::kAllowRI | OperandMode::kUint32Imm)
131 else if (mode & OperandMode::kUint32Imm) in CanBeImmediate()
1662 (CompareLogical(cont) ? OperandMode::kUint32Imm : OperandMode::kInt32Imm); in VisitWord32Compare()
1670 (CompareLogical(cont) ? OperandMode::kUint32Imm : OperandMode::kInt32Imm); in VisitWord64Compare()
1696 if (!g.CanBeImmediate(right, OperandMode::kUint32Imm) && in VisitTestUnderMask()
1697 g.CanBeImmediate(left, OperandMode::kUint32Imm)) { in VisitTestUnderMask()
1701 g.UseOperand(right, OperandMode::kUint32Imm), cont); in VisitTestUnderMask()

Completed in 8 milliseconds