Home | History | Annotate | Download | only in igen

Lines Matching refs:last_pos

34 sub_val (insn_uint val, int val_last_pos, int first_pos, int last_pos)
36 return ((val >> (val_last_pos - last_pos))
37 & (((insn_uint) 1 << (last_pos - first_pos + 1)) - 1));
876 int last_pos = ((field->last < table->opcode->last)
880 int width = last_pos - first_pos + 1;
886 val = sub_val (field->val_int, field->last, first_pos, last_pos);
888 last_pos + 1,
896 last_pos + 1,
918 first_pos, last_pos);
987 (first_pos - last_pos));
1024 last_pos + 1,
1032 first_pos, last_pos,
1036 last_pos + 1,