Searched refs:FPU_REG_INFO32 (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.cc | 263 #define FPU_REG_INFO32(n) FPURegisters::Name(n), FPURegisters::Name(n+1), \ in PrintAllRegsIncludingFPU() macro 312 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(0) ); in PrintAllRegsIncludingFPU() 313 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(2) ); in PrintAllRegsIncludingFPU() 314 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(4) ); in PrintAllRegsIncludingFPU() 315 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(6) ); in PrintAllRegsIncludingFPU() 316 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(8) ); in PrintAllRegsIncludingFPU() 317 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(10)); in PrintAllRegsIncludingFPU() 318 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(12)); in PrintAllRegsIncludingFPU() 319 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(14)); in PrintAllRegsIncludingFPU() 320 PrintF("%3s,%3s: 0x%08x%08x %16.4e\n", FPU_REG_INFO32(16)); in PrintAllRegsIncludingFPU() [all …]
|