Searched refs:NameOfCPURegister (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/x64/
H A Ddisasm-x64.cc373 const char* NameOfCPURegister(int reg) const { function in class:disasm::DisassemblerX64
374 return converter_.NameOfCPURegister(reg);
459 &DisassemblerX64::NameOfCPURegister;
474 AppendToBuffer("[%s]", NameOfCPURegister(base));
480 NameOfCPURegister(index),
486 NameOfCPURegister(base),
487 NameOfCPURegister(index),
495 AppendToBuffer("[%s]", NameOfCPURegister(rm));
509 AppendToBuffer("[%s-0x%x]", NameOfCPURegister(base), -disp);
511 AppendToBuffer("[%s+0x%x]", NameOfCPURegister(bas
1715 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
[all...]
/external/v8/src/
H A Ddisasm.h41 virtual const char* NameOfCPURegister(int reg) const;
H A Ddeoptimizer.cc467 converter.NameOfCPURegister(input_reg));
483 converter.NameOfCPURegister(input_reg),
644 converter.NameOfCPURegister(output_reg),
671 converter.NameOfCPURegister(output_reg),
H A Dsafepoint-table.cc104 PrintF(" | %s", converter.NameOfCPURegister(j));
H A Dobjects.cc6438 PrintF(out, "{input=%s}", converter.NameOfCPURegister(reg_code));
6446 PrintF(out, "{input=%s}", converter.NameOfCPURegister(reg_code));
/external/v8/src/ia32/
H A Ddisasm-ia32.cc295 const char* NameOfCPURegister(int reg) const { function in class:disasm::DisassemblerIA32
296 return converter_.NameOfCPURegister(reg);
375 &DisassemblerIA32::NameOfCPURegister;
450 return PrintRightOperandHelper(modrmp, &DisassemblerIA32::NameOfCPURegister);
477 AppendToBuffer("%s %s,", mnem, NameOfCPURegister(regop));
484 AppendToBuffer(",%s", NameOfCPURegister(regop));
540 AppendToBuffer("%s %s", mnem, NameOfCPURegister(rm));
544 AppendToBuffer("test %s,0x%x", NameOfCPURegister(rm), imm);
587 AppendToBuffer("%s %s,", mnem, NameOfCPURegister(rm));
887 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*dat
1551 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
[all...]
/external/v8/src/mips/
H A Ddisasm-mips.cc162 Print(converter_.NameOfCPURegister(reg));
960 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
/external/v8/src/arm/
H A Ddisasm-arm.cc187 Print(converter_.NameOfCPURegister(reg));
1442 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter

Completed in 178 milliseconds