Searched refs:tcg_target_reg_alloc_order (Results 1 - 8 of 8) sorted by relevance

/external/qemu/tcg/
H A Dtcg.c1492 for(i = 0; i < ARRAY_SIZE(tcg_target_reg_alloc_order); i++) {
1493 reg = tcg_target_reg_alloc_order[i];
1499 for(i = 0; i < ARRAY_SIZE(tcg_target_reg_alloc_order); i++) {
1500 reg = tcg_target_reg_alloc_order[i];
/external/qemu/tcg/x86_64/
H A Dtcg-target.c46 static const int tcg_target_reg_alloc_order[] = { variable
/external/qemu/tcg/arm/
H A Dtcg-target.c91 static const int tcg_target_reg_alloc_order[] = { variable
/external/qemu/tcg/hppa/
H A Dtcg-target.c43 static const int tcg_target_reg_alloc_order[] = { variable
/external/qemu/tcg/i386/
H A Dtcg-target.c36 static const int tcg_target_reg_alloc_order[] = { variable
/external/qemu/tcg/ppc/
H A Dtcg-target.c87 static const int tcg_target_reg_alloc_order[] = { variable
/external/qemu/tcg/ppc64/
H A Dtcg-target.c86 static const int tcg_target_reg_alloc_order[] = { variable
/external/qemu/tcg/sparc/
H A Dtcg-target.c62 static const int tcg_target_reg_alloc_order[] = { variable

Completed in 74 milliseconds