Lines Matching refs:TCGOutOpUnary
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),
1255 OUTOP(INDEX_op_extu_i32_i64, TCGOutOpUnary, outop_extu_i32_i64),
1256 OUTOP(INDEX_op_extrl_i64_i32, TCGOutOpUnary, outop_extrl_i64_i32),
1257 OUTOP(INDEX_op_extrh_i64_i32, TCGOutOpUnary, outop_extrh_i64_i32),
5696 const TCGOutOpUnary *out = in tcg_reg_alloc_op()
5697 container_of(all_outop[op->opc], TCGOutOpUnary, base); in tcg_reg_alloc_op()