nir/spirv: Implement some missing CL floating point opcodes
The deprecated LessOrGreater
opcode is still generated by the SPIRV-LLVM-Translator, though if we want to support arbitrary app-provided SPIR-V, we'd need to support it anyway. The others are all pretty straightforward.
/cc @karolherbst @jekstrand