Searched refs:SRC_EA (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1370 #define SRC_EA(env, result, opsize, op_sign, addrp) do { \ macro 1516 SRC_EA(env, src, OS_WORD, sign, NULL); in DISAS_INSN() 1535 SRC_EA(env, src, OS_WORD, sign, NULL); in DISAS_INSN() 1565 SRC_EA(env, den, OS_LONG, 0, NULL); in DISAS_INSN() 1581 SRC_EA(env, den, OS_LONG, 0, NULL); in DISAS_INSN() 1801 SRC_EA(env, src, OS_BYTE, 0, &addr); in DISAS_INSN() 1827 SRC_EA(env, tmp, opsize, 1, &addr); in DISAS_INSN() 1831 SRC_EA(env, src, opsize, 1, NULL); in DISAS_INSN() 1873 SRC_EA(env, src1, opsize, 0, op ? &addr: NULL); in DISAS_INSN() 2113 SRC_EA(env, src1, opsize, 0, op ? &addr: NULL); in DISAS_INSN() [all …]
|