Home
last modified time | relevance | path

Searched defs:InstructionDesc (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/x64/
Ddisasm-x64.cc158 struct InstructionDesc { struct
159 const char* mnem;
160 InstructionType type;
161 OperandType op_order_;
162 bool byte_size_operation; // Fixed 8-bit operation.
/external/v8/src/x87/
Ddisasm-x87.cc135 struct InstructionDesc { struct
136 const char* mnem;
137 InstructionType type;
138 OperandOrder op_order_;
/external/v8/src/ia32/
Ddisasm-ia32.cc135 struct InstructionDesc { struct
136 const char* mnem;
137 InstructionType type;
138 OperandOrder op_order_;