Searched refs:l_ll (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 162 V(I64Add, 0x5b, l_ll) \ 163 V(I64Sub, 0x5c, l_ll) \ 164 V(I64Mul, 0x5d, l_ll) \ 165 V(I64DivS, 0x5e, l_ll) \ 166 V(I64DivU, 0x5f, l_ll) \ 167 V(I64RemS, 0x60, l_ll) \ 168 V(I64RemU, 0x61, l_ll) \ 169 V(I64And, 0x62, l_ll) \ 170 V(I64Ior, 0x63, l_ll) \ 171 V(I64Xor, 0x64, l_ll) \ [all …]
|
/external/v8/test/cctest/wasm/ |
D | test-signatures.h | 64 FunctionSig* l_ll() { return &sig_l_ll; } in l_ll() function
|
D | test-run-wasm.cc | 2441 WasmFunctionCompiler t(sigs.l_ll()); in TEST()
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 990 init_env(&env_l_ll, sigs.l_ll()); in TEST_F()
|