Home
last modified time | relevance | path

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

/external/v8/test/cctest/wasm/
Dtest-run-wasm-js.cc28 #define ADD_CODE(vec, ...) \ macro
177 ADD_CODE(code, WASM_F64(inputs.arg_d(i))); in RunJSSelectTest()
180 ADD_CODE(code, kExprCallFunction, static_cast<byte>(num_params), in RunJSSelectTest()
358 ADD_CODE(code, WASM_GET_LOCAL(i)); in RunJSSelectAlignTest()
361 ADD_CODE(code, kExprCallFunction, static_cast<byte>(num_params), 0); in RunJSSelectAlignTest()
Dtest-run-wasm-64.cc1456 #define ADD_CODE(vec, ...) \ macro
1480 ADD_CODE(code, kExprI8Const, 0); in CompileCallIndirectMany()
1482 ADD_CODE(code, kExprGetLocal, p); in CompileCallIndirectMany()
1484 ADD_CODE(code, kExprCallIndirect, static_cast<byte>(num_params), 1); in CompileCallIndirectMany()
1534 ADD_CODE(code, WASM_ZERO); in Run_WasmMixedCall_N()
1539 ADD_CODE(code, WASM_LOAD_MEM(memtypes[i], WASM_I8(offset))); in Run_WasmMixedCall_N()
1543 ADD_CODE(code, kExprCallFunction, static_cast<byte>(num_params), in Run_WasmMixedCall_N()
1547 ADD_CODE(code, in Run_WasmMixedCall_N()
1552 ADD_CODE(code, WASM_I32V_2(kExpected)); in Run_WasmMixedCall_N()
Dtest-run-wasm.cc2155 #define ADD_CODE(vec, ...) \ macro
2202 ADD_CODE(code, WASM_ZERO); in Run_WasmMixedCall_N()
2207 ADD_CODE(code, WASM_LOAD_MEM(memtypes[i], WASM_I8(offset))); in Run_WasmMixedCall_N()
2211 ADD_CODE(code, kExprCallFunction, static_cast<byte>(num_params), in Run_WasmMixedCall_N()
2215 ADD_CODE(code, in Run_WasmMixedCall_N()
2220 ADD_CODE(code, WASM_I32V_2(kExpected)); in Run_WasmMixedCall_N()
2820 ADD_CODE(code, kExprI8Const, 0); in CompileCallIndirectMany()
2822 ADD_CODE(code, kExprGetLocal, p); in CompileCallIndirectMany()
2824 ADD_CODE(code, kExprCallIndirect, static_cast<byte>(num_params), 1); in CompileCallIndirectMany()