Lines Matching refs:CASE_I64_CMPOP
777 #define CASE_I64_CMPOP(opcode, cond) \ in BinOp() macro
842 CASE_I64_CMPOP(I64Eq, kEqual) in BinOp()
843 CASE_I64_CMPOP(I64Ne, kUnequal) in BinOp()
844 CASE_I64_CMPOP(I64LtS, kSignedLessThan) in BinOp()
845 CASE_I64_CMPOP(I64LtU, kUnsignedLessThan) in BinOp()
846 CASE_I64_CMPOP(I64GtS, kSignedGreaterThan) in BinOp()
847 CASE_I64_CMPOP(I64GtU, kUnsignedGreaterThan) in BinOp()
848 CASE_I64_CMPOP(I64LeS, kSignedLessEqual) in BinOp()
849 CASE_I64_CMPOP(I64LeU, kUnsignedLessEqual) in BinOp()
850 CASE_I64_CMPOP(I64GeS, kSignedGreaterEqual) in BinOp()
851 CASE_I64_CMPOP(I64GeU, kUnsignedGreaterEqual) in BinOp()
990 #undef CASE_I64_CMPOP in BinOp()