Home
last modified time | relevance | path

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

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