Searched refs:WASM_UNOP (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 253 BUILD(r, WASM_UNOP(opcode, WASM_I32(a))); in TestInt32Unop() 259 BUILD(r, WASM_UNOP(opcode, WASM_GET_LOCAL(0))); in TestInt32Unop() 735 BUILD(r, WASM_I32_SCONVERT_F32(WASM_UNOP(opcode, WASM_F32(a)))); in TestFloat32UnopWithConvert() 741 BUILD(r, WASM_I32_SCONVERT_F32(WASM_UNOP(opcode, WASM_GET_LOCAL(0)))); in TestFloat32UnopWithConvert() 785 BUILD(r, WASM_I32_SCONVERT_F64(WASM_UNOP(opcode, WASM_F64(a)))); in TestFloat64UnopWithConvert() 791 BUILD(r, WASM_I32_SCONVERT_F64(WASM_UNOP(opcode, WASM_GET_LOCAL(0)))); in TestFloat64UnopWithConvert()
|
/external/v8/src/wasm/ |
D | wasm-macro-gen.h | 125 #define WASM_UNOP(opcode, x) static_cast<byte>(opcode), x macro
|