/external/smali/smali/src/test/resources/LexerTest/ |
InstructionTest.smali | 34 add-int/2addr 35 sub-int/2addr 36 mul-int/2addr 37 div-int/2addr 38 rem-int/2addr 39 and-int/2addr 40 or-int/2addr 41 xor-int/2addr 42 shl-int/2addr 43 shr-int/2addr [all...] |
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
select-gep.ll | 14 %x.addr = phi i8* [ %incdec.ptr, %if.then ], [ %x, %entry ] 15 ret i8* %x.addr 19 ; CHECK: ret i8* %x.addr 34 %x.addr = phi i8* [ %incdec.ptr, %if.then ], [ %y, %entry ] 35 ret i8* %x.addr 38 ; CHECK: %x.addr = select i1 %cmp, i8* %incdec.ptr, i8* %y 39 ; CHECK: ret i8* %x.addr
|
/system/core/libunwindstack/tests/ |
MemoryFake.cpp | 24 void MemoryFake::SetMemory(uint64_t addr, const void* memory, size_t length) { 26 for (size_t i = 0; i < length; i++, addr++) { 27 auto value = data_.find(addr); 31 data_.insert({ addr, src[i] }); 36 bool MemoryFake::Read(uint64_t addr, void* memory, size_t size) { 38 for (size_t i = 0; i < size; i++, addr++) { 39 auto value = data_.find(addr);
|
/art/runtime/interpreter/mterp/mips/ |
binopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 11 * For: add-long/2addr, sub-long/2addr, div-long/2addr, rem-long/2addr, 12 * and-long/2addr, or-long/2addr, xor-long/2addr 14 /* binop/2addr vA, vB */
|
/bionic/libc/bionic/ |
ether_ntoa.c | 38 ether_ntoa_r (const struct ether_addr *addr, char * buf) 41 addr->ether_addr_octet[0], addr->ether_addr_octet[1], 42 addr->ether_addr_octet[2], addr->ether_addr_octet[3], 43 addr->ether_addr_octet[4], addr->ether_addr_octet[5]); 51 ether_ntoa (const struct ether_addr *addr) 54 return ether_ntoa_r(addr, buf);
|
/development/ndk/platforms/android-9/arch-arm/include/asm/ |
memory.h | 79 #define PHYS_TO_NID(addr) (0) 83 #define dma_to_virt(dev, addr) ((void *)__bus_to_virt(addr)) 84 #define virt_to_dma(dev, addr) ((dma_addr_t)__virt_to_bus((unsigned long)(addr))) 87 #define dma_to_virt(dev, addr) (__arch_dma_to_virt(dev, addr)) 88 #define virt_to_dma(dev, addr) (__arch_virt_to_dma(dev, addr))
|
/external/libunwind/src/x86_64/ |
Ginit.c | 74 static int (*mem_validate_func) (void *addr, size_t len); 75 static int msync_validate (void *addr, size_t len) 77 return msync (addr, len, MS_ASYNC); 81 static int mincore_validate (void *addr, size_t len) 84 return mincore (addr, len, mvec); 116 validate_mem (unw_word_t addr) 121 if (PAGE_START(addr + sizeof (unw_word_t) - 1) == PAGE_START(addr)) 126 addr = PAGE_START(addr); 212 unw_word_t *addr; local 243 unw_fpreg_t *addr; local [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
memops1.ll | 8 %p.addr = alloca i32*, align 4 9 store i32* %p, i32** %p.addr, align 4 10 %0 = load i32*, i32** %p.addr, align 4 21 %p.addr = alloca i32*, align 4 22 %i.addr = alloca i32, align 4 23 store i32* %p, i32** %p.addr, align 4 24 store i32 %i, i32* %i.addr, align 4 25 %0 = load i32*, i32** %p.addr, align 4 26 %1 = load i32, i32* %i.addr, align 4
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-avoid-unnecessary-pic-base.ll | 12 %x.addr = alloca i32, align 4 13 %y.addr = alloca i32, align 4 14 %z.addr = alloca i32, align 4 15 store i32 %x, i32* %x.addr, align 4 16 store i32 %y, i32* %y.addr, align 4 17 store i32 %z, i32* %z.addr, align 4 18 %tmp = load i32, i32* %x.addr, align 4 19 %tmp1 = load i32, i32* %y.addr, align 4 21 %tmp2 = load i32, i32* %z.addr, align 4
|
/external/ppp/pppd/plugins/pppoatm/ |
text2atm.c | 20 static int try_pvc(const char *text,struct sockaddr_atmpvc *addr,int flags) 67 addr->sap_family = AF_ATMPVC; 68 addr->sap_addr.itf = part[0]; 69 addr->sap_addr.vpi = part[1]; 70 addr->sap_addr.vci = part[2]; 75 static int do_try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) 97 addr->sas_addr.prv[0] = ATM_AFI_E164; 98 addr->sas_addr.prv[1] = 0; 99 memset(addr->sas_addr.prv+1,0,8); 104 if (pos & 1) addr->sas_addr.prv[pos >> 1] |= *text-'0' [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
fast-isel-avoid-unnecessary-pic-base.ll | 11 %x.addr = alloca i32, align 4 12 %y.addr = alloca i32, align 4 13 %z.addr = alloca i32, align 4 14 store i32 %x, i32* %x.addr, align 4 15 store i32 %y, i32* %y.addr, align 4 16 store i32 %z, i32* %z.addr, align 4 17 %tmp = load i32* %x.addr, align 4 18 %tmp1 = load i32* %y.addr, align 4 20 %tmp2 = load i32* %z.addr, align 4
|
/external/valgrind/coregrind/ |
pub_core_debuginfo.h | 66 extern ULong VG_(di_notify_mmap)( Addr a, Bool allow_SkFileV, Int use_fd ); 68 extern void VG_(di_notify_munmap)( Addr a, SizeT len ); 70 extern void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot ); 73 extern void VG_(di_notify_pdb_debuginfo)( Int fd, Addr avma, 78 extern void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot ); 89 Bool VG_(get_fnname_raw) ( Addr a, const HChar** buf ); 95 Bool VG_(get_fnname_no_cxx_demangle) ( Addr a, const HChar** buf, 102 Bool VG_(get_inst_offset_in_function)( Addr a, /*OUT*/PtrdiffT* offset ); 111 struct { Addr xip; Addr xsp; Addr xbp; [all...] |
/external/valgrind/drd/ |
drd_semaphore.h | 33 #include "pub_tool_basics.h" // Addr 40 struct semaphore_info* DRD_(semaphore_init)(const Addr semaphore, 43 void DRD_(semaphore_destroy)(const Addr semaphore); 44 struct semaphore_info* DRD_(semaphore_open)(const Addr semaphore, 47 void DRD_(semaphore_close)(const Addr semaphore); 48 void DRD_(semaphore_pre_wait)(const Addr semaphore); 49 void DRD_(semaphore_post_wait)(const DrdThreadId tid, const Addr semaphore, 51 void DRD_(semaphore_pre_post)(const DrdThreadId tid, const Addr semaphore); 52 void DRD_(semaphore_post_post)(const DrdThreadId tid, const Addr semaphore,
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/internal/ |
race.a | 14 race E|SGOROOT/src/internal/race/norace.go
Enabled (!
Acquire 6
addr·1
esc:0x1
Release 6 47 go17ld ?"".Acquire ?addr |