Home
last modified time | relevance | path

Searched refs:FPU_REG_INFO (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips64/
Dsimulator-mips64.cc249 #undef FPU_REG_INFO in PrintAllRegs()
254 #define FPU_REG_INFO(n) FPURegisters::Name(n), \ in PrintAllRegsIncludingFPU() macro
263 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(0)); in PrintAllRegsIncludingFPU()
264 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(1)); in PrintAllRegsIncludingFPU()
265 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(2)); in PrintAllRegsIncludingFPU()
266 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(3)); in PrintAllRegsIncludingFPU()
267 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(4)); in PrintAllRegsIncludingFPU()
268 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(5)); in PrintAllRegsIncludingFPU()
269 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(6)); in PrintAllRegsIncludingFPU()
270 PrintF("%3s: 0x%016" PRIx64 " %16.4e\n", FPU_REG_INFO(7)); in PrintAllRegsIncludingFPU()
[all …]
/external/v8/src/mips/
Dsimulator-mips.cc258 #undef FPU_REG_INFO in PrintAllRegs()