Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-codes.h176 inline FlagsCondition NegateFlagsCondition(FlagsCondition condition) { in NegateFlagsCondition() function
Dinstruction-selector-impl.h349 condition_ = NegateFlagsCondition(condition_); in Negate()
Dcode-generator.cc353 condition = NegateFlagsCondition(condition); in AssembleInstruction()