Searched refs:CONST (Results 1 – 12 of 12) sorted by relevance
/qemu/tcg/s390x/ |
H A D | tcg-target-con-str.h | 19 CONST('C', TCG_CT_CONST_CMP) 20 CONST('I', TCG_CT_CONST_S16) 21 CONST('J', TCG_CT_CONST_S32) 22 CONST('K', TCG_CT_CONST_P32) 23 CONST('M', TCG_CT_CONST_M1) 24 CONST('N', TCG_CT_CONST_INV) 25 CONST('R', TCG_CT_CONST_INVRISBG) 26 CONST('U', TCG_CT_CONST_U32) 27 CONST('V', TCG_CT_CONST_N32) 28 CONST('Z', TCG_CT_CONST_ZERO)
|
/qemu/tcg/ppc/ |
H A D | tcg-target-con-str.h | 19 CONST('C', TCG_CT_CONST_CMP) 20 CONST('I', TCG_CT_CONST_S16) 21 CONST('M', TCG_CT_CONST_MONE) 22 CONST('N', TCG_CT_CONST_N16) 23 CONST('T', TCG_CT_CONST_S32) 24 CONST('U', TCG_CT_CONST_U32) 25 CONST('W', TCG_CT_CONST_WSZ) 26 CONST('Z', TCG_CT_CONST_ZERO)
|
/qemu/tcg/aarch64/ |
H A D | tcg-target-con-str.h | 18 CONST('A', TCG_CT_CONST_AIMM) 19 CONST('C', TCG_CT_CONST_CMP) 20 CONST('L', TCG_CT_CONST_LIMM) 21 CONST('M', TCG_CT_CONST_MONE) 22 CONST('O', TCG_CT_CONST_ORRI) 23 CONST('N', TCG_CT_CONST_ANDI) 24 CONST('Z', TCG_CT_CONST_ZERO)
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target-con-str.h | 23 CONST('I', TCG_CT_CONST_S12) 24 CONST('J', TCG_CT_CONST_S32) 25 CONST('U', TCG_CT_CONST_U12) 26 CONST('W', TCG_CT_CONST_WSZ) 27 CONST('M', TCG_CT_CONST_VCMP) 28 CONST('A', TCG_CT_CONST_VADD)
|
/qemu/tcg/arm/ |
H A D | tcg-target-con-str.h | 21 CONST('I', TCG_CT_CONST_ARM) 22 CONST('K', TCG_CT_CONST_INV) 23 CONST('N', TCG_CT_CONST_NEG) 24 CONST('O', TCG_CT_CONST_ORRI) 25 CONST('V', TCG_CT_CONST_ANDI) 26 CONST('Z', TCG_CT_CONST_ZERO)
|
/qemu/tcg/i386/ |
H A D | tcg-target-con-str.h | 29 CONST('e', TCG_CT_CONST_S32) 30 CONST('I', TCG_CT_CONST_I32) 31 CONST('O', TCG_CT_CONST_ZERO) 32 CONST('T', TCG_CT_CONST_TST) 33 CONST('W', TCG_CT_CONST_WSZ) 34 CONST('Z', TCG_CT_CONST_U32)
|
/qemu/tcg/mips/ |
H A D | tcg-target-con-str.h | 17 CONST('I', TCG_CT_CONST_U16) 18 CONST('J', TCG_CT_CONST_S16) 19 CONST('K', TCG_CT_CONST_P2M1) 20 CONST('W', TCG_CT_CONST_WSZ)
|
/qemu/tcg/riscv/ |
H A D | tcg-target-con-str.h | 18 CONST('I', TCG_CT_CONST_S12) 19 CONST('K', TCG_CT_CONST_S5) 20 CONST('L', TCG_CT_CONST_CMP_VI) 21 CONST('M', TCG_CT_CONST_M12)
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/ |
H A D | BiosTablesTest.c | 57 CONST VOID *Rsdp10; in BiosTablesTestMain() 58 CONST VOID *Rsdp20; in BiosTablesTestMain() 59 CONST VOID *Smbios21; in BiosTablesTestMain() 60 CONST VOID *Smbios30; in BiosTablesTestMain() 61 CONST EFI_CONFIGURATION_TABLE *ConfigTable; in BiosTablesTestMain() 62 CONST EFI_CONFIGURATION_TABLE *ConfigTablesEnd; in BiosTablesTestMain()
|
/qemu/tcg/sparc64/ |
H A D | tcg-target-con-str.h | 17 CONST('I', TCG_CT_CONST_S11) 18 CONST('J', TCG_CT_CONST_S13)
|
/qemu/qga/ |
H A D | commands-win32.c | 64 CONST DEVPROPKEY * PropertyKey,
|
/qemu/tcg/ |
H A D | tcg.c | 3406 #undef CONST in process_constraint_sets() 3407 #define CONST(CASE, MASK) \ in process_constraint_sets() macro 3415 #undef CONST in process_constraint_sets()
|