Searched refs:i_ll (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 175 V(I64Eq, 0x68, i_ll) \ 176 V(I64Ne, 0x69, i_ll) \ 177 V(I64LtS, 0x6a, i_ll) \ 178 V(I64LeS, 0x6b, i_ll) \ 179 V(I64LtU, 0x6c, i_ll) \ 180 V(I64LeU, 0x6d, i_ll) \ 181 V(I64GtS, 0x6e, i_ll) \ 182 V(I64GeS, 0x6f, i_ll) \ 183 V(I64GtU, 0x70, i_ll) \ 184 V(I64GeU, 0x71, i_ll) \ [all …]
|
/external/v8/test/cctest/wasm/ |
D | test-signatures.h | 65 FunctionSig* i_ll() { return &sig_i_ll; } in i_ll() function
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 989 init_env(&env_i_ll, sigs.i_ll()); in TEST_F()
|