Searched defs:NameOfCPURegister (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc139 Print(converter_.NameOfCPURegister(reg));
1290 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc140 Print(converter_.NameOfCPURegister(reg));
1441 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));
1728 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
/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));
926 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*data & 0x07));
933 NameOfCPURegister(*data & 0x07),
1079 NameOfCPURegister(regop),
1111 AppendToBuffer(",%s", NameOfCPURegister(rego
1710 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));
947 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*data & 0x07));
954 NameOfCPURegister(*data & 0x07),
1100 NameOfCPURegister(regop),
1132 AppendToBuffer(",%s", NameOfCPURegister(rego
1727 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
[all...]
/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.cc1749 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
/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
1843 const char* NameConverter::NameOfCPURegister(int reg) const { function in class:disasm::NameConverter
[all...]

Completed in 322 milliseconds