Lines Matching refs:amount

704   info->shifter.amount = extract_field (FLD_hw, code, 0) << 4;
709 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */
762 info->shifter.amount = extract_field_2 (&field, code, 0) << 3;
768 info->shifter.amount = extract_field_2 (&field, code, 0) ? 16 : 8;
841 info->shifter.amount = value ? 12 : 0;
949 /* Decode Ft for e.g. STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]
1005 stlur <Xt>, [<Xn|SP>{, <amount>}]. */
1028 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */
1053 info->shifter.amount = 0;
1065 info->shifter.amount = get_logsz (size);
1149 LD1 {<Vt>.<T>, <Vt2>.<T>, <Vt3>.<T>}, [<Xn|SP>], <Xm|#<amount>>. */
1162 /* Rm | #<amount> */
1369 STR <Qt>, [<Xn|SP>, <R><m>{, <extend> {<amount>}}]. */
1386 info->shifter.amount = extract_field (FLD_imm3, code, 0);
1403 SUBS <Xd>, <Xn>, <Xm> {, <shift> #<amount>}. */
1425 info->shifter.amount = extract_field (FLD_imm6, code, 0);
1449 info->shifter.amount = 1;
1573 info->shifter.amount = get_operand_specific_data (self);
1574 info->shifter.operator_present = (info->shifter.amount != 0);
1575 info->shifter.amount_present = (info->shifter.amount != 0);
1598 info->shifter.amount = get_operand_specific_data (self);
1600 info->shifter.amount_present = (info->shifter.amount != 0);
1631 info->shifter.amount = extract_field (FLD_SVE_msz, code, 0);
1633 || info->shifter.amount != 0);
1634 info->shifter.amount_present = (info->shifter.amount != 0);
1680 info->shifter.amount = 0;
1685 info->shifter.amount = 8;
1689 info->shifter.operator_present = (info->shifter.amount != 0);
1690 info->shifter.amount_present = (info->shifter.amount != 0);
2001 /* Decode <pattern>{, MUL #<amount>}. The fields array specifies which
2002 fields to use for <pattern>. <amount> - 1 is encoded in the SVE_imm4
2015 info->shifter.amount = val + 1;
2691 MOVZ/MOVN #0 have a shift amount other than LSL #0, in which case the
2698 /* MOVZ/MOVN #0 have a shift amount other than LSL #0. */
2699 if (value == 0 && inst->operands[1].shifter.amount != 0)
2703 value <<= inst->operands[1].shifter.amount;
2715 inst->operands[1].shifter.amount = 0;
2726 MOVZ/MOVN #0 have a shift amount other than LSL #0, in which case the