Lines Matching refs:opnd
111 enum aarch64_opnd opnd; member
2258 reloc->opnd = operand->type; in aarch64_set_gas_internal_fixup()
4225 gas_assert (inst.reloc.opnd != AARCH64_OPND_NIL); in output_inst()
4226 fixp->tc_fix_data.opnd = inst.reloc.opnd; in output_inst()
6196 enum aarch64_opnd opnd = fixP->tc_fix_data.opnd; in fix_insn() local
6204 idx = aarch64_operand_index (new_inst->opcode->operands, opnd); in fix_insn()
6208 gas_assert (opnd != AARCH64_OPND_NIL); in fix_insn()
6210 switch (opnd) in fix_insn()
6272 idx = aarch64_operand_index (new_inst->opcode->operands, opnd); in fix_insn()
6312 gas_assert (new_inst->opcode->operands[1] == opnd in fix_insn()
6313 || new_inst->opcode->operands[2] == opnd); in fix_insn()
6316 if (new_inst->opcode->operands[1] == opnd) in fix_insn()
6346 as_fatal (_("unhandled operand code %d"), opnd); in fix_insn()