Home | History | Annotate | Download | only in config

Lines Matching defs:shift_kind

564     unsigned shift_kind : 3;  /* Shift operation (enum shift_kind).  */
5400 enum shift_kind
5408 enum shift_kind kind;
5436 enum shift_kind shift;
5519 inst.operands[i].shift_kind = shift;
5815 .shift_kind=shift .relocs[0].exp=shift_imm
5824 .shift_kind=shift .relocs[0].exp=shift_imm
8291 if (inst.operands[i].shift_kind == SHIFT_RRX)
8295 inst.instruction |= inst.operands[i].shift_kind << 5;
8387 if (inst.operands[i].shift_kind == SHIFT_RRX)
8391 inst.instruction |= inst.operands[i].shift_kind << 5;
11110 unsigned int shift = inst.operands[i].shift_kind;
11165 constraint (inst.operands[i].shifted && inst.operands[i].shift_kind != SHIFT_LSL,
11492 unsigned int shift = inst.operands[2].shift_kind;
12926 switch (inst.operands[1].shift_kind)
12976 switch (inst.operands[1].shift_kind)
13738 int shift_kind;
13743 case T_MNEM_asrs: shift_kind = SHIFT_ASR; break;
13745 case T_MNEM_lsls: shift_kind = SHIFT_LSL; break;
13747 case T_MNEM_lsrs: shift_kind = SHIFT_LSR; break;
13749 case T_MNEM_rors: shift_kind = SHIFT_ROR; break;
13759 if (!inst.operands[2].isreg && shift_kind == SHIFT_ROR)
13788 inst.operands[1].shift_kind = shift_kind;
13801 switch (shift_kind)
13819 switch (shift_kind)
13969 if (inst.operands[3].shift_kind == SHIFT_ASR)