Home
last modified time | relevance | path

Searched refs:TCG_CT_CONST (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h783 #define TCG_CT_CONST 1 /* any constant of register size */ macro
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc919 return ct & TCG_CT_CONST;
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc328 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc189 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc194 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc384 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc507 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc291 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/
H A Dtcg.c3047 def->args_ct[i].ct |= TCG_CT_CONST; in process_op_defs()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc559 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc296 if (ct & TCG_CT_CONST) {
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc197 if (ct & TCG_CT_CONST) {