Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc54 struct ByteMnemonic { struct
61 static ByteMnemonic two_operands_instr[] = {
108 static ByteMnemonic zero_operands_instr[] = {
128 static ByteMnemonic call_jump_instr[] = {
135 static ByteMnemonic short_immediate_instr[] = {
196 void CopyTable(ByteMnemonic bm[], InstructionType type);
231 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) { in CopyTable()
/external/v8/src/ia32/
Ddisasm-ia32.cc50 struct ByteMnemonic { struct
57 static ByteMnemonic two_operands_instr[] = {
82 static ByteMnemonic zero_operands_instr[] = {
101 static ByteMnemonic call_jump_instr[] = {
108 static ByteMnemonic short_immediate_instr[] = {
172 void CopyTable(ByteMnemonic bm[], InstructionType type);
211 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) { in CopyTable()