Searched refs:AREG (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/m68k/ |
| H A D | translate.c | 57 #define AREG(insn, pos) get_areg(s, REG(insn, pos)) macro 396 add = (ext & 0x8000) ? AREG(ext, 12) : DREG(ext, 12); in gen_addr_index() 2053 addr = AREG(insn, 0); in DISAS_INSN() 2368 tcg_gen_addi_i32(AREG(insn, 0), addr, opsize_bytes(opsize)); in DISAS_INSN() 2371 tcg_gen_mov_i32(AREG(insn, 0), addr); in DISAS_INSN() 2387 addr1 = AREG(ext1, 12); in DISAS_INSN() 2396 addr2 = AREG(ext2, 12); in DISAS_INSN() 2437 addr1 = AREG(ext1, 12); in DISAS_INSN() 2446 addr2 = AREG(ext2, 12); in DISAS_INSN() 2509 dest = AREG(insn, 9); in DISAS_INSN() [all …]
|