Searched refs:OpcodeFormatType (Results 1 – 2 of 2) sorted by relevance
12 Instruction::OpcodeFormatType Instruction::OpcodeFormatTable[] = {
1832 enum OpcodeFormatType { enum1839 static OpcodeFormatType OpcodeFormatTable[256];2003 static OpcodeFormatType getOpcodeFormatType(const byte* instr) { in getOpcodeFormatType()2010 OpcodeFormatType opcodeType = getOpcodeFormatType(instr); in S390OpcodeValue()