Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c79 REG_CCR = 9 enumerator
939 if (oprs[1].reg == REG_CCR) in xgate_find_match()
963 if (oprs[0].reg == REG_CCR) in xgate_find_match()
1078 return REG_CCR; in reg_name_search()
1317 if (operand.reg != REG_CCR) in xgate_parse_operand()
Dtc-m68hc11.c125 REG_CCR = 2, enumerator
1060 return REG_CCR; in reg_name_search()
1988 if (operands[0].reg1 == REG_NONE || operands[0].reg1 == REG_CCR in build_dbranch_insn()
2339 && (op->reg1 != REG_A) && (op->reg1 != REG_B) && (op->reg1 != REG_CCR) in build_reg_mode()
2909 if (operands[1].reg1 == REG_CCR) /* ,CCR */ in md_assemble()
2911 else if (operands[0].reg1 == REG_CCR) /* CCR, */ in md_assemble()