Home
last modified time | relevance | path

Searched refs:operator_present (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-dis.c1387 info->shifter.operator_present = 1; in aarch64_ext_reg_extended()
1426 info->shifter.operator_present = 1; in aarch64_ext_reg_shifted()
1448 info->shifter.operator_present = (info->addr.offset.imm != 0); in aarch64_ext_sve_addr_reg_mul_vl()
1519 info->shifter.operator_present = false; in aarch64_ext_sve_addr_reg_imm()
1572 info->shifter.operator_present = (info->shifter.amount != 0); in aarch64_ext_sve_addr_rr_lsl()
1597 info->shifter.operator_present = true; in aarch64_ext_sve_addr_rz_xtw()
1630 info->shifter.operator_present = (kind != AARCH64_MOD_LSL in aarch64_ext_sve_addr_zz()
1687 info->shifter.operator_present = (info->shifter.amount != 0); in decode_sve_aimm()
1867 info->shifter.operator_present = (imm != 0); in aarch64_ext_sme_addr_ri_u4xvl()
2014 info->shifter.operator_present = (val != 0); in aarch64_ext_sve_scale()
H A Daarch64-opc.c1865 if ((opnd->addr.offset.imm != 0 && !opnd->shifter.operator_present) in operand_general_constraint_met_p()
1866 || (opnd->shifter.operator_present in operand_general_constraint_met_p()
1908 if (opnd->shifter.operator_present in operand_general_constraint_met_p()
1942 assert (opnd->shifter.operator_present == 0); in operand_general_constraint_met_p()
2666 if (!opnd->shifter.operator_present) in operand_general_constraint_met_p()
2679 assert (opnd->shifter.operator_present /* Default to LSL. */ in operand_general_constraint_met_p()
3122 if (opnd->shifter.operator_present) in print_immediate_offset_address()
3551 && !opnd->shifter.operator_present in aarch64_print_operand()
3560 if (opnd->shifter.operator_present) in aarch64_print_operand()
H A Daarch64-asm.c662 S = info->shifter.operator_present && info->shifter.amount_present; in aarch64_ins_addr_regoff()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-dis.c1485 info->shifter.operator_present = 1; in aarch64_ext_reg_extended()
1524 info->shifter.operator_present = 1; in aarch64_ext_reg_shifted()
1546 info->shifter.operator_present = (info->addr.offset.imm != 0); in aarch64_ext_sve_addr_reg_mul_vl()
1617 info->shifter.operator_present = false; in aarch64_ext_sve_addr_reg_imm()
1670 info->shifter.operator_present = (info->shifter.amount != 0); in aarch64_ext_sve_addr_rr_lsl()
1695 info->shifter.operator_present = true; in aarch64_ext_sve_addr_rz_xtw()
1728 info->shifter.operator_present = (kind != AARCH64_MOD_LSL in aarch64_ext_sve_addr_zz()
1785 info->shifter.operator_present = (info->shifter.amount != 0); in decode_sve_aimm()
2087 info->shifter.operator_present = (imm != 0); in aarch64_ext_sme_addr_ri_u4xvl()
2276 info->shifter.operator_present = (val != 0); in aarch64_ext_sve_scale()
H A Daarch64-opc.c2352 if ((opnd->addr.offset.imm != 0 && !opnd->shifter.operator_present) in operand_general_constraint_met_p()
2353 || (opnd->shifter.operator_present in operand_general_constraint_met_p()
2395 if (opnd->shifter.operator_present in operand_general_constraint_met_p()
2429 assert (opnd->shifter.operator_present == 0); in operand_general_constraint_met_p()
3214 if (!opnd->shifter.operator_present) in operand_general_constraint_met_p()
3227 assert (opnd->shifter.operator_present /* Default to LSL. */ in operand_general_constraint_met_p()
3768 if (opnd->shifter.operator_present) in print_immediate_offset_address()
4368 && !opnd->shifter.operator_present in aarch64_print_operand()
4380 if (opnd->shifter.operator_present) in aarch64_print_operand()
H A Daarch64-asm.c675 S = info->shifter.operator_present && info->shifter.amount_present; in aarch64_ins_addr_regoff()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Daarch64.h1192 unsigned operator_present: 1; /* Only valid during encoding. */ member
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.c3359 operand->shifter.operator_present = 1; in parse_shift()
6343 if (!info->shifter.operator_present) in parse_operands()
6642 if (!info->shifter.operator_present) in parse_operands()
6737 if (!info->shifter.operator_present in parse_operands()
6791 if (info->shifter.operator_present) in parse_operands()
6826 if (!info->shifter.operator_present) in parse_operands()
7031 if (!info->shifter.operator_present) in parse_operands()
7303 || info->shifter.operator_present != 0) in parse_operands()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c3640 operand->shifter.operator_present = 1; in parse_shift()
6583 if (!info->shifter.operator_present) in parse_operands()
6932 if (!info->shifter.operator_present) in parse_operands()
7026 if (!info->shifter.operator_present in parse_operands()
7080 if (info->shifter.operator_present) in parse_operands()
7115 if (!info->shifter.operator_present) in parse_operands()
7365 if (!info->shifter.operator_present) in parse_operands()
7645 || info->shifter.operator_present != 0) in parse_operands()
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Daarch64.h1575 unsigned operator_present: 1; /* Only valid during encoding. */ member