Searched refs:kExprI64Sub (Results 1 – 6 of 6) sorted by relevance
80 case kExprI64Sub: in IsSupported()
162 #define WASM_I64_SUB(x, y) kExprI64Sub, x, y
121 var kExprI64Sub = 0x5c; variable
2088 EXPECT_LENGTH(1, kExprI64Sub); in TEST_F()2346 EXPECT_ARITY(2, kExprI64Sub); in TEST_F()
484 case wasm::kExprI64Sub: in Binop()
387 TestInt64Binop(kExprI64Sub, -111111111111LL, 777777777777LL, 888888888888LL); in TEST()