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