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.h733 #define TCG_CT_CONST 1 /* any constant of register size */ macro
/qemu/tcg/tci/
H A Dtcg-target.c.inc1259 return ct & TCG_CT_CONST;
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc342 if (ct & TCG_CT_CONST) {
/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc195 if (ct & TCG_CT_CONST) {
/qemu/tcg/mips/
H A Dtcg-target.c.inc203 if (ct & TCG_CT_CONST) {
/qemu/tcg/riscv/
H A Dtcg-target.c.inc388 if (ct & TCG_CT_CONST) {
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc302 if (ct & TCG_CT_CONST) {
/qemu/tcg/arm/
H A Dtcg-target.c.inc515 if (ct & TCG_CT_CONST) {
/qemu/tcg/s390x/
H A Dtcg-target.c.inc571 if (ct & TCG_CT_CONST) {
/qemu/tcg/
H A Dtcg.c3396 args_ct[i].ct |= TCG_CT_CONST; in process_constraint_sets()
/qemu/tcg/ppc/
H A Dtcg-target.c.inc295 if (ct & TCG_CT_CONST) {
/qemu/tcg/i386/
H A Dtcg-target.c.inc214 if (ct & TCG_CT_CONST) {