Home
last modified time | relevance | path

Searched refs:CASE_F64_CMPOP (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc789 #define CASE_F64_CMPOP(opcode, cond) \ in BinOp() macro
858 CASE_F64_CMPOP(F64Eq, kEqual) in BinOp()
859 CASE_F64_CMPOP(F64Ne, kUnequal) in BinOp()
860 CASE_F64_CMPOP(F64Lt, kUnsignedLessThan) in BinOp()
861 CASE_F64_CMPOP(F64Gt, kUnsignedGreaterThan) in BinOp()
862 CASE_F64_CMPOP(F64Le, kUnsignedLessEqual) in BinOp()
863 CASE_F64_CMPOP(F64Ge, kUnsignedGreaterEqual) in BinOp()
992 #undef CASE_F64_CMPOP in BinOp()