Home
last modified time | relevance | path

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

/external/webkit/V8Binding/v8/src/ia32/
Ddisasm-ia32.cc47 struct ByteMnemonic { struct
54 static ByteMnemonic two_operands_instr[] = {
75 static ByteMnemonic zero_operands_instr[] = {
92 static ByteMnemonic call_jump_instr[] = {
99 static ByteMnemonic short_immediate_instr[] = {
155 void CopyTable(ByteMnemonic bm[], InstructionType type);
194 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) { in CopyTable()
/external/webkit/V8Binding/v8/src/x64/
Ddisasm-x64.cc51 struct ByteMnemonic { struct
58 static ByteMnemonic two_operands_instr[] = {
105 static ByteMnemonic zero_operands_instr[] = {
121 static ByteMnemonic call_jump_instr[] = {
128 static ByteMnemonic short_immediate_instr[] = {
179 void CopyTable(ByteMnemonic bm[], InstructionType type);
214 void InstructionTable::CopyTable(ByteMnemonic bm[], InstructionType type) { in CopyTable()