Searched refs:prfop (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | aarch64.h | 1567 const struct aarch64_name_value_pair *prfop; member
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | aarch64.h | 1580 const struct aarch64_name_value_pair *prfop; member
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | aarch64-opc.c | 3148 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()
|
| D | aarch64-asm.c | 962 insert_field (FLD_Rt, code, info->prfop->value, 0); in aarch64_ins_prfop()
|
| D | aarch64-dis.c | 1432 info->prfop = aarch64_prfops + extract_field (FLD_Rt, code, 0); in aarch64_ext_prfop()
|
| D | aarch64-tbl.h | 6606 Y(SYSTEM, prfop, "PRFOP", 0, F(), \
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | aarch64-opc.c | 3148 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()
|
| D | aarch64-asm.c | 962 insert_field (FLD_Rt, code, info->prfop->value, 0); in aarch64_ins_prfop()
|
| D | aarch64-dis.c | 1469 info->prfop = aarch64_prfops + extract_field (FLD_Rt, code, 0); in aarch64_ext_prfop()
|
| D | aarch64-tbl.h | 6767 Y(SYSTEM, prfop, "PRFOP", 0, F(), \
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-aarch64.c | 7825 inst.base.operands[i].prfop = aarch64_prfops + val; in parse_operands()
|