B2R2


RelOpType Type

Relative operator types.

Record fields

Record Field Description

EQ

Full Usage: EQ

Field type: RelOpType
Modifiers: static

Equal

Field type: RelOpType

FGE

Full Usage: FGE

Field type: RelOpType
Modifiers: static

Floating point greater than or equal

Field type: RelOpType

FGT

Full Usage: FGT

Field type: RelOpType
Modifiers: static

Floating point greater than

Field type: RelOpType

FLE

Full Usage: FLE

Field type: RelOpType
Modifiers: static

Floating point less than or equal

Field type: RelOpType

FLT

Full Usage: FLT

Field type: RelOpType
Modifiers: static

Floating point less than

Field type: RelOpType

GE

Full Usage: GE

Field type: RelOpType
Modifiers: static

Unsigned greater than or equal

Field type: RelOpType

GT

Full Usage: GT

Field type: RelOpType
Modifiers: static

Unsigned greater than

Field type: RelOpType

LE

Full Usage: LE

Field type: RelOpType
Modifiers: static

Unsigned less than or equal

Field type: RelOpType

LT

Full Usage: LT

Field type: RelOpType
Modifiers: static

Unsigned less than

Field type: RelOpType

NEQ

Full Usage: NEQ

Field type: RelOpType
Modifiers: static

Not equal

Field type: RelOpType

SGE

Full Usage: SGE

Field type: RelOpType
Modifiers: static

Signed greater than or equal

Field type: RelOpType

SGT

Full Usage: SGT

Field type: RelOpType
Modifiers: static

Signed greater than

Field type: RelOpType

SLE

Full Usage: SLE

Field type: RelOpType
Modifiers: static

Signed less than or equal

Field type: RelOpType

SLT

Full Usage: SLT

Field type: RelOpType
Modifiers: static

Signed less than

Field type: RelOpType