Home
last modified time | relevance | path

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

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