HomeSort by relevance Sort by last modified time
    Searched refs:TCG_CT_CONST (Results 1 - 9 of 9) sorted by null

  /external/qemu/tcg/
tcg.h 417 #define TCG_CT_CONST 0x02 /* any constant of register size */
tcg.c 1104 def->args_ct[i].ct |= TCG_CT_CONST;
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 177 if (ct & TCG_CT_CONST)
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 272 if (ct & TCG_CT_CONST)
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 234 if (ct & TCG_CT_CONST) {
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 212 if (ct & TCG_CT_CONST) {
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 295 if (ct & TCG_CT_CONST)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 268 if (ct & TCG_CT_CONST)
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 178 if (ct & TCG_CT_CONST)
    [all...]

Completed in 44 milliseconds