Home
last modified time | relevance | path

Searched defs:PRINT_REG_PC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp29 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.REG_IP)) macro
36 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.pc)) macro
43 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.nip)) macro
50 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.cp0_epc)) macro
59 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.ARM_pc)) macro
66 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.psw.addr)) macro
74 #define PRINT_REG_PC(__regs) printf("%lx\n", (unsigned long)(__regs.pc)) macro