Compare element-wise if the register elements of lhs are greater equal than the ones in rhs.
If a comparison is false, the corresponding value of the returned register is 0. For single precision registers, a true comparison yields 0xFFFFFFFF. For double precision registers it is 0xFFFFFFFFFFFFFFFF.
- Template Parameters
-
| T_RegisterType | The register type |
- Parameters
-
| [in] | lhs | The register left of the operator |
| [in] | rhs | The register right of the operator |
- Returns
- Register with the comparison results. See detailed description.