HomeSort by relevance Sort by last modified time
    Searched full:intaddr (Results 1 - 4 of 4) sorted by null

  /external/valgrind/memcheck/tests/amd64-linux/
int3-amd64.c 31 char *intaddr = NULL; local
40 : "m" (intaddr) /* input: address of var to store target addr to */
43 /* intaddr is the address of the int 3 insn. rip_at_sig is the PC
46 if (intaddr != NULL && rip_at_sig != NULL
47 && rip_at_sig == intaddr+1)
  /external/valgrind/memcheck/tests/x86-linux/
int3-x86.c 31 char *intaddr = NULL; local
40 : "m" (intaddr) /* input: address of var to store target addr to */
43 /* intaddr is the address of the int 3 insn. eip_at_sig is the PC
46 if (intaddr != NULL && eip_at_sig != NULL
47 && eip_at_sig == intaddr+1)
  /external/clang/test/CodeGen/
builtins-arm-exclusive.c 81 // CHECK: [[INTADDR:%.*]] = bitcast float* %addrfloat to i32*
82 // CHECK: [[INTRES:%.*]] = tail call i32 @llvm.arm.ldrex.p0i32(i32* [[INTADDR]])
85 // CHECK-ARM64: [[INTADDR:%.*]] = bitcast float* %addrfloat to i32*
86 // CHECK-ARM64: [[INTRES:%.*]] = tail call i64 @llvm.aarch64.ldxr.p0i32(i32* [[INTADDR]])
165 // CHECK: [[INTADDR:%.*]] = bitcast float* %addrfloat to i32*
166 // CHECK: [[INTRES:%.*]] = tail call i32 @llvm.arm.ldaex.p0i32(i32* [[INTADDR]])
169 // CHECK-ARM64: [[INTADDR:%.*]] = bitcast float* %addrfloat to i32*
170 // CHECK-ARM64: [[INTRES:%.*]] = tail call i64 @llvm.aarch64.ldaxr.p0i32(i32* [[INTADDR]])
  /external/v8/test/unittests/heap/
slot-set-unittest.cc 56 uintptr_t intaddr = reinterpret_cast<uintptr_t>(slot_address);
57 if (intaddr % 3 == 0) {

Completed in 234 milliseconds