Home
last modified time | relevance | path

Searched refs:prfop (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Daarch64.h1567 const struct aarch64_name_value_pair *prfop; member
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Daarch64.h1580 const struct aarch64_name_value_pair *prfop; member
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Daarch64-opc.c3148 if (opcode->iclass == ldst_regoff && opnd->prfop->value >= 24) in operand_general_constraint_met_p()
4783 if (opnd->prfop->name != NULL) in aarch64_print_operand()
4784 snprintf (buf, size, "%s", style_sub_mnem (styler, opnd->prfop->name)); in aarch64_print_operand()
4787 opnd->prfop->value)); in aarch64_print_operand()
Daarch64-asm.c962 insert_field (FLD_Rt, code, info->prfop->value, 0); in aarch64_ins_prfop()
Daarch64-dis.c1432 info->prfop = aarch64_prfops + extract_field (FLD_Rt, code, 0); in aarch64_ext_prfop()
Daarch64-tbl.h6606 Y(SYSTEM, prfop, "PRFOP", 0, F(), \
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Daarch64-opc.c3148 if (opcode->iclass == ldst_regoff && opnd->prfop->value >= 24) in operand_general_constraint_met_p()
4808 if (opnd->prfop->name != NULL) in aarch64_print_operand()
4809 snprintf (buf, size, "%s", style_sub_mnem (styler, opnd->prfop->name)); in aarch64_print_operand()
4812 opnd->prfop->value)); in aarch64_print_operand()
Daarch64-asm.c962 insert_field (FLD_Rt, code, info->prfop->value, 0); in aarch64_ins_prfop()
Daarch64-dis.c1469 info->prfop = aarch64_prfops + extract_field (FLD_Rt, code, 0); in aarch64_ext_prfop()
Daarch64-tbl.h6767 Y(SYSTEM, prfop, "PRFOP", 0, F(), \
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-aarch64.c7825 inst.base.operands[i].prfop = aarch64_prfops + val; in parse_operands()