Home
last modified time | relevance | path

Searched refs:new_op (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dz8kgen.c916 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); in internal() local
918 memcpy (new_op, p, (c + 1) * sizeof (struct op)); in internal()
922 new_op[id].id = id; in internal()
925 qsort (new_op, c, sizeof (struct op), func); in internal()
927 p = new_op; in internal()
977 struct op *new_op = xmalloc (sizeof (struct op) * (c + 1)); in gas() local
979 memcpy (new_op, p, (c + 1) * sizeof (struct op)); in gas()
983 new_op[id].id = id; in gas()
986 qsort (new_op, c, sizeof (struct op), func); in gas()
1300 while (new_op->flags && new_op->flags[0] != '*') in gas()
[all …]
DChangeLog-2009871 * z8kgen.c (internal, gas): Rename variable new to new_op.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nios2.c857 unsigned int old_op, new_op; in md_convert_frag() local
872 new_op = R1_OP_BNE; in md_convert_frag()
875 new_op = R1_OP_BEQ; in md_convert_frag()
878 new_op = R1_OP_BLT; in md_convert_frag()
881 new_op = R1_OP_BLTU; in md_convert_frag()
884 new_op = R1_OP_BGE; in md_convert_frag()
887 new_op = R1_OP_BGEU; in md_convert_frag()
895 br_opcode = (br_opcode & ~IW_R1_OP_SHIFTED_MASK) | SET_IW_R1_OP (new_op); in md_convert_frag()
Dtc-aarch64.c6065 enum aarch64_op new_op; in try_to_encode_as_unscaled_ldst() local
6072 case OP_LDRB_POS:new_op = OP_LDURB; break; in try_to_encode_as_unscaled_ldst()
6073 case OP_STRB_POS: new_op = OP_STURB; break; in try_to_encode_as_unscaled_ldst()
6074 case OP_LDRSB_POS: new_op = OP_LDURSB; break; in try_to_encode_as_unscaled_ldst()
6075 case OP_LDRH_POS: new_op = OP_LDURH; break; in try_to_encode_as_unscaled_ldst()
6076 case OP_STRH_POS: new_op = OP_STURH; break; in try_to_encode_as_unscaled_ldst()
6077 case OP_LDRSH_POS: new_op = OP_LDURSH; break; in try_to_encode_as_unscaled_ldst()
6078 case OP_LDR_POS: new_op = OP_LDUR; break; in try_to_encode_as_unscaled_ldst()
6079 case OP_STR_POS: new_op = OP_STUR; break; in try_to_encode_as_unscaled_ldst()
6080 case OP_LDRF_POS: new_op = OP_LDURV; break; in try_to_encode_as_unscaled_ldst()
[all …]
Dtc-xtensa.c2376 char *new_op, in xtensa_translate_zero_immed() argument
2394 xg_replace_opname (popname, new_op); in xtensa_translate_zero_immed()
/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c2364 xtensa_opcode old_op, new_op; in replace_tls_insn() local
2433 new_op = xtensa_opcode_lookup (isa, "nop"); in replace_tls_insn()
2434 if (new_op == XTENSA_UNDEFINED) in replace_tls_insn()
2436 new_op = xtensa_opcode_lookup (isa, "or"); in replace_tls_insn()
2437 if (new_op == XTENSA_UNDEFINED in replace_tls_insn()
2438 || xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0 in replace_tls_insn()
2439 || xtensa_operand_set_field (isa, new_op, 0, fmt, 0, in replace_tls_insn()
2441 || xtensa_operand_set_field (isa, new_op, 1, fmt, 0, in replace_tls_insn()
2443 || xtensa_operand_set_field (isa, new_op, 2, fmt, 0, in replace_tls_insn()
2452 if (xtensa_opcode_encode (isa, fmt, 0, sbuff, new_op) != 0) in replace_tls_insn()
[all …]