Home | History | Annotate | Download | only in config

Lines Matching defs:shift_kind

564     unsigned shift_kind : 3;  /* Shift operation (enum shift_kind).  */
5401 enum shift_kind
5409 enum shift_kind kind;
5437 enum shift_kind shift;
5520 inst.operands[i].shift_kind = shift;
5816 .shift_kind=shift .relocs[0].exp=shift_imm
5825 .shift_kind=shift .relocs[0].exp=shift_imm
8288 if (inst.operands[i].shift_kind == SHIFT_RRX)
8292 inst.instruction |= inst.operands[i].shift_kind << 5;
8384 if (inst.operands[i].shift_kind == SHIFT_RRX)
8388 inst.instruction |= inst.operands[i].shift_kind << 5;
11107 unsigned int shift = inst.operands[i].shift_kind;
11162 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL,
11489 unsigned int shift = inst.operands[2].shift_kind;
12923 switch (inst.operands[1].shift_kind)
12973 switch (inst.operands[1].shift_kind)
13735 int shift_kind;
13740 case T_MNEM_asrs: shift_kind = SHIFT_ASR; break;
13742 case T_MNEM_lsls: shift_kind = SHIFT_LSL; break;
13744 case T_MNEM_lsrs: shift_kind = SHIFT_LSR; break;
13746 case T_MNEM_rors: shift_kind = SHIFT_ROR; break;
13756 if (!inst.operands[2].isreg && shift_kind == SHIFT_ROR)
13785 inst.operands[1].shift_kind = shift_kind;
13798 switch (shift_kind)
13816 switch (shift_kind)
13966 if (inst.operands[3].shift_kind == SHIFT_ASR)