Lines Matching refs:WasmOpcode
204 void TestInt32Binop(WasmOpcode opcode, int32_t expected, int32_t a, int32_t b) { in TestInt32Binop()
249 void TestInt32Unop(WasmOpcode opcode, int32_t expected, int32_t a) { in TestInt32Unop()
349 void TestInt64Binop(WasmOpcode opcode, int64_t expected, int64_t a, int64_t b) { in TestInt64Binop()
366 void TestInt64Cmp(WasmOpcode opcode, int64_t expected, int64_t a, int64_t b) { in TestInt64Cmp()
696 void TestFloat32Binop(WasmOpcode opcode, int32_t expected, float a, float b) { in TestFloat32Binop()
712 void TestFloat32BinopWithConvert(WasmOpcode opcode, int32_t expected, float a, in TestFloat32BinopWithConvert()
731 void TestFloat32UnopWithConvert(WasmOpcode opcode, int32_t expected, float a) { in TestFloat32UnopWithConvert()
747 void TestFloat64Binop(WasmOpcode opcode, int32_t expected, double a, double b) { in TestFloat64Binop()
763 void TestFloat64BinopWithConvert(WasmOpcode opcode, int32_t expected, double a, in TestFloat64BinopWithConvert()
781 void TestFloat64UnopWithConvert(WasmOpcode opcode, int32_t expected, double a) { in TestFloat64UnopWithConvert()
1837 T GenerateAndRunFold(WasmOpcode binop, T* buffer, size_t size, in GenerateAndRunFold()
1980 static void TestBuildGraphForSimpleExpression(WasmOpcode opcode) { in TestBuildGraphForSimpleExpression()