Searched refs:TCGOutOpAddSubCarry (Results 1 – 11 of 11) sorted by relevance
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 526 static const TCGOutOpAddSubCarry outop_addci = { 875 static const TCGOutOpAddSubCarry outop_subbo = { 887 static const TCGOutOpAddSubCarry outop_subbi = { 899 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/ |
H A D | tcg.c | 984 typedef struct TCGOutOpAddSubCarry { struct 994 } TCGOutOpAddSubCarry; argument 1184 OUTOP(INDEX_op_addci, TCGOutOpAddSubCarry, outop_addci), 1240 OUTOP(INDEX_op_subbi, TCGOutOpAddSubCarry, outop_subbi), 1241 OUTOP(INDEX_op_subbio, TCGOutOpAddSubCarry, outop_subbio), 1242 OUTOP(INDEX_op_subbo, TCGOutOpAddSubCarry, outop_subbo), 1244 OUTOP(INDEX_op_subb1o, TCGOutOpAddSubCarry, outop_subbio), 5666 const TCGOutOpAddSubCarry *out = in tcg_reg_alloc_op() 5667 container_of(all_outop[op->opc], TCGOutOpAddSubCarry, base); in tcg_reg_alloc_op()
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1418 static const TCGOutOpAddSubCarry outop_addci = { 1846 static const TCGOutOpAddSubCarry outop_subbo = { 1884 static const TCGOutOpAddSubCarry outop_subbi = { 1909 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1388 static const TCGOutOpAddSubCarry outop_addci = { 1790 static const TCGOutOpAddSubCarry outop_subbo = { 1794 static const TCGOutOpAddSubCarry outop_subbi = { 1798 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1689 static const TCGOutOpAddSubCarry outop_addci = { 2153 static const TCGOutOpAddSubCarry outop_subbo = { 2157 static const TCGOutOpAddSubCarry outop_subbi = { 2161 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1983 static const TCGOutOpAddSubCarry outop_addci = { 2382 static const TCGOutOpAddSubCarry outop_subbo = { 2386 static const TCGOutOpAddSubCarry outop_subbi = { 2390 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2108 static const TCGOutOpAddSubCarry outop_addci = { 2527 static const TCGOutOpAddSubCarry outop_subbo = { 2547 static const TCGOutOpAddSubCarry outop_subbi = { 2565 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1888 static const TCGOutOpAddSubCarry outop_addci = { 2263 static const TCGOutOpAddSubCarry outop_subbo = { 2297 static const TCGOutOpAddSubCarry outop_subbi = { 2333 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2372 static const TCGOutOpAddSubCarry outop_addci = { 2925 static const TCGOutOpAddSubCarry outop_subbo = { 2941 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2996 static const TCGOutOpAddSubCarry outop_addci = { 3445 static const TCGOutOpAddSubCarry outop_subbo = { 3485 static const TCGOutOpAddSubCarry outop_subbio = {
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2782 static const TCGOutOpAddSubCarry outop_addci = { 3227 static const TCGOutOpAddSubCarry outop_subbo = { 3247 static const TCGOutOpAddSubCarry outop_subbio = {
|