Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-asm.c109 int val = info->reg.regno - get_operand_specific_data (self); in aarch64_ins_regno()
1034 int factor = 1 + get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s4xvl()
1051 int factor = 1 + get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s6xvl()
1069 int factor = 1 + get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s9xvl()
1085 int factor = 1 << get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s4()
1100 int factor = 1 << get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_u6()
1148 int factor = 1 << get_operand_specific_data (self); in aarch64_ins_sve_addr_zi_u5()
1230 unsigned int num_regs = get_operand_specific_data (self); in aarch64_ins_sve_aligned_reglist()
1297 unsigned int reg_bits = get_operand_specific_data (self); in aarch64_ins_sve_quad_index()
1327 unsigned int num_regs = get_operand_specific_data (self); in aarch64_ins_sve_strided_reglist()
[all …]
H A Daarch64-dis.c294 + get_operand_specific_data (self)); in aarch64_ext_regno()
1539 info->addr.offset.imm = offset * (1 + get_operand_specific_data (self)); in aarch64_ext_sve_addr_reg_mul_vl()
1613 info->addr.offset.imm = offset * (1 << get_operand_specific_data (self)); in aarch64_ext_sve_addr_reg_imm()
1669 info->shifter.amount = get_operand_specific_data (self); in aarch64_ext_sve_addr_rr_lsl()
1694 info->shifter.amount = get_operand_specific_data (self); in aarch64_ext_sve_addr_rz_xtw()
1808 unsigned int num_regs = get_operand_specific_data (self); in aarch64_ext_sve_aligned_reglist()
1987 int num_offsets = get_operand_specific_data (self); in aarch64_ext_sme_za_array()
2206 unsigned int reg_bits = get_operand_specific_data (self); in aarch64_ext_sve_quad_index()
2238 info->reglist.num_regs = get_operand_specific_data (self); in aarch64_ext_sve_reglist_zt()
2256 info->reglist.num_regs = get_operand_specific_data (self); in aarch64_ext_sve_strided_reglist()
[all …]
H A Daarch64-opc.h392 get_operand_specific_data (const aarch64_operand *operand) in get_operand_specific_data() function
H A Daarch64-opc.c1807 shift = get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
1900 num = get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
1915 num = get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
2349 num = 1 + get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
2392 num = 1 << get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
2459 != get_operand_specific_data (&aarch64_operands[type]))) in operand_general_constraint_met_p()
H A DChangeLog-2016970 (get_operand_specific_data): New function.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-asm.c981 int factor = 1 + get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s4xvl()
998 int factor = 1 + get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s6xvl()
1016 int factor = 1 + get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s9xvl()
1032 int factor = 1 << get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_s4()
1047 int factor = 1 << get_operand_specific_data (self); in aarch64_ins_sve_addr_ri_u6()
1095 int factor = 1 << get_operand_specific_data (self); in aarch64_ins_sve_addr_zi_u5()
1216 unsigned int reg_bits = get_operand_specific_data (self); in aarch64_ins_sve_quad_index()
1276 unsigned int opnd_backshift = get_operand_specific_data (self); in aarch64_ins_sve_shrimm()
H A Daarch64-opc.h326 get_operand_specific_data (const aarch64_operand *operand) in get_operand_specific_data() function
H A Daarch64-dis.c1441 info->addr.offset.imm = offset * (1 + get_operand_specific_data (self)); in aarch64_ext_sve_addr_reg_mul_vl()
1515 info->addr.offset.imm = offset * (1 << get_operand_specific_data (self)); in aarch64_ext_sve_addr_reg_imm()
1571 info->shifter.amount = get_operand_specific_data (self); in aarch64_ext_sve_addr_rr_lsl()
1596 info->shifter.amount = get_operand_specific_data (self); in aarch64_ext_sve_addr_rz_xtw()
1978 unsigned int reg_bits = get_operand_specific_data (self); in aarch64_ext_sve_quad_index()
H A Daarch64-opc.c1546 shift = get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
1862 num = 1 + get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
1905 num = 1 << get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
1972 != get_operand_specific_data (&aarch64_operands[type]))) in operand_general_constraint_met_p()
H A DChangeLog-2016970 (get_operand_specific_data): New function.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2016970 (get_operand_specific_data): New function.