Searched refs:TCGOutOpLoad (Results 1 – 11 of 11) sorted by relevance
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 1099 static const TCGOutOpLoad outop_ld8u = { 1110 static const TCGOutOpLoad outop_ld8s = { 1121 static const TCGOutOpLoad outop_ld16u = { 1132 static const TCGOutOpLoad outop_ld16s = { 1144 static const TCGOutOpLoad outop_ld32u = { 1155 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/ |
H A D | tcg.c | 1053 typedef struct TCGOutOpLoad { struct 1057 } TCGOutOpLoad; typedef 1169 static const TCGOutOpLoad outop_ld = { 1205 OUTOP(INDEX_op_ld8u, TCGOutOpLoad, outop_ld8u), 1206 OUTOP(INDEX_op_ld8s, TCGOutOpLoad, outop_ld8s), 1207 OUTOP(INDEX_op_ld16u, TCGOutOpLoad, outop_ld16u), 1208 OUTOP(INDEX_op_ld16s, TCGOutOpLoad, outop_ld16s), 1209 OUTOP(INDEX_op_ld, TCGOutOpLoad, outop_ld), 1258 OUTOP(INDEX_op_ld32u, TCGOutOpLoad, outop_ld32u), 1259 OUTOP(INDEX_op_ld32s, TCGOutOpLoad, outop_ld32s), [all …]
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 2008 static const TCGOutOpLoad outop_ld8u = { 2019 static const TCGOutOpLoad outop_ld8s = { 2030 static const TCGOutOpLoad outop_ld16u = { 2041 static const TCGOutOpLoad outop_ld16s = { 2052 static const TCGOutOpLoad outop_ld32u = { 2063 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1958 static const TCGOutOpLoad outop_ld8u = { 1969 static const TCGOutOpLoad outop_ld8s = { 1980 static const TCGOutOpLoad outop_ld16u = { 1991 static const TCGOutOpLoad outop_ld16s = { 2002 static const TCGOutOpLoad outop_ld32u = { 2013 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2357 static const TCGOutOpLoad outop_ld8u = { 2368 static const TCGOutOpLoad outop_ld8s = { 2379 static const TCGOutOpLoad outop_ld16u = { 2390 static const TCGOutOpLoad outop_ld16s = { 2402 static const TCGOutOpLoad outop_ld32u = { 2413 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2557 static const TCGOutOpLoad outop_ld8u = { 2568 static const TCGOutOpLoad outop_ld8s = { 2579 static const TCGOutOpLoad outop_ld16u = { 2590 static const TCGOutOpLoad outop_ld16s = { 2601 static const TCGOutOpLoad outop_ld32u = { 2612 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2807 static const TCGOutOpLoad outop_ld8u = { 2819 static const TCGOutOpLoad outop_ld8s = { 2830 static const TCGOutOpLoad outop_ld16u = { 2842 static const TCGOutOpLoad outop_ld16s = { 2853 static const TCGOutOpLoad outop_ld32u = { 2864 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3071 static const TCGOutOpLoad outop_ld8u = { 3082 static const TCGOutOpLoad outop_ld8s = { 3093 static const TCGOutOpLoad outop_ld16u = { 3108 static const TCGOutOpLoad outop_ld16s = { 3119 static const TCGOutOpLoad outop_ld32u = { 3130 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 3740 static const TCGOutOpLoad outop_ld8u = { 3752 static const TCGOutOpLoad outop_ld8s = { 3763 static const TCGOutOpLoad outop_ld16u = { 3774 static const TCGOutOpLoad outop_ld16s = { 3786 static const TCGOutOpLoad outop_ld32u = { 3797 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 3488 static const TCGOutOpLoad outop_ld8u = { 3500 static const TCGOutOpLoad outop_ld8s = { 3511 static const TCGOutOpLoad outop_ld16u = { 3523 static const TCGOutOpLoad outop_ld16s = { 3535 static const TCGOutOpLoad outop_ld32u = { 3546 static const TCGOutOpLoad outop_ld32s = {
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2553 static const TCGOutOpLoad outop_ld8u = { 2569 static const TCGOutOpLoad outop_ld8s = { 2585 static const TCGOutOpLoad outop_ld16u = { 2601 static const TCGOutOpLoad outop_ld16s = {
|