const SparcFCMP = enum(i32)
const SparcFCMP = enum(i32) { Equal = 0, Less = 1, Greater = 2, Unordered = 3, }