Searched defs:mnem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Ddisasm-ia32.cc52 const char* mnem; member in struct:disasm::ByteMnemonic
172 const char* mnem; member in struct:disasm::InstructionDesc
195 const char* mnem);
208 instructions_[i].mnem = "";
235 id->mnem = bm[i].mnem;
246 const char* mnem) {
250 id->mnem = mnem;
260 id->mnem
243 SetTableRange(InstructionType type, byte start, byte end, const char* mnem) argument
487 PrintOperands(const char* mnem, OperandOrder op_order, byte* data) argument
521 const char* mnem = "Imm???"; local
551 const char* mnem = NULL; local
588 const char* mnem = NULL; local
636 const char* mnem = jump_conditional_mnem[cond]; local
650 const char* mnem = jump_conditional_mnem[cond]; local
663 const char* mnem = set_conditional_mnem[cond]; local
674 const char* mnem = conditional_move_mnem[cond]; local
696 const char* mnem = "?"; local
742 const char* mnem = "?"; local
1097 const char* mnem = NULL; local
1135 const char* mnem = NULL; local
1251 const char* mnem = (*data == 0x2E) ? "ucomisd" : "comisd"; local
1489 const char* mnem = "?"; local
[all...]
/external/v8/src/ia32/
H A Ddisasm-ia32.cc52 const char* mnem; member in struct:disasm::ByteMnemonic
172 const char* mnem; member in struct:disasm::InstructionDesc
195 const char* mnem);
208 instructions_[i].mnem = "";
235 id->mnem = bm[i].mnem;
246 const char* mnem) {
250 id->mnem = mnem;
260 id->mnem
243 SetTableRange(InstructionType type, byte start, byte end, const char* mnem) argument
487 PrintOperands(const char* mnem, OperandOrder op_order, byte* data) argument
521 const char* mnem = "Imm???"; local
551 const char* mnem = NULL; local
586 const char* mnem = NULL; local
634 const char* mnem = jump_conditional_mnem[cond]; local
648 const char* mnem = jump_conditional_mnem[cond]; local
661 const char* mnem = set_conditional_mnem[cond]; local
672 const char* mnem = conditional_move_mnem[cond]; local
694 const char* mnem = "?"; local
740 const char* mnem = "?"; local
1086 const char* mnem = NULL; local
1124 const char* mnem = NULL; local
1240 const char* mnem = (*data == 0x2E) ? "ucomisd" : "comisd"; local
1462 const char* mnem = "?"; local
[all...]
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc59 const char* mnem; member in struct:disasm::ByteMnemonic
181 const char* mnem; member in struct:disasm::InstructionDesc
201 const char* mnem);
214 instructions_[i].mnem = "(bad)";
238 id->mnem = bm[i].mnem;
253 const char* mnem) {
257 id->mnem = mnem;
268 id->mnem
249 SetTableRange(InstructionType type, byte start, byte end, bool byte_size, const char* mnem) argument
611 PrintOperands(const char* mnem, OperandType op_order, byte* data) argument
653 const char* mnem = "Imm???"; local
698 const char* mnem = NULL; local
752 const char* mnem = NULL; local
815 const char* mnem = conditional_code_suffix[cond]; local
826 const char* mnem = conditional_code_suffix[cond]; local
836 const char* mnem = conditional_code_suffix[cond]; local
859 const char* mnem = "?"; local
903 const char* mnem = "?"; local
1493 const char* mnem = NULL; local
[all...]
/external/v8/src/x64/
H A Ddisasm-x64.cc58 const char* mnem; member in struct:disasm::ByteMnemonic
180 const char* mnem; member in struct:disasm::InstructionDesc
200 const char* mnem);
213 instructions_[i].mnem = "(bad)";
237 id->mnem = bm[i].mnem;
252 const char* mnem) {
256 id->mnem = mnem;
267 id->mnem
248 SetTableRange(InstructionType type, byte start, byte end, bool byte_size, const char* mnem) argument
606 PrintOperands(const char* mnem, OperandType op_order, byte* data) argument
648 const char* mnem = "Imm???"; local
693 const char* mnem = NULL; local
744 const char* mnem = NULL; local
807 const char* mnem = conditional_code_suffix[cond]; local
818 const char* mnem = conditional_code_suffix[cond]; local
828 const char* mnem = conditional_code_suffix[cond]; local
851 const char* mnem = "?"; local
895 const char* mnem = "?"; local
1478 const char* mnem = NULL; local
[all...]

Completed in 81 milliseconds