OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i64const
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ConstantUnion.h
62
i64Const
= i64;
92
long long getI64Const() const { return
i64Const
; }
116
if (i64 ==
i64Const
)
163
if (constant.
i64Const
==
i64Const
)
239
if (
i64Const
> constant.
i64Const
)
274
if (
i64Const
< constant.
i64Const
)
300
case EbtInt64: returnValue.setI64Const(
i64Const
+ constant.i64Const); break
[
all
...]
/external/v8/src/wasm/
wasm-opcodes.h
84
V(
I64Const
, 0x42, _) \
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp
243
SDNode *SelectI64Constant(uint64_t
i64const
, EVT OpVT, DebugLoc dl);
[
all
...]
Completed in 156 milliseconds