Home | History | Annotate | Download | only in qemu

Lines Matching defs:shift

181      -1 to indicate that BITM and SHIFT cannot be used to determine
183 int shift;
189 i |= (op & o->bitm) << o->shift;
207 op = (i >> o->shift) & o->bitm;
422 The fields are bitm, shift, insert, extract, flags.
5033 when, for instance, you are emulating a right shift by a
5210 value = (insn >> operand->shift) & operand->bitm;