OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kAstF64
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/wasm/
wasm-opcodes.h
45
const LocalType
kAstF64
= MachineRepresentation::kFloat64;
270
V(i_dd, kAstI32,
kAstF64
,
kAstF64
) \
271
V(i_d, kAstI32,
kAstF64
) \
278
V(l_d, kAstI64,
kAstF64
) \
281
V(f_d, kAstF32,
kAstF64
) \
284
V(d_dd,
kAstF64
,
kAstF64
,
kAstF64
) \
285
V(d_d,
kAstF64
, kAstF64)
[
all
...]
/external/v8/test/mjsunit/wasm/
wasm-constants.js
38
var
kAstF64
= 4;
Completed in 43 milliseconds