Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc23 struct ByteMnemonic { struct
29 static const ByteMnemonic two_operands_instr[] = {
44 static const ByteMnemonic zero_operands_instr[] = {
54 static const ByteMnemonic call_jump_instr[] = {{0xE8, "call", UNSET_OP_ORDER},
58 static const ByteMnemonic short_immediate_instr[] = {
68 static ByteMnemonic byte_immediate_instr[] = {{0x0C, "or", UNSET_OP_ORDER},
123 void CopyTable(const ByteMnemonic bm[], InstructionType type);
157 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/dports/www/node10/node-v10.24.1/deps/v8/src/ia32/
H A Ddisasm-ia32.cc27 struct ByteMnemonic { struct
33 static const ByteMnemonic two_operands_instr[] = {
48 static const ByteMnemonic zero_operands_instr[] = {
67 static const ByteMnemonic call_jump_instr[] = {
74 static const ByteMnemonic short_immediate_instr[] = {
90 static ByteMnemonic byte_immediate_instr[] = {{0x0C, "or", UNSET_OP_ORDER},
153 void CopyTable(const ByteMnemonic bm[], InstructionType type);
193 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/ia32/
H A Ddisasm-ia32.cc23 struct ByteMnemonic { struct
29 static const ByteMnemonic two_operands_instr[] = {
44 static const ByteMnemonic zero_operands_instr[] = {
54 static const ByteMnemonic call_jump_instr[] = {{0xE8, "call", UNSET_OP_ORDER},
58 static const ByteMnemonic short_immediate_instr[] = {
68 static ByteMnemonic byte_immediate_instr[] = {{0x0C, "or", UNSET_OP_ORDER},
127 void CopyTable(const ByteMnemonic bm[], InstructionType type);
161 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc23 struct ByteMnemonic { struct
29 static const ByteMnemonic two_operands_instr[] = {
44 static const ByteMnemonic zero_operands_instr[] = {
54 static const ByteMnemonic call_jump_instr[] = {{0xE8, "call", UNSET_OP_ORDER},
58 static const ByteMnemonic short_immediate_instr[] = {
68 static ByteMnemonic byte_immediate_instr[] = {{0x0C, "or", UNSET_OP_ORDER},
123 void CopyTable(const ByteMnemonic bm[], InstructionType type);
157 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/x64/
H A Ddisasm-x64.cc43 struct ByteMnemonic { struct
49 static const ByteMnemonic two_operands_instr[] = {
94 static const ByteMnemonic zero_operands_instr[] = {
105 static const ByteMnemonic call_jump_instr[] = {{0xE8, UNSET_OP_ORDER, "call"},
109 static const ByteMnemonic short_immediate_instr[] = {
160 void CopyTable(const ByteMnemonic bm[], InstructionType type);
191 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc42 struct ByteMnemonic { struct
48 static const ByteMnemonic two_operands_instr[] = {
93 static const ByteMnemonic zero_operands_instr[] = {
104 static const ByteMnemonic call_jump_instr[] = {{0xE8, UNSET_OP_ORDER, "call"},
108 static const ByteMnemonic short_immediate_instr[] = {
159 void CopyTable(const ByteMnemonic bm[], InstructionType type);
190 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/dports/www/node10/node-v10.24.1/deps/v8/src/x64/
H A Ddisasm-x64.cc34 struct ByteMnemonic { struct
41 static const ByteMnemonic two_operands_instr[] = {
88 static const ByteMnemonic zero_operands_instr[] = {
109 static const ByteMnemonic call_jump_instr[] = {
116 static const ByteMnemonic short_immediate_instr[] = {
178 void CopyTable(const ByteMnemonic bm[], InstructionType type);
213 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc37 struct ByteMnemonic { struct
43 static const ByteMnemonic two_operands_instr[] = {
88 static const ByteMnemonic zero_operands_instr[] = {
99 static const ByteMnemonic call_jump_instr[] = {{0xE8, UNSET_OP_ORDER, "call"},
103 static const ByteMnemonic short_immediate_instr[] = {
154 void CopyTable(const ByteMnemonic bm[], InstructionType type);
185 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable()