Searched refs:new_inst (Results 1 – 2 of 2) sorted by relevance
4201 output_inst (struct aarch64_inst *new_inst) in output_inst() argument4221 if (new_inst != NULL) in output_inst()4222 fixp->tc_fix_data.inst = new_inst; in output_inst()6197 aarch64_inst *new_inst = fixP->tc_fix_data.inst; in fix_insn() local6199 if (new_inst) in fix_insn()6204 idx = aarch64_operand_index (new_inst->opcode->operands, opnd); in fix_insn()6205 new_inst->operands[idx].skip = 0; in fix_insn()6271 gas_assert (new_inst != NULL); in fix_insn()6272 idx = aarch64_operand_index (new_inst->opcode->operands, opnd); in fix_insn()6273 new_inst->operands[idx].imm.value = value; in fix_insn()[all …]
21653 int op, new_inst; in negate_data_op() local21664 new_inst = OPCODE_ADD; in negate_data_op()21669 new_inst = OPCODE_SUB; in negate_data_op()21674 new_inst = OPCODE_CMN; in negate_data_op()21679 new_inst = OPCODE_CMP; in negate_data_op()21685 new_inst = OPCODE_MVN; in negate_data_op()21690 new_inst = OPCODE_MOV; in negate_data_op()21695 new_inst = OPCODE_BIC; in negate_data_op()21700 new_inst = OPCODE_AND; in negate_data_op()21705 new_inst = OPCODE_SBC; in negate_data_op()[all …]