Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Ddisasm-ia32.cc47 struct ByteMnemonic { struct
54 static ByteMnemonic two_operands_instr[] = {
79 static ByteMnemonic zero_operands_instr[] = {
96 static ByteMnemonic call_jump_instr[] = {
103 static ByteMnemonic short_immediate_instr[] = {
167 void CopyTable(ByteMnemonic bm[], InstructionType type);
206 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) { in CopyTable()
/external/v8/src/x64/
Ddisasm-x64.cc51 struct ByteMnemonic { struct
58 static ByteMnemonic two_operands_instr[] = {
105 static ByteMnemonic zero_operands_instr[] = {
125 static ByteMnemonic call_jump_instr[] = {
132 static ByteMnemonic short_immediate_instr[] = {
193 void CopyTable(ByteMnemonic bm[], InstructionType type);
228 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) { in CopyTable()