Home
last modified time | relevance | path

Searched refs:i_i (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.h101 V(I32LoadMem8S, 0x20, i_i) \
102 V(I32LoadMem8U, 0x21, i_i) \
103 V(I32LoadMem16S, 0x22, i_i) \
104 V(I32LoadMem16U, 0x23, i_i) \
111 V(I32LoadMem, 0x2a, i_i) \
131 V(GrowMemory, 0x39, i_i)
158 V(I32Clz, 0x57, i_i) \
159 V(I32Ctz, 0x58, i_i) \
160 V(I32Popcnt, 0x59, i_i) \
161 V(BoolNot, 0x5a, i_i) \
[all …]
/external/v8/test/cctest/wasm/
Dtest-run-wasm-js.cc111 WasmFunctionCompiler t(sigs.i_i()); in TEST()
129 WasmFunctionCompiler t(sigs.i_i(), &module); in TEST()
131 AddJsFunction(&module, sigs.i_i(), "(function(a) { return a + 99; })"); in TEST()
Dtest-signatures.h53 FunctionSig* i_i() { return &sig_i_i; } in i_i() function
/external/netperf/doc/
DMakefile.in420 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
421 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
422 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
/external/libmicrohttpd/doc/
DMakefile.in657 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
658 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
659 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc66 init_env(&env_i_i, sigs.i_i()); in WasmDecoderTest()
302 FunctionSig* array[] = {sigs.i_i(), sigs.i_ii(), sigs.i_iii()}; in TEST_F()
1244 module_env.AddFunction(sigs.i_i()); in TEST_F()
1258 module_env.AddFunction(sigs.i_i()); in TEST_F()
1308 module_env.AddFunction(sigs.i_i()); in TEST_F()
1343 byte f1 = module_env.AddSignature(sigs.i_i()); in TEST_F()
1363 module_env.AddSignature(sigs.i_i()); in TEST_F()
2222 WasmDecoderTest::init_env(&env, sigs.i_i()); in TEST_F()
2247 module.AddFunction(sigs.i_i()); in TEST_F()
/external/bison/doc/
DMakefile.in1632 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
1633 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
1634 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \