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

  /external/valgrind/main/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/main/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 51 // CHECK: [[INTADDR:%.*]] = bitcast float* %addrfloat to i32*
52 // CHECK: [[INTRES:%.*]] = tail call i32 @llvm.arm.ldrex.p0i32(i32* [[INTADDR]])

Completed in 3058 milliseconds