/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_farith.c.inc | 146 tcg_gen_xori_i64(dest, src, 0x80000000); 164 tcg_gen_xori_i64(dest, src, 0x8000000000000000LL);
|
H A D | trans_vec.c.inc | 5014 tcg_gen_xori_i64(t0, t0, vece << ((LSX_LEN / bit) - 1));
|
/qemu/include/tcg/ |
H A D | tcg-op.h | 201 #define tcg_gen_xori_tl tcg_gen_xori_i64
|
H A D | tcg-op-common.h | 194 void tcg_gen_xori_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2);
|
/qemu/target/arm/tcg/ |
H A D | translate.h | 441 tcg_gen_xori_i64(d, s, 1ull << 63); in gen_vfp_negd()
|
H A D | gengvec.c | 1447 tcg_gen_xori_i64(t2, t2, INT64_MAX); in gen_sqadd_d() 1592 tcg_gen_xori_i64(t2, t2, INT64_MAX); in gen_sqsub_d()
|
H A D | translate-sve.c | 7254 tcg_gen_xori_i64(didx, didx, 7); in TRANS_FEAT()
|
H A D | translate-a64.c | 4692 TRANS(EOR_i, gen_rri_log, a, false, tcg_gen_xori_i64) in TRANS()
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvf.c.inc | 294 tcg_gen_xori_i64(dest, rs1, MAKE_64BIT_MASK(31, 1));
|
H A D | trans_rvzfh.c.inc | 287 tcg_gen_xori_i64(dest, rs1, MAKE_64BIT_MASK(15, 1));
|
H A D | trans_rvd.c.inc | 291 tcg_gen_xori_i64(dest, src1, INT64_MIN);
|
/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 928 tcg_gen_xori_i64(n, n, 63); 961 tcg_gen_xori_i64(t0, t0, 63); 972 tcg_gen_xori_i64(t0, t0, 63); 1020 tcg_gen_xori_i64(n, n, 63);
|
H A D | fp-impl.c.inc | 389 tcg_gen_xori_i64(t1, t0, 1ULL << 63);
|
H A D | fixedpoint-impl.c.inc | 1166 tcg_gen_xori_i64(t0, t0, 63);
|
H A D | vsx-impl.c.inc | 687 TCG_OP_IMM_i64(do_xvnegsp_i64, tcg_gen_xori_i64, SGN_MASK_SP) 690 TCG_OP_IMM_i64(do_xvnegdp_i64, tcg_gen_xori_i64, SGN_MASK_DP)
|
/qemu/target/hppa/ |
H A D | translate.c | 3688 tcg_gen_xori_i64(n, cpu_sar, 63); in trans_shrp_sar() 3767 tcg_gen_xori_i64(tmp, tmp, widthm1); in trans_extr_sar() 3908 tcg_gen_xori_i64(shift, shift, widthm1); in do_dep_sar() 4166 tcg_gen_xori_i64(dst, src, INT64_MIN); in gen_fneg_d()
|
/qemu/tcg/ |
H A D | tcg-op.c | 1780 void tcg_gen_xori_i64(TCGv_i64 ret, TCGv_i64 arg1, int64_t arg2) in tcg_gen_xori_i64() function 2281 tcg_gen_xori_i64(ret, arg, -1); in tcg_gen_not_i64() 2397 tcg_gen_xori_i64(t, t, 63); in tcg_gen_ctz_i64()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 2113 tcg_gen_xori_i64(cc, cc, 1); in op_csp() 2907 tcg_gen_xori_i64(mask, mask, PSW_MASK_SHORTPSW); in op_lpsw() 3456 tcg_gen_xori_i64(o->out, o->in2, 0x80000000ull); in op_negf32() 3462 tcg_gen_xori_i64(o->out, o->in2, 0x8000000000000000ull); in op_negf64() 3468 tcg_gen_xori_i64(o->out, o->in1, 0x8000000000000000ull); in op_negf128()
|
H A D | translate_vx.c.inc | 179 tcg_gen_xori_i64(tmp, tmp, 8 - NUM_VEC_ELEMENT_BYTES(es)); 3245 tcg_gen_xori_i64(tmp, tmp, 1ull << 63);
|
/qemu/target/sparc/ |
H A D | translate.c | 1330 tcg_gen_xori_i64(dst, src, 1ull << 63); in gen_op_fnegd() 1345 tcg_gen_xori_i64(h, h, 1ull << 63); in gen_op_fnegq()
|
/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 2565 tcg_gen_xori_i64(t0, t0, 1);
|
H A D | translate.c | 8799 tcg_gen_xori_i64(t0, t0, 1); in gen_compute_branch1_r6() 9834 tcg_gen_xori_i64(fp0, fp0, 1ULL << 63); in gen_farith()
|