Home | History | Annotate | Download | only in hppa

Lines Matching full:old_insn

727         uint32_t old_insn = *(uint32_t *)s->code_ptr;
730 tcg_out32(s, op | (old_insn & 0x1f1ffdu));
784 uint32_t old_insn = *(uint32_t *)s->code_ptr;
790 tcg_out32(s, op | 2 | (old_insn & 0x1ffdu));