Home
last modified time | relevance | path

Searched refs:tcg_gen_eqv_tl (Results 1 – 7 of 7) sorted by relevance

/qemu/include/tcg/
H A Dtcg-op.h232 #define tcg_gen_eqv_tl tcg_gen_eqv_i64 macro
350 #define tcg_gen_eqv_tl tcg_gen_eqv_i32
/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc112 return gen_logic(ctx, a, tcg_gen_eqv_tl);
/qemu/target/ppc/translate/
H A Dspe-impl.c.inc76 GEN_SPEOP_LOGIC2(eveqv, tcg_gen_eqv_tl);
H A Dfixedpoint-impl.c.inc1238 TRANS(EQV, do_logical2, tcg_gen_eqv_tl);
/qemu/target/tricore/
H A Dtranslate.c4081 pos1, pos2, &tcg_gen_eqv_tl); in decode_bit_logical_t2()
4200 pos1, pos2, &tcg_gen_eqv_tl); in decode_bit_sh_logic2()
5984 tcg_gen_eqv_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2]); in decode_rr_logical_shift()
/qemu/target/ppc/
H A Dtranslate.c1682 tcg_gen_eqv_tl(t0, arg0, arg1); in gen_op_arith_compute_ca32()
/qemu/target/sparc/
H A Dtranslate.c3707 TRANS(XORN, ALL, do_logic, a, tcg_gen_eqv_tl, NULL) in TRANS()