Searched defs:condexec_mask (Results 1 - 1 of 1) sorted by path

/external/qemu/target-arm/
H A Dtranslate.c58 int condexec_mask; member in struct:DisasContext
3629 if (s->condexec_mask) {
3630 uint32_t val = (s->condexec_cond << 4) | (s->condexec_mask >> 1);
9008 if (s->condexec_mask) {
9040 if (s->condexec_mask)
9045 if (s->condexec_mask)
9057 gen_arm_shift_im(tmp, op, shift, s->condexec_mask == 0);
9058 if (!s->condexec_mask)
9070 if (!s->condexec_mask)
9084 if (s->condexec_mask)
[all...]

Completed in 214 milliseconds