Home
last modified time | relevance | path

Searched full:elif (Results 1 – 25 of 242) sorted by relevance

12345678910

/qemu/disas/
H A Ddisas-host.c47 #elif defined(__i386__) in initialize_debug_host()
53 #elif defined(__x86_64__) in initialize_debug_host()
59 #elif defined(_ARCH_PPC) in initialize_debug_host()
64 #elif defined(__riscv) in initialize_debug_host()
67 #elif defined(_LP64) in initialize_debug_host()
72 #elif defined(__aarch64__) in initialize_debug_host()
74 #elif defined(__alpha__) in initialize_debug_host()
76 #elif defined(__sparc__) in initialize_debug_host()
79 #elif defined(__arm__) in initialize_debug_host()
82 #elif defined(__MIPSEB__) in initialize_debug_host()
[all …]
/qemu/docs/sphinx/
H A Ddbusparser.py76 elif self.access == "read":
78 elif self.access == "write":
163 elif comment_state == DBusXMLParser.COMMENT_STATE_PARAMS:
181 elif comment_state == DBusXMLParser.COMMENT_STATE_BODY:
207 elif self.state == DBusXMLParser.STATE_TOP:
212 elif self.state == DBusXMLParser.STATE_NODE:
218 elif name == DBusXMLParser.STATE_ANNOTATION:
235 elif self.state == DBusXMLParser.STATE_INTERFACE:
243 elif name == DBusXMLParser.STATE_SIGNAL:
248 elif name == DBusXMLParser.STATE_PROPERTY:
[all …]
/qemu/tests/tcg/i386/
H A Dtest-avx.py68 elif w == 16:
70 elif w == 32:
72 elif w == 64:
79 elif w == 16:
81 elif w == 32:
83 elif w == 64:
85 elif w == 128:
87 elif w == 256:
192 elif arg[:2] == 'mm':
200 elif arg[:4] == 'imm8':
[all …]
H A Dtest-mmx.py35 elif w == 16:
37 elif w == 32:
39 elif w == 64:
46 elif w == 16:
48 elif w == 32:
50 elif w == 64:
131 elif arg[:4] == 'imm8':
133 elif arg[0] == 'r':
146 elif arg[0] == 'm':
190 elif nreg == 2:
[all …]
/qemu/scripts/
H A Dminikconf.py464 elif self.tok == TOK_LPAREN:
470 elif self.tok == TOK_ID:
511 elif self.tok == TOK_DEPENDS:
517 elif self.tok == TOK_SELECT:
522 elif self.tok == TOK_IMPLY:
527 elif self.tok == TOK_BOOL:
565 elif self.tok == TOK_CONFIG:
567 elif self.tok == TOK_ID:
604 elif self.tok == '=':
606 elif self.tok == '(':
[all …]
H A Dtracetool.py84 elif opt == "--backends":
86 elif opt == "--group":
88 elif opt == "--format":
91 elif opt == "--list-backends":
95 elif opt == "--check-backends":
98 elif opt == "--binary":
100 elif opt == '--probe-prefix':
H A Dfeature_to_c.py20 elif c == b'\\'[0]:
22 elif c == b'\n'[0]:
25 elif c >= 32 and c < 127:
67 elif event == 'start':
H A Dmodinfo-generate.py45 elif kind == 'dep':
47 elif kind == 'opts':
49 elif kind == 'arch':
51 elif kind == 'kconfig':
H A Dxen-detect.c22 #elif CONFIG_XEN_CTRL_INTERFACE_VERSION == 41000
36 #elif CONFIG_XEN_CTRL_INTERFACE_VERSION == 40900
49 #elif CONFIG_XEN_CTRL_INTERFACE_VERSION == 40800
97 #elif CONFIG_XEN_CTRL_INTERFACE_VERSION == 40701
/qemu/tests/multiboot/
H A Daout_kludge.S52 #elif SCENARIO == 2
59 #elif SCENARIO == 3
66 #elif SCENARIO == 4
75 #elif SCENARIO == 5
82 #elif SCENARIO == 6
89 #elif SCENARIO == 7
96 #elif SCENARIO == 8
103 #elif SCENARIO == 9
/qemu/tests/tcg/multiarch/
H A Dnop_func.h12 #elif defined(__alpha__)
14 #elif defined(__arm__)
16 #elif defined(__riscv)
18 #elif defined(__s390__)
20 #elif defined(__i386__) || defined(__x86_64__)
H A Dsigbus.c47 #elif defined(__alpha__) in main()
49 #elif defined(__arm__) in main()
51 #elif defined(__powerpc__) in main()
53 #elif defined(__riscv_atomic) in main()
/qemu/tests/tcg/xtensa/
H A Dtest_interrupt.S13 #elif LEVEL_SOFT_MASK(3)
15 #elif LEVEL_SOFT_MASK(4)
17 #elif LEVEL_SOFT_MASK(5)
19 #elif LEVEL_SOFT_MASK(6)
29 #elif LEVEL_SOFT_MASK(3)
31 #elif LEVEL_SOFT_MASK(4)
33 #elif LEVEL_SOFT_MASK(5)
35 #elif LEVEL_SOFT_MASK(6)
/qemu/tests/functional/qemu_test/
H A Darchive.py83 elif format == "zip":
85 elif format == "cpio":
89 elif format == "deb":
105 elif type(archive) != str:
110 elif archive.endswith(".zip"):
112 elif archive.endswith(".cpio"):
114 elif archive.endswith(".deb") or archive.endswith(".udeb"):
H A Duncompress.py80 elif format == "gz":
82 elif format == "zstd":
96 elif type(compressed) != str:
102 elif ext == ".gz":
104 elif ext in [".zstd", ".zst"]:
/qemu/scripts/qapi/
H A Dparser.py163 elif "pragma" in expr:
238 elif name == 'command-name-exceptions':
240 elif name == 'command-returns-exceptions':
242 elif name == 'documentation-exceptions':
244 elif name == 'member-name-exceptions':
308 elif self.tok in '{}:,[]':
310 elif self.tok == "'":
326 elif ch == '\\':
329 elif ch == "'":
336 elif self.src.startswith('true', self.pos):
[all …]
/qemu/scripts/tracetool/format/
H A Dust_events_h.py76 elif ("%p" in f) or ("x" in f) or ("PRIx" in f):
78 elif ("ptr" in t) or ("*" in t):
80 elif ('int' in t) or ('long' in t) or ('unsigned' in t) \
83 elif ('double' in t) or ('float' in t):
85 elif ('void *' in t) or ('void*' in t):
H A Dlog_stap.py49 elif fmt[i] == '"' and not escape:
59 elif fmt[i] == ' ' or fmt[i] == '\t':
64 elif state == STATE_LITERAL:
78 elif state == STATE_LITERAL:
/qemu/crypto/
H A Dmeson.build39 elif gcrypt.found()
41 elif gnutls_crypto.found()
68 elif gnutls.found()
70 elif get_option('rng_none')
/qemu/linux-user/
H A Duser-internals.h103 #elif defined(TARGET_SPARC64)
137 #elif defined(TARGET_MIPS) && defined(TARGET_ABI_MIPSO32)
139 #elif defined(TARGET_PPC) && !defined(TARGET_PPC64)
146 #elif defined(TARGET_SH4)
159 #elif defined(TARGET_XTENSA)
161 #elif defined(TARGET_HEXAGON)
/qemu/tests/qemu-iotests/
H A Dcommon.rc292 elif [ "$IMGPROTO" = "nbd" ]; then
296 elif [ "$IMGPROTO" = "fuse" ]; then
299 elif [ "$IMGPROTO" = "ssh" ]; then
302 elif [ "$IMGPROTO" = "nfs" ]; then
312 elif [ "$IMGPROTO" = "nbd" ]; then
315 elif [ "$IMGPROTO" = "fuse" ]; then
318 elif [ "$IMGPROTO" = "ssh" ]; then
322 elif [ "$IMGPROTO" = "nfs" ]; then
444 elif [ "$IMGOPTSSYNTAX" != "true" -a \
470 elif $opts_param; then
[all …]
/qemu/util/
H A Dcacheflush.c73 #elif defined(CONFIG_DARWIN)
84 #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
156 #elif defined(_ARCH_PPC) && defined(__linux__)
232 #elif defined(EMSCRIPTEN)
236 #elif defined(__aarch64__) && !defined(CONFIG_WIN32)
306 #elif defined(__mips__)
322 #elif defined(__powerpc__)
362 #elif defined(__sparc__)
H A Dmeson.build129 elif cpu in ['x86', 'x86_64']
131 elif cpu == 'loongarch64'
133 elif cpu in ['ppc', 'ppc64']
135 elif cpu in ['riscv32', 'riscv64']
137 elif cpu == 's390x'
/qemu/include/libdecnumber/
H A DdecNumberLocal.h181 #elif DECDPUN==2
186 #elif DECDPUN==3
191 #elif DECDPUN==4
196 #elif DECDPUN==5
201 #elif DECDPUN==6
206 #elif DECDPUN==7
211 #elif DECDPUN==8
216 #elif DECDPUN==9
221 #elif defined(DECDPUN)
239 #elif DECDPUN==4
[all …]
/qemu/scripts/simplebench/
H A Dtable_templater.py41 elif x.data == 'row_switch':
55 elif x.data == 'column_switch':
58 elif x.data == 'row_switch':

12345678910