Searched refs:TCGOutOpStore (Results 1 – 11 of 11) sorted by relevance
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 1167 static const TCGOutOpStore outop_st8 = { 1178 static const TCGOutOpStore outop_st16 = { 1183 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/ |
H A D | tcg.c | 1103 typedef struct TCGOutOpStore { struct 1109 } TCGOutOpStore; argument 1236 OUTOP(INDEX_op_st, TCGOutOpStore, outop_st), 1237 OUTOP(INDEX_op_st8, TCGOutOpStore, outop_st8), 1238 OUTOP(INDEX_op_st16, TCGOutOpStore, outop_st16), 1260 OUTOP(INDEX_op_st32, TCGOutOpStore, outop_st), 5810 const TCGOutOpStore *out = in tcg_reg_alloc_op() 5811 container_of(all_outop[op->opc], TCGOutOpStore, base); in tcg_reg_alloc_op()
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 2074 static const TCGOutOpStore outop_st8 = { 2085 static const TCGOutOpStore outop_st16 = { 2090 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 2024 static const TCGOutOpStore outop_st8 = { 2035 static const TCGOutOpStore outop_st16 = { 2040 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 2425 static const TCGOutOpStore outop_st8 = { 2436 static const TCGOutOpStore outop_st16 = { 2441 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2623 static const TCGOutOpStore outop_st8 = { 2634 static const TCGOutOpStore outop_st16 = { 2639 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2875 static const TCGOutOpStore outop_st8 = { 2886 static const TCGOutOpStore outop_st16 = { 2891 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2617 static const TCGOutOpStore outop_st8 = { 2633 static const TCGOutOpStore outop_st16 = { 2638 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 3141 static const TCGOutOpStore outop_st8 = { 3152 static const TCGOutOpStore outop_st16 = { 3157 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 3809 static const TCGOutOpStore outop_st8 = { 3820 static const TCGOutOpStore outop_st16 = { 3825 static const TCGOutOpStore outop_st = {
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 3565 static const TCGOutOpStore outop_st8 = { 3584 static const TCGOutOpStore outop_st16 = { 3597 static const TCGOutOpStore outop_st = {
|