Home
last modified time | relevance | path

Searched refs:REG_CCR (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xgate.c79 REG_CCR = 9 enumerator
937 if (oprs[1].reg == REG_CCR) in xgate_find_match()
961 if (oprs[0].reg == REG_CCR) in xgate_find_match()
1076 return REG_CCR; in reg_name_search()
1315 if (operand.reg != REG_CCR) in xgate_parse_operand()
Dtc-m68hc11.c125 REG_CCR = 2, enumerator
1057 return REG_CCR; in reg_name_search()
1985 if (operands[0].reg1 == REG_NONE || operands[0].reg1 == REG_CCR in build_dbranch_insn()
2336 && (op->reg1 != REG_A) && (op->reg1 != REG_B) && (op->reg1 != REG_CCR) in build_reg_mode()
2906 if (operands[1].reg1 == REG_CCR) /* ,CCR */ in md_assemble()
2908 else if (operands[0].reg1 == REG_CCR) /* CCR, */ in md_assemble()