Home
last modified time | relevance | path

Searched refs:tcg_gen_nor_i64 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c206 return trans_parallel_arith(ctx, a, tcg_gen_nor_i64); in trans_PNOR()
H A Dtranslate.c3746 tcg_gen_nor_i64(t0, t0, t1); in gen_loongson_multimedia()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h234 #define tcg_gen_nor_tl tcg_gen_nor_i64
H A Dtcg-op-common.h203 void tcg_gen_nor_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2);
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvf.c.inc309 tcg_gen_nor_i64(rs2, rs2, mask);
/openbmc/qemu/tcg/
H A Dtcg-op.c2421 void tcg_gen_nor_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_nor_i64() function
H A Dtcg-op-gvec.c2704 .fni8 = tcg_gen_nor_i64, in tcg_gen_gvec_nor()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c635 tcg_gen_nor_i64(m, m, k); in TRANS_FEAT()
672 tcg_gen_nor_i64(d, n, m); in TRANS_FEAT()
/openbmc/qemu/target/sparc/
H A Dtranslate.c5189 TRANS(FNORd, VIS1, do_ddd, a, tcg_gen_nor_i64) in TRANS()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c1366 tcg_gen_nor_i64(o->out, o->in1, o->in2); in op_nor()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc3633 tcg_gen_nor_i64(t, a, t);