Home
last modified time | relevance | path

Searched refs:REG_PC (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/opcode/
Dcris.h35 #define REG_PC (15) macro
143 #define BDAP_PC_LOW (BDAP_INDIR_LOW + REG_PC)
197 (JUMP_INDIR_OPCODE + AUTOINCR_BIT * 0x0100 + REG_PC)
204 (((BDAP_INCR_HIGH | (REG_PC << 4)) << 8) | BDAP_PC_LOW | (2 << 4))
206 (MOVE_M_TO_PREG_OPCODE | REG_PC | (AUTOINCR_BIT << 8))
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68hc11.c130 REG_PC = 8, enumerator
1058 return REG_PC; in reg_name_search()
1395 && reg != REG_PC && reg != REG_SP) in get_operand()
1989 || operands[0].reg1 == REG_PC) in build_dbranch_insn()
2130 case REG_PC: in build_indexed_byte()
2195 else if (op->reg1 != REG_PC) in build_indexed_byte()
2312 case REG_PC: in build_indexed_byte()
2342 else if (op->reg1 == REG_NONE || op->reg1 == REG_PC) in build_reg_mode()
2349 else if (op->reg2 == REG_NONE || op->reg2 == REG_PC) in build_reg_mode()
2693 || operands[i].reg1 == REG_PC)) in find()
[all …]
Dtc-xgate.c78 REG_PC = 8, enumerator
943 if (oprs[1].reg == REG_PC) in xgate_find_match()
1076 return REG_PC; in reg_name_search()
1323 if (operand.reg != REG_PC) in xgate_parse_operand()
Dtc-arm.c587 #define REG_PC 15 macro
4440 if (reg == REG_SP || reg == REG_PC) in s_arm_unwind_movsp()
5455 inst.operands[i].reg = REG_PC; in parse_address_main()
7018 inst.operands[i].reg = REG_PC; in parse_operands()
7125 if (inst.operands[i].isreg && inst.operands[i].reg == REG_PC) in parse_operands()
7133 if (inst.operands[i].reg == REG_PC) in parse_operands()
7142 && inst.operands[i].reg == REG_PC in parse_operands()
7237 if (reg == REG_SP || reg == REG_PC) \
7441 const bfd_boolean is_pc = (inst.operands[i].reg == REG_PC); in encode_arm_addr_mode_2()
7447 constraint ((inst.operands[i].imm == REG_PC in encode_arm_addr_mode_2()
[all …]
Dtc-cris.c2391 *regnop = REG_PC; in get_gen_reg()
2760 | REG_PC /* << 0 */); in get_autoinc_prefix_or_indir_op()
2836 *src_regnop = REG_PC; in get_autoinc_prefix_or_indir_op()
3007 | REG_PC /* << 0 */); in get_3op_or_dip_prefix_op()
3072 prefixp->opcode = DIP_OPCODE | (AUTOINCR_BIT << 8) | REG_PC; in get_3op_or_dip_prefix_op()
Dtc-microblaze.c427 *reg = REG_PC; in parse_reg()
844 if ((*reg == REG_MSR) || (*reg == REG_PC) in check_spl_reg()
1352 else if (reg2 == REG_PC) in md_assemble()
1405 else if (reg1 == REG_PC) in md_assemble()
/toolchain/binutils/binutils-2.25/opcodes/
Dmicroblaze-opcm.h98 #define REG_PC 32 /* PC. */ macro