HomeSort by relevance Sort by last modified time
    Searched refs:addr64 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGen/
builtins-arm-exclusive.c 35 int test_ldrex(char *addr, long long *addr64, float *addrfloat) {
71 // CHECK-ARM64: [[ADDR64:%.*]] = bitcast i8* %addr to i64*
72 // CHECK-ARM64: call i64 @llvm.aarch64.ldxr.p0i64(i64* [[ADDR64]])
74 sum += __builtin_arm_ldrex(addr64);
75 // CHECK: [[ADDR64_AS8:%.*]] = bitcast i64* %addr64 to i8*
78 // CHECK-ARM64: call i64 @llvm.aarch64.ldxr.p0i64(i64* %addr64)
100 // CHECK-ARM64: [[INTRES:%.*]] = tail call i64 @llvm.aarch64.ldxr.p0i64(i64* [[ADDR64]])
107 // CHECK-ARM64: [[INTRES:%.*]] = tail call i64 @llvm.aarch64.ldxr.p0i64(i64* [[ADDR64]])
114 // CHECK-ARM64: [[INTRES:%.*]] = tail call i64 @llvm.aarch64.ldxr.p0i64(i64* [[ADDR64]])
119 int test_ldaex(char *addr, long long *addr64, float *addrfloat)
    [all...]
  /external/llvm/test/MC/AMDGPU/
mubuf.s 125 // load - addr64
128 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64
129 // SICI: buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 ; encoding: [0x00,0x80,0x30,0xe0,0x02,0x01,0x01,0x01]
131 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4
132 // SICI: buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 ; encoding: [0x04,0x80,0x30,0xe0,0x02,0x01,0x01,0x01]
134 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 glc
135 // SICI: buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 glc ; encoding: [0x04,0xc0,0x30,0xe0,0x02,0x01,0x01,0x01]
137 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 slc
138 // SICI: buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 slc ; encoding: [0x04,0x80,0x30,0xe0,0x02,0x01,0x41,0x01]
140 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 tf
    [all...]
  /external/skia/include/core/
SkPixmap.h 93 const uint64_t* addr64() const { function in class:SkPixmap
120 const uint64_t* addr64(int x, int y) const { function in class:SkPixmap
123 return (const uint64_t*)((const char*)this->addr64() + y * fRowBytes + (x << 3));
127 return reinterpret_cast<const uint16_t*>(this->addr64(x, y));
143 return const_cast<uint64_t*>(this->addr64(x, y));
  /external/skia/src/core/
SkSpanProcs.cpp 41 const uint64_t* addr = src.addr64(x, y);
42 SkASSERT(src.addr64(x + count - 1, y));
  /external/elfutils/src/
readelf.c 4448 bool addr64:1; member in struct:listptr
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1609 addr64(unsigned char* view, Address value) function in class:__anon75344::Powerpc_relocate_functions
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 195 static Addr64 guest_RIP_bbstart;
199 static Addr64 guest_RIP_curr_instr;
216 static Addr64 guest_RIP_next_assumed;
    [all...]

Completed in 767 milliseconds