Home
last modified time | relevance | path

Searched defs:mnem (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/ia32/
Ddisasm-ia32.cc29 const char* mnem; member
149 const char* mnem; member
223 const char* mnem) { in SetTableRange()
472 int DisassemblerIA32::PrintOperands(const char* mnem, in PrintOperands()
506 const char* mnem = "Imm???"; in PrintImmediateOp() local
536 const char* mnem = NULL; in F7Instruction() local
573 const char* mnem = NULL; in D1D3C1Instruction() local
621 const char* mnem = jump_conditional_mnem[cond]; in JumpConditional() local
635 const char* mnem = jump_conditional_mnem[cond]; in JumpConditionalShort() local
648 const char* mnem = set_conditional_mnem[cond]; in SetCC() local
[all …]
/external/chromium_org/v8/src/x87/
Ddisasm-x87.cc29 const char* mnem; member
149 const char* mnem; member
223 const char* mnem) { in SetTableRange()
472 int DisassemblerX87::PrintOperands(const char* mnem, in PrintOperands()
506 const char* mnem = "Imm???"; in PrintImmediateOp() local
536 const char* mnem = NULL; in F7Instruction() local
573 const char* mnem = NULL; in D1D3C1Instruction() local
621 const char* mnem = jump_conditional_mnem[cond]; in JumpConditional() local
635 const char* mnem = jump_conditional_mnem[cond]; in JumpConditionalShort() local
648 const char* mnem = set_conditional_mnem[cond]; in SetCC() local
[all …]
/external/chromium_org/v8/src/x64/
Ddisasm-x64.cc36 const char* mnem; member
158 const char* mnem; member
230 const char* mnem) { in SetTableRange()
581 int DisassemblerX64::PrintOperands(const char* mnem, in PrintOperands()
623 const char* mnem = "Imm???"; in PrintImmediateOp() local
669 const char* mnem = NULL; in F6F7Instruction() local
723 const char* mnem = NULL; in ShiftInstruction() local
786 const char* mnem = conditional_code_suffix[cond]; in JumpConditional() local
797 const char* mnem = conditional_code_suffix[cond]; in JumpConditionalShort() local
807 const char* mnem = conditional_code_suffix[cond]; in SetCC() local
[all …]