Searched refs:CASE_I64_CMPOP (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 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() [all …]
|