Searched refs:PRINT_REG_PC (Results 1 – 1 of 1) sorted by relevance
29 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.REG_IP)) macro36 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.pc)) macro43 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.nip)) macro50 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.cp0_epc)) macro59 #define PRINT_REG_PC(__regs) printf ("%x\n", (unsigned) (__regs.ARM_pc)) macro66 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.psw.addr)) macro104 PRINT_REG_PC(regs); in main()