Home
last modified time | relevance | path

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

/llvm-project/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.csr_era)) macro
50 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.nip)) macro
57 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.cp0_epc)) macro
66 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.ARM_pc)) macro
73 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.psw.addr)) macro
81 #define PRINT_REG_PC(__regs) printf("%lx\n", (unsigned long)(__regs.pc)) macro
[all...]