Searched refs:tcg_gen_eqv_tl (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 232 #define tcg_gen_eqv_tl tcg_gen_eqv_i64 macro 350 #define tcg_gen_eqv_tl tcg_gen_eqv_i32
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvb.c.inc | 112 return gen_logic(ctx, a, tcg_gen_eqv_tl);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-impl.c.inc | 76 GEN_SPEOP_LOGIC2(eveqv, tcg_gen_eqv_tl);
|
H A D | fixedpoint-impl.c.inc | 1238 TRANS(EQV, do_logical2, tcg_gen_eqv_tl);
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 4080 pos1, pos2, &tcg_gen_eqv_tl); in decode_bit_logical_t2() 4199 pos1, pos2, &tcg_gen_eqv_tl); in decode_bit_sh_logic2() 5983 tcg_gen_eqv_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2]); in decode_rr_logical_shift()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 3742 TRANS(XORN, ALL, do_logic, a, tcg_gen_eqv_tl, NULL) in TRANS()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1680 tcg_gen_eqv_tl(t0, arg0, arg1); in gen_op_arith_compute_ca32()
|