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

/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc359 const char* NameOfCPURegister(int reg) const { function in class:disasm::DisassemblerX64
360 return converter_.NameOfCPURegister(reg);
445 &DisassemblerX64::NameOfCPURegister;
460 AppendToBuffer("[%s]", NameOfCPURegister(base));
466 NameOfCPURegister(index),
474 NameOfCPURegister(base),
475 NameOfCPURegister(index),
483 AppendToBuffer("[%s]", NameOfCPURegister(rm));
497 NameOfCPURegister(base),
502 NameOfCPURegister(bas
1840 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
[all...]
/external/chromium_org/v8/src/
H A Ddisasm.h18 virtual const char* NameOfCPURegister(int reg) const;
H A Dsafepoint-table.cc81 PrintF(out, " | %s", converter.NameOfCPURegister(j));
H A Ddeoptimizer.cc2154 converter.NameOfCPURegister(input_reg));
2175 converter.NameOfCPURegister(input_reg),
2200 converter.NameOfCPURegister(input_reg),
2417 converter.NameOfCPURegister(input_reg));
2437 converter.NameOfCPURegister(input_reg),
2466 converter.NameOfCPURegister(input_reg),
H A Dobjects.cc11280 PrintF(out, "{input=%s}", converter.NameOfCPURegister(reg_code));
11286 PrintF(out, "{input=%s}", converter.NameOfCPURegister(reg_code));
11293 converter.NameOfCPURegister(reg_code));
/external/chromium_org/v8/src/ia32/
H A Ddisasm-ia32.cc291 const char* NameOfCPURegister(int reg) const { function in class:disasm::DisassemblerIA32
292 return converter_.NameOfCPURegister(reg);
371 &DisassemblerIA32::NameOfCPURegister;
454 return PrintRightOperandHelper(modrmp, &DisassemblerIA32::NameOfCPURegister);
481 AppendToBuffer("%s %s,", mnem, NameOfCPURegister(regop));
488 AppendToBuffer(",%s", NameOfCPURegister(regop));
545 AppendToBuffer("%s %s", mnem, NameOfCPURegister(rm));
549 AppendToBuffer("test %s,0x%x", NameOfCPURegister(rm), imm);
593 AppendToBuffer("%s %s,", mnem, NameOfCPURegister(rm));
909 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*dat
1692 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
[all...]
/external/chromium_org/v8/src/x87/
H A Ddisasm-x87.cc291 const char* NameOfCPURegister(int reg) const { function in class:disasm::DisassemblerX87
292 return converter_.NameOfCPURegister(reg);
371 &DisassemblerX87::NameOfCPURegister;
454 return PrintRightOperandHelper(modrmp, &DisassemblerX87::NameOfCPURegister);
481 AppendToBuffer("%s %s,", mnem, NameOfCPURegister(regop));
488 AppendToBuffer(",%s", NameOfCPURegister(regop));
545 AppendToBuffer("%s %s", mnem, NameOfCPURegister(rm));
549 AppendToBuffer("test %s,0x%x", NameOfCPURegister(rm), imm);
593 AppendToBuffer("%s %s,", mnem, NameOfCPURegister(rm));
909 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*dat
1688 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
[all...]
/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc138 Print(converter_.NameOfCPURegister(reg));
978 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc165 Print(converter_.NameOfCPURegister(reg));
1725 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter

Completed in 802 milliseconds