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

/external/v8/src/x64/
H A Ddisasm-x64.cc33 struct ByteMnemonic { struct in namespace:disasm
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[] = {
176 void CopyTable(const ByteMnemonic bm[], InstructionType type);
211 void InstructionTable::CopyTable(const ByteMnemonic bm[],
/external/v8/src/ia32/
H A Ddisasm-ia32.cc27 struct ByteMnemonic { struct in namespace:disasm
34 static const ByteMnemonic two_operands_instr[] = {
60 static const ByteMnemonic zero_operands_instr[] = {
79 static const ByteMnemonic call_jump_instr[] = {
86 static const ByteMnemonic short_immediate_instr[] = {
102 static ByteMnemonic byte_immediate_instr[] = {
168 void CopyTable(const ByteMnemonic bm[], InstructionType type);
208 void InstructionTable::CopyTable(const ByteMnemonic bm[],
/external/v8/src/x87/
H A Ddisasm-x87.cc27 struct ByteMnemonic { struct in namespace:disasm
34 static const ByteMnemonic two_operands_instr[] = {
60 static const ByteMnemonic zero_operands_instr[] = {
79 static const ByteMnemonic call_jump_instr[] = {
86 static const ByteMnemonic short_immediate_instr[] = {
102 static ByteMnemonic byte_immediate_instr[] = {
168 void CopyTable(const ByteMnemonic bm[], InstructionType type);
208 void InstructionTable::CopyTable(const ByteMnemonic bm[],

Completed in 84 milliseconds