OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kAstI64
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/wasm/
wasm-opcodes.h
43
const LocalType
kAstI64
= MachineRepresentation::kWord64;
272
V(i_l, kAstI32,
kAstI64
) \
273
V(l_ll,
kAstI64
,
kAstI64
,
kAstI64
) \
274
V(i_ll, kAstI32,
kAstI64
,
kAstI64
) \
275
V(l_l,
kAstI64
,
kAstI64
) \
276
V(l_i,
kAstI64
, kAstI32)
[
all
...]
/external/v8/test/mjsunit/wasm/
wasm-constants.js
36
var
kAstI64
= 2;
Completed in 34 milliseconds