HomeSort by relevance Sort by last modified time
    Searched full:old_insn (Results 1 - 1 of 1) sorted by null

  /external/qemu/tcg/hppa/
tcg-target.c 727 uint32_t old_insn = *(uint32_t *)s->code_ptr; local
730 tcg_out32(s, op | (old_insn & 0x1f1ffdu));
784 uint32_t old_insn = *(uint32_t *)s->code_ptr; local
790 tcg_out32(s, op | 2 | (old_insn & 0x1ffdu));
    [all...]

Completed in 411 milliseconds