Home
last modified time | relevance | path

Searched defs:kSignedGreaterEqual (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-assembler-defs.h93 constexpr Condition kSignedGreaterEqual = greater_equal; variable
106 constexpr Condition kSignedGreaterEqual = ge; variable
119 constexpr Condition kSignedGreaterEqual = ge; variable
133 constexpr Condition kSignedGreaterEqual = static_cast<Condition>(0); variable