Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc783 #define CASE_F32_CMPOP(opcode, cond) \ in BinOp() macro
852 CASE_F32_CMPOP(F32Eq, kEqual) in BinOp()
853 CASE_F32_CMPOP(F32Ne, kUnequal) in BinOp()
854 CASE_F32_CMPOP(F32Lt, kUnsignedLessThan) in BinOp()
855 CASE_F32_CMPOP(F32Gt, kUnsignedGreaterThan) in BinOp()
856 CASE_F32_CMPOP(F32Le, kUnsignedLessEqual) in BinOp()
857 CASE_F32_CMPOP(F32Ge, kUnsignedGreaterEqual) in BinOp()
991 #undef CASE_F32_CMPOP in BinOp()