/openbmc/qemu/target/tricore/ |
H A D | translate.c | 402 tcg_gen_xor_tl(cpu_PSW_V, result, r1); in gen_add_d() 403 tcg_gen_xor_tl(t0, r1, r2); in gen_add_d() 409 tcg_gen_xor_tl(cpu_PSW_AV, result, cpu_PSW_AV); in gen_add_d() 435 tcg_gen_xor_tl(cpu_PSW_AV, temp, cpu_PSW_AV); in gen_add64_d() 454 tcg_gen_xor_tl(temp2, temp, r1_low); in gen_addsub64_h() 455 tcg_gen_xor_tl(temp3, r1_low, r2); in gen_addsub64_h() 464 tcg_gen_xor_tl(cpu_PSW_V, temp3, r1_high); in gen_addsub64_h() 465 tcg_gen_xor_tl(temp4, r1_high, r3); in gen_addsub64_h() 480 tcg_gen_xor_tl(temp, temp, ret_low); in gen_addsub64_h() 482 tcg_gen_xor_tl(cpu_PSW_AV, cpu_PSW_AV, ret_high); in gen_addsub64_h() [all …]
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 236 tcg_gen_xor_tl(t1, Rd, R); in gen_add_Vf() 237 tcg_gen_xor_tl(t2, Rd, Rr); in gen_add_Vf() 267 tcg_gen_xor_tl(t1, Rd, R); in gen_sub_Vf() 268 tcg_gen_xor_tl(t2, Rd, Rr); in gen_sub_Vf() 277 tcg_gen_xor_tl(cpu_Sf, cpu_Nf, cpu_Vf); /* Sf = Nf ^ Vf */ in gen_NSf() 286 tcg_gen_xor_tl(cpu_Sf, cpu_Nf, cpu_Vf); /* Sf = Nf ^ Vf */ in gen_ZNSf() 366 tcg_gen_xor_tl(cpu_Sf, cpu_Nf, cpu_Vf);/* Sf = Nf ^ Vf */ in trans_ADIW() 513 tcg_gen_xor_tl(cpu_Sf, cpu_Nf, cpu_Vf); /* Sf = Nf ^ Vf */ in trans_SBIW() 609 tcg_gen_xor_tl(Rd, Rd, Rr); in trans_EOR() 2299 tcg_gen_xor_tl(t1, t0, Rd); in trans_LAT() [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 996 tcg_gen_xor_tl(cpu_gpr[a->ra], cpu_gpr[a->rt], cpu_gpr[a->rb]); 1101 tcg_gen_xor_tl(ra, rs, t0); 1103 tcg_gen_xor_tl(ra, ra, t0); 1117 tcg_gen_xor_tl(ra, rs, t0); 1119 tcg_gen_xor_tl(ra, ra, t0); 1121 tcg_gen_xor_tl(ra, ra, t0); 1264 tcg_gen_xor_tl(tmp, in1, in2); 1266 tcg_gen_xor_tl(carryl, carryl, tmp);
|
H A D | spe-impl.c.inc | 73 GEN_SPEOP_LOGIC2(evxor, tcg_gen_xor_tl);
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 208 tcg_gen_xor_tl(cpu_sr_ov, srca, srcb); in gen_add() 209 tcg_gen_xor_tl(t0, res, srcb); in gen_add() 224 tcg_gen_xor_tl(cpu_sr_ov, srca, srcb); in gen_addc() 225 tcg_gen_xor_tl(t0, res, srcb); in gen_addc() 238 tcg_gen_xor_tl(cpu_sr_cy, srca, srcb); in gen_sub() 239 tcg_gen_xor_tl(cpu_sr_ov, res, srcb); in gen_sub() 457 tcg_gen_xor_tl(cpu_R(dc, a->d), cpu_R(dc, a->a), cpu_R(dc, a->b)); in trans_l_xor()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 188 #define tcg_gen_xor_tl tcg_gen_xor_i64 macro 308 #define tcg_gen_xor_tl tcg_gen_xor_i32
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 157 tcg_gen_xor_tl(rl, al, bl); 158 tcg_gen_xor_tl(rh, ah, bh); 171 tcg_gen_xor_tl(rl, rh, ah); 172 tcg_gen_xor_tl(tmp, ah, bh); 174 tcg_gen_xor_tl(rl, rh, rl); 731 return gen_logic(ctx, a, tcg_gen_xor_tl);
|
H A D | trans_rvb.c.inc | 202 tcg_gen_xor_tl(ret, arg1, t);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 408 tcg_gen_xor_tl(cpu_cc_Z, src1, src2); in gen_op_addcc_int() 409 tcg_gen_xor_tl(cpu_cc_V, cpu_cc_N, src2); in gen_op_addcc_int() 416 tcg_gen_xor_tl(cpu_icc_C, cpu_cc_Z, cpu_cc_N); in gen_op_addcc_int() 477 tcg_gen_xor_tl(cpu_cc_Z, src1, src2); in gen_op_subcc_int() 478 tcg_gen_xor_tl(cpu_cc_V, cpu_cc_N, src1); in gen_op_subcc_int() 481 tcg_gen_xor_tl(cpu_icc_C, cpu_cc_Z, cpu_cc_N); in gen_op_subcc_int() 556 tcg_gen_xor_tl(t0, cpu_cc_N, cpu_cc_V); in gen_op_mulscc() 1150 tcg_gen_xor_tl(t1, cpu_cc_N, cpu_cc_V); in gen_compare() 1160 tcg_gen_xor_tl(t1, cpu_cc_N, cpu_cc_V); in gen_compare() 3260 tcg_gen_xor_tl(src, src1, gen_load_gpr(dc, a->rs2_or_imm)); in do_wr_special() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1647 tcg_gen_xor_tl(cpu_ov, arg0, arg2); in gen_op_arith_compute_ov() 1648 tcg_gen_xor_tl(t0, arg1, arg2); in gen_op_arith_compute_ov() 1682 tcg_gen_xor_tl(t0, arg0, arg1); in gen_op_arith_compute_ca32() 1684 tcg_gen_xor_tl(t0, t0, res); in gen_op_arith_compute_ca32() 1708 tcg_gen_xor_tl(t1, arg1, arg2); /* add without carry */ in gen_op_arith_add() 1713 tcg_gen_xor_tl(ca, t0, t1); /* bits changed w/ carry */ in gen_op_arith_add() 1914 tcg_gen_xor_tl(t1, arg2, inv1); /* add without carry */ in gen_op_arith_subf() 1916 tcg_gen_xor_tl(cpu_ca, t0, t1); /* bits changes w/ carry */ in gen_op_arith_subf() 3279 tcg_gen_xor_tl(t1, t1, cpu_reserve_val2); in gen_stqcx_() 3280 tcg_gen_xor_tl(t0, t0, cpu_reserve_val); in gen_stqcx_() [all …]
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 269 TRANS(xor, ALL, gen_rrr, EXT_NONE, EXT_NONE, EXT_NONE, tcg_gen_xor_tl)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 2560 tcg_gen_xor_tl(t1, t1, t2); in gen_arith() 2561 tcg_gen_xor_tl(t2, t0, t2); in gen_arith() 2593 tcg_gen_xor_tl(t2, t1, t2); in gen_arith() 2594 tcg_gen_xor_tl(t1, t0, t1); in gen_arith() 2630 tcg_gen_xor_tl(t1, t1, t2); in gen_arith() 2631 tcg_gen_xor_tl(t2, t0, t2); in gen_arith() 2661 tcg_gen_xor_tl(t2, t1, t2); in gen_arith() 2662 tcg_gen_xor_tl(t1, t0, t1); in gen_arith() 2770 tcg_gen_xor_tl(cpu_gpr[rd], cpu_gpr[rs], cpu_gpr[rt]); in gen_logic() 11158 tcg_gen_xor_tl(t2, t2, t3); in gen_compute_compact_branch() [all …]
|
H A D | nanomips_translate.c.inc | 1365 tcg_gen_xor_tl(t1, t1, t2); 1366 tcg_gen_xor_tl(t2, t0, t2);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1359 tcg_gen_xor_tl(s->T0, s->T0, s->T1); 1491 tcg_gen_xor_tl(s->T0, s->T0, mask); 1679 tcg_gen_xor_tl(newv, s->cc_srcT, s->T0); 1680 tcg_gen_xor_tl(s->tmp0, s->cc_srcT, cmpv); 3381 tcg_gen_xor_tl(temp, old, result); 4729 tcg_gen_xor_tl(s->T0, s->T0, s->T1);
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 747 tcg_gen_xor_tl(tmp, hex_gpr[HEX_REG_LR], hex_gpr[HEX_REG_FRAMEKEY]); in gen_frame_scramble()
|