Home
last modified time | relevance | path

Searched refs:ByteMnemonic (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ia32/
Ddisasm-ia32.cc27 struct ByteMnemonic { struct
33 static const ByteMnemonic two_operands_instr[] = {
48 static const ByteMnemonic zero_operands_instr[] = {
67 static const ByteMnemonic call_jump_instr[] = {
74 static const ByteMnemonic short_immediate_instr[] = {
90 static ByteMnemonic byte_immediate_instr[] = {{0x0C, "or", UNSET_OP_ORDER},
153 void CopyTable(const ByteMnemonic bm[], InstructionType type);
193 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/external/v8/src/x64/
Ddisasm-x64.cc35 struct ByteMnemonic { struct
42 static const ByteMnemonic two_operands_instr[] = {
89 static const ByteMnemonic zero_operands_instr[] = {
110 static const ByteMnemonic call_jump_instr[] = {
117 static const ByteMnemonic short_immediate_instr[] = {
179 void CopyTable(const ByteMnemonic bm[], InstructionType type);
214 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()