| Value | Meaning |
|---|---|
| EQGCC_JIT_COMPARISON_EQ | This is equivalent to "(a) == (b)". |
| NEGCC_JIT_COMPARISON_NE | This is equivalent to "(a) != (b)". |
| LTGCC_JIT_COMPARISON_LT | This is equivalent to "(a) < (b)". |
| LEGCC_JIT_COMPARISON_LE | This is equivalent to "(a) <= (b)". |
| GTGCC_JIT_COMPARISON_GT | This is equivalent to "(a) > (b)". |
| GEGCC_JIT_COMPARISON_GE | This is equivalent to "(a) >= (b)". |
Kinds of comparison.