Searched refs:TCGOutOpUnary (Results 1 – 11 of 11) sorted by relevance
/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 663 static const TCGOutOpUnary outop_extrh_i64_i32 = { 931 static const TCGOutOpUnary outop_ctpop = { 971 static const TCGOutOpUnary outop_bswap64 = { 982 static const TCGOutOpUnary outop_neg = { 992 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/ |
H A D | tcg.c | 1084 typedef struct TCGOutOpUnary { struct 1087 } TCGOutOpUnary; argument 1139 static const TCGOutOpUnary outop_exts_i32_i64 = { 1149 static const TCGOutOpUnary outop_extu_i32_i64 = { 1159 static const TCGOutOpUnary outop_extrl_i64_i32 = { 1195 OUTOP(INDEX_op_ctpop, TCGOutOpUnary, outop_ctpop), 1217 OUTOP(INDEX_op_neg, TCGOutOpUnary, outop_neg), 1220 OUTOP(INDEX_op_not, TCGOutOpUnary, outop_not), 1253 OUTOP(INDEX_op_bswap64, TCGOutOpUnary, outop_bswap64), 1254 OUTOP(INDEX_op_ext_i32_i64, TCGOutOpUnary, outop_exts_i32_i64), [all …]
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1529 static const TCGOutOpUnary outop_ctpop = { 1623 static const TCGOutOpUnary outop_extrh_i64_i32 = { 1946 static const TCGOutOpUnary outop_bswap64 = { 1955 static const TCGOutOpUnary outop_neg = { 1965 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1457 static const TCGOutOpUnary outop_ctpop = { 1535 static const TCGOutOpUnary outop_extrh_i64_i32 = { 1864 static const TCGOutOpUnary outop_bswap64 = { 1874 static const TCGOutOpUnary outop_neg = { 1884 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1788 static const TCGOutOpUnary outop_ctpop = { 1856 static const TCGOutOpUnary outop_extrh_i64_i32 = { 2263 static const TCGOutOpUnary outop_bswap64 = { 2274 static const TCGOutOpUnary outop_neg = { 2284 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 2068 static const TCGOutOpUnary outop_ctpop = { 2144 static const TCGOutOpUnary outop_extrh_i64_i32 = { 2461 static const TCGOutOpUnary outop_bswap64 = { 2472 static const TCGOutOpUnary outop_neg = { 2482 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2211 static const TCGOutOpUnary outop_ctpop = { 2281 static const TCGOutOpUnary outop_extrh_i64_i32 = { 2632 static const TCGOutOpUnary outop_bswap64 = { 2642 static const TCGOutOpUnary outop_neg = { 2652 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2501 static const TCGOutOpUnary outop_ctpop = { 2578 static const TCGOutOpUnary outop_extrh_i64_i32 = { 3018 static const TCGOutOpUnary outop_bswap64 = { 3032 static const TCGOutOpUnary outop_neg = { 3047 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1981 static const TCGOutOpUnary outop_ctpop = { 2397 static const TCGOutOpUnary outop_bswap64 = { 2406 static const TCGOutOpUnary outop_neg = { 2416 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 3072 static const TCGOutOpUnary outop_ctpop = { 3116 static const TCGOutOpUnary outop_extrh_i64_i32 = { 3638 static const TCGOutOpUnary outop_bswap64 = { 3649 static const TCGOutOpUnary outop_neg = { 3659 static const TCGOutOpUnary outop_not = {
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 2883 static const TCGOutOpUnary outop_ctpop = { 2966 static const TCGOutOpUnary outop_extrh_i64_i32 = { 3328 static const TCGOutOpUnary outop_bswap64 = { 3340 static const TCGOutOpUnary outop_neg = { 3351 static const TCGOutOpUnary outop_not = {
|