Lines Matching refs:RFMT
40 #define RFMT "%016lx" macro
42 #define RFMT "%08lx" macro
140 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh()
160 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldh()
174 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw()
198 DPRINTF("val = 0x" RFMT "\n", val); in emulate_ldw()
213 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd()
289 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth()
324 DPRINTF("store r%d (0x" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw()
370 DPRINTF("store r%d (0x%016llx) to " RFMT ":" RFMT " for 8 bytes\n", frreg, in emulate_std()
466 sprintf(buf, "%s(%d): unaligned access to 0x" RFMT " at ip=0x" RFMT "\n", in handle_unaligned()