Home
last modified time | relevance | path

Searched defs:I64 (Results 1 – 15 of 15) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.lua66 function TypeAliases_mt:I64() function
DTypeAliases.py64 def I64(self): member in TypeAliases
DTypeAliases.go101 func (rcv *TypeAliases) I64() int64 { func
DTypeAliases.cs32 …public long I64 { get { int o = __p.__offset(16); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) :… property
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.h287 I64 = 0x7E, enumerator
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h270 int64_t I64[2]; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h92 I64 = 9, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h225 I64 = WASM_TYPE_I64, enumerator
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h382 int64_t I64[2]; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h269 I64 = INT | B64, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp1514 I64, enumerator
/external/vixl/src/aarch32/
Dinstructions-aarch32.h276 I64 = kDataTypeI | 64, enumerator
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go821 I64 *wrappers.Int64Value `protobuf:"bytes,5,opt,name=i64" json:"i64,omitempty"` member
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.cpp443 const uint64_t I64 = Utils::bitCopy<uint64_t>(F64); in canHoldImm() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp6299 llvm::IntegerType *I64 = llvm::IntegerType::get(getVMContext(), 64); in HandleAggregates() local