Searched refs:InstDecoder (Results 1 – 1 of 1) sorted by relevance
1717 std::string InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local1718 if (InstDecoder != "") { in populateInstruction()1719 InsnOperands.push_back(OperandInfo(InstDecoder)); in populateInstruction()