static int getMCOpcode(uint16_t Opcode, unsigned Gen) {
    return getMCOpcodeGen(Opcode, (enum Subtarget)Gen);
}
示例#2
0
static int getMCOpcode(uint16_t Opcode, unsigned Gen) {
  return getMCOpcodeGen(Opcode, static_cast<Subtarget>(Gen));
}