Home
last modified time | relevance | path

Searched refs:QEMU_GNUC_PREREQ (Results 1 – 7 of 7) sorted by relevance

/external/qemu/include/qemu/
Dhost-utils.h61 #if QEMU_GNUC_PREREQ(3, 4) in clz32()
114 #if QEMU_GNUC_PREREQ(3, 4) in clz64()
149 #if QEMU_GNUC_PREREQ(3, 4) in ctz32()
204 #if QEMU_GNUC_PREREQ(3, 4) in ctz64()
236 #if QEMU_GNUC_PREREQ(3, 4) in ctpop8()
253 #if QEMU_GNUC_PREREQ(3, 4) in ctpop16()
271 #if QEMU_GNUC_PREREQ(3, 4) in ctpop32()
290 #if QEMU_GNUC_PREREQ(3, 4) in ctpop64()
Dcompiler.h13 # define QEMU_GNUC_PREREQ(maj, min) \ macro
16 # define QEMU_GNUC_PREREQ(maj, min) 0 macro
21 #if QEMU_GNUC_PREREQ(3, 4)
39 # if !QEMU_GNUC_PREREQ(4, 4)
Datomic.h32 #if !QEMU_GNUC_PREREQ(4, 4)
/external/qemu/include/exec/
Dexec-all.h261 #if !QEMU_GNUC_PREREQ(4, 1) in tb_set_jmp_target1()
272 #if QEMU_GNUC_PREREQ(4, 1) in tb_set_jmp_target1()
/external/qemu/util/
Dosdep.c497 #if defined(_WIN32) && !QEMU_GNUC_PREREQ(4,4)
/external/qemu/tcg/
Dtcg.h665 #elif QEMU_GNUC_PREREQ(4, 5)
/external/qemu/audio/
Dalsaaudio.c30 #if QEMU_GNUC_PREREQ(4, 3)