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 9 int test_ldrex(char *addr, long long *addr64, float *addrfloat) {
42 // CHECK-ARM64: [[ADDR64:%.*]] = bitcast i8* %addr to i64*
43 // CHECK-ARM64: call i64 @llvm.aarch64.ldxr.p0i64(i64* [[ADDR64]])
45 sum += __builtin_arm_ldrex(addr64);
46 // CHECK: [[ADDR64_AS8:%.*]] = bitcast i64* %addr64 to i8*
49 // CHECK-ARM64: call i64 @llvm.aarch64.ldxr.p0i64(i64* %addr64)
102 int test_ldaex(char *addr, long long *addr64, float *addrfloat) {
135 // CHECK-ARM64: [[ADDR64:%.*]] = bitcast i8* %addr to i64*
136 // CHECK-ARM64: call i64 @llvm.aarch64.ldaxr.p0i64(i64* [[ADDR64]])
138 sum += __builtin_arm_ldaex(addr64);
    [all...]
  /external/llvm/test/MC/AMDGPU/
mubuf.s 162 // load - addr64
165 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64
166 // SICI: buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 ; encoding: [0x00,0x80,0x30,0xe0,0x02,0x01,0x01,0x01]
169 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4
170 // SICI: buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 ; encoding: [0x04,0x80,0x30,0xe0,0x02,0x01,0x01,0x01]
173 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 glc
174 // 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]
177 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 slc
178 // 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]
181 buffer_load_dword v1, v[2:3], s[4:7], s1 addr64 offset:4 tf
    [all...]
  /external/skia/include/core/
SkPixmap.h 256 one of: addr8, addr16, addr32, addr64, or addrF16().
313 const uint64_t* addr64() const { function in class:SkPixmap
399 const uint64_t* addr64(int x, int y) const { function in class:SkPixmap
402 return (const uint64_t*)((const char*)this->addr64() + y * fRowBytes + (x << 3));
422 return reinterpret_cast<const uint16_t*>(this->addr64(x, y));
498 return const_cast<uint64_t*>(this->addr64(x, y));
  /external/skqp/include/core/
SkPixmap.h 263 one of: addr8, addr16, addr32, addr64, or addrF16().
320 const uint64_t* addr64() const { function in class:SkPixmap
406 const uint64_t* addr64(int x, int y) const { function in class:SkPixmap
409 return (const uint64_t*)((const char*)this->addr64() + y * fRowBytes + (x << 3));
429 return reinterpret_cast<const uint16_t*>(this->addr64(x, y));
505 return const_cast<uint64_t*>(this->addr64(x, y));
    [all...]
  /external/elfutils/src/
readelf.c 4448 bool addr64:1; member in struct:listptr
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
powerpc.cc 1716 addr64(unsigned char* view, Address value) function in class:__anon4468::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 851 milliseconds