Home
last modified time | relevance | path

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

/external/valgrind/none/tests/amd64/
Drcl-amd64.c4 #define I64(C) "rcrq %%rbx\n" "rclq $" #C ",%%rax\n" "rclq %%rbx\n" macro
/external/flatbuffers/tests/MyGame/Example/
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/subzero/unittest/AssemblerX8632/
DTestUtil.h270 int64_t I64[2]; member
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h382 int64_t I64[2]; member
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go631I64 *google_protobuf4.Int64Value `protobuf:"bytes,5,opt,name=i64" json:"i64,omitempt… member
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp1514 I64, enumerator
/external/vixl/src/aarch32/
Dinstructions-aarch32.h276 I64 = kDataTypeI | 64, enumerator
/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