Searched refs:new_inst (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c4783 output_inst (struct aarch64_inst *new_inst)
4803 if (new_inst != NULL)
4804 fixp->tc_fix_data.inst = new_inst;
7282 aarch64_inst *new_inst = fixP->tc_fix_data.inst;
7284 if (new_inst)
7289 idx = aarch64_operand_index (new_inst->opcode->operands, opnd);
7290 new_inst->operands[idx].skip = 0;
7356 gas_assert (new_inst != NULL);
7357 idx = aarch64_operand_index (new_inst->opcode->operands, opnd);
7358 new_inst
4776 output_inst(struct aarch64_inst *new_inst) argument
7272 aarch64_inst *new_inst = fixP->tc_fix_data.inst; local
[all...]
H A Dtc-arm.c22633 int op, new_inst;
22644 new_inst = OPCODE_ADD;
22649 new_inst = OPCODE_SUB;
22654 new_inst = OPCODE_CMN;
22659 new_inst = OPCODE_CMP;
22665 new_inst = OPCODE_MVN;
22670 new_inst = OPCODE_MOV;
22675 new_inst = OPCODE_BIC;
22680 new_inst = OPCODE_AND;
22685 new_inst
22622 int op, new_inst; local
22701 int op, new_inst; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c11346 int op, new_inst;
11357 new_inst = OPCODE_ADD;
11362 new_inst = OPCODE_SUB;
11367 new_inst = OPCODE_CMN;
11372 new_inst = OPCODE_CMP;
11378 new_inst = OPCODE_MVN;
11383 new_inst = OPCODE_MOV;
11388 new_inst = OPCODE_BIC;
11393 new_inst = OPCODE_AND;
11398 new_inst
11332 int op, new_inst; local
11411 int op, new_inst; local
[all...]

Completed in 280 milliseconds