Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 10 of 10) sorted by relevance

/qemu/disas/
H A Dalpha.c638 #define BASE AXP_OPCODE_BASE macro
724 { "lda", MEM(0x08), BASE, ARG_MEM },
726 { "ldah", MEM(0x09), BASE, ARG_MEM },
1305 BASE, { ZA, CPRB } },
1309 0xFFFFFFFF, BASE, { 0 } },
1707 { "ldl", MEM(0x28), BASE, ARG_MEM },
1708 { "ldq", MEM(0x29), BASE, ARG_MEM },
1711 { "stl", MEM(0x2C), BASE, ARG_MEM },
1712 { "stq", MEM(0x2D), BASE, ARG_MEM },
1717 { "br", BRA(0x30), BASE, ARG_BRA },
[all …]
/qemu/tests/tcg/xtensa/
H A Dtest_mmu.S6 #define BASE 0x20000000 macro
54 movi a3, BASE + 0x01000001
63 movi a3, BASE + 0x01234567
66 movi a3, BASE + 0x01234014
68 movi a3, BASE + 0x0123400c
73 movi a3, BASE + 0x01234567
183 movi a5, BASE
264 movi a5, BASE
365 movi a5, BASE
421 movi a5, BASE
[all …]
/qemu/target/xtensa/
H A Dimport_core.sh6 BASE=$(dirname "$0")
7 TARGET="$BASE"/core-$NAME
69 grep -qxf core-${NAME}.c "$BASE"/cores.list || \
70 echo core-${NAME}.c >> "$BASE"/cores.list
/qemu/tests/docker/
H A Drun18 BASE="$(dirname $(realpath $0))"
32 tar -C $TEST_DIR/src -xf $BASE/qemu.tar || { echo "Failed to untar source"; exit 2; }
/qemu/target/m68k/
H A Dtranslate.c5773 BASE(undef, 0000, 0000); in register_m68k_insns()
5778 BASE(bitop_reg, 0100, f1c0); in register_m68k_insns()
5779 BASE(bitop_reg, 0140, f1c0); in register_m68k_insns()
5780 BASE(bitop_reg, 0180, f1c0); in register_m68k_insns()
5781 BASE(bitop_reg, 01c0, f1c0); in register_m68k_insns()
5796 BASE(bitop_im, 0800, ffc0); in register_m68k_insns()
5797 BASE(bitop_im, 0840, ffc0); in register_m68k_insns()
5798 BASE(bitop_im, 0880, ffc0); in register_m68k_insns()
5799 BASE(bitop_im, 08c0, ffc0); in register_m68k_insns()
5810 BASE(move, 1000, f000); in register_m68k_insns()
[all …]
/qemu/hw/net/can/
H A Dctu_can_fd_frame.h84 BASE = 0x0, enumerator
/qemu/
H A Dqemu-img-cmds.hx41 .. option:: commit [--object OBJECTDEF] [--image-opts] [-q] [-f FMT] [-t CACHE] [-b BASE] [-r RATE_…
/qemu/target/arm/tcg/
H A Dmve_helper.c326 #define ADDR_ADD(BASE, OFFSET) ((BASE) + (OFFSET)) argument
327 #define ADDR_ADD_OSH(BASE, OFFSET) ((BASE) + ((OFFSET) << 1)) argument
328 #define ADDR_ADD_OSW(BASE, OFFSET) ((BASE) + ((OFFSET) << 2)) argument
329 #define ADDR_ADD_OSD(BASE, OFFSET) ((BASE) + ((OFFSET) << 3)) argument
/qemu/docs/tools/
H A Dqemu-img.rst361 .. option:: commit [--object OBJECTDEF] [--image-opts] [-q] [-f FMT] [-t CACHE] [-b BASE] [-r RATE_…
376 specified as *BASE* (which has to be part of *FILENAME*'s backing
377 chain). If *BASE* is not specified, the immediate backing file of the top
379 all images between *BASE* and the top image will be invalid and may return
/qemu/tcg/s390x/
H A Dtcg-target.c.inc958 BASE+OFS: The effective address.