Searched refs:QEMU_GNUC_PREREQ (Results 1 – 7 of 7) sorted by relevance
/external/qemu/include/qemu/ |
D | host-utils.h | 61 #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()
|
D | compiler.h | 13 # 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)
|
D | atomic.h | 32 #if !QEMU_GNUC_PREREQ(4, 4)
|
/external/qemu/include/exec/ |
D | exec-all.h | 261 #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/ |
D | osdep.c | 497 #if defined(_WIN32) && !QEMU_GNUC_PREREQ(4,4)
|
/external/qemu/tcg/ |
D | tcg.h | 665 #elif QEMU_GNUC_PREREQ(4, 5)
|
/external/qemu/audio/ |
D | alsaaudio.c | 30 #if QEMU_GNUC_PREREQ(4, 3)
|