Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.cc12 Instruction::OpcodeFormatType Instruction::OpcodeFormatTable[] = {
Dconstants-s390.h1832 enum OpcodeFormatType { enum
1839 static OpcodeFormatType OpcodeFormatTable[256];
2003 static OpcodeFormatType getOpcodeFormatType(const byte* instr) { in getOpcodeFormatType()
2010 OpcodeFormatType opcodeType = getOpcodeFormatType(instr); in S390OpcodeValue()