HomeSort by: relevance | last modified time | path
    Searched defs:insn_operand_matches (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 4281 && insn_operand_matches (icode, 0, test))
4285 && insn_operand_matches (icode, 1, test))
4319 return insn_operand_matches (icode, opno, test);
4370 return icode != CODE_FOR_nothing && insn_operand_matches (icode, 0, reg1)
4371 && insn_operand_matches (icode, 1, reg2)
4372 && insn_operand_matches (icode, 2, reg3);
4505 && insn_operand_matches (icode, 0, test));
4517 && insn_operand_matches (icode, 0, test))
4523 && insn_operand_matches (icode, 1, op0)
4524 && insn_operand_matches (icode, 2, op1)
7683 insn_operand_matches (enum insn_code icode, unsigned int opno, rtx operand) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 4341 && insn_operand_matches (icode, 0, test))
4345 && insn_operand_matches (icode, 1, test))
4379 return insn_operand_matches (icode, opno, test);
4435 return icode != CODE_FOR_nothing && insn_operand_matches (icode, 0, reg1)
4436 && insn_operand_matches (icode, 1, reg2)
4437 && insn_operand_matches (icode, 2, reg3);
4459 return icode != CODE_FOR_nothing && insn_operand_matches (icode, 0, reg1)
4460 && insn_operand_matches (icode, 1, reg2)
4461 && insn_operand_matches (icode, 2, reg3);
4593 && insn_operand_matches (icode, 0, test)
7938 insn_operand_matches (enum insn_code icode, unsigned int opno, rtx operand) function
    [all...]

Completed in 29 milliseconds