Home
last modified time | relevance | path

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

/external/v8/src/x87/
Ddisasm-x87.cc26 struct ByteMnemonic { struct
32 static const ByteMnemonic two_operands_instr[] = {
47 static const ByteMnemonic zero_operands_instr[] = {
66 static const ByteMnemonic call_jump_instr[] = {
73 static const ByteMnemonic short_immediate_instr[] = {
89 static ByteMnemonic byte_immediate_instr[] = {
155 void CopyTable(const ByteMnemonic bm[], InstructionType type);
195 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/external/v8/src/ia32/
Ddisasm-ia32.cc26 struct ByteMnemonic { struct
32 static const ByteMnemonic two_operands_instr[] = {
47 static const ByteMnemonic zero_operands_instr[] = {
66 static const ByteMnemonic call_jump_instr[] = {
73 static const ByteMnemonic short_immediate_instr[] = {
89 static ByteMnemonic byte_immediate_instr[] = {
155 void CopyTable(const ByteMnemonic bm[], InstructionType type);
195 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/external/v8/src/x64/
Ddisasm-x64.cc33 struct ByteMnemonic { struct
40 static const ByteMnemonic two_operands_instr[] = {
87 static const ByteMnemonic zero_operands_instr[] = {
108 static const ByteMnemonic call_jump_instr[] = {
115 static const ByteMnemonic short_immediate_instr[] = {
177 void CopyTable(const ByteMnemonic bm[], InstructionType type);
212 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()