Home
last modified time | relevance | path

Searched defs:neg (Results 1 – 10 of 10) sorted by relevance

/qemu/target/arm/tcg/
H A Dsme_helper.c910 uint32_t neg = simd_data(desc) << 31; HELPER() local
952 uint64_t neg = (uint64_t)simd_data(desc) << 63; HELPER() local
978 f16mop_adj_pair(uint32_t pair,uint32_t pg,uint32_t neg) f16mop_adj_pair() argument
1036 uint32_t neg = simd_data(desc) * 0x80008000u; HELPER() local
1086 uint32_t neg = simd_data(desc) * 0x80008000u; HELPER() local
1153 bool neg = simd_data(desc); do_imopa_s() local
1175 bool neg = simd_data(desc); do_imopa_d() local
[all...]
H A Dvec_helper.c159 bool neg, bool round) in do_sqrdmlah_b() argument
223 bool neg, bool round, uint32_t *sat) in do_sqrdmlah_h() argument
464 bool neg, bool round, uint32_t *sat) in do_sqrdmlah_s() argument
709 int64_t do_sqrdmlah_d(int64_t n, int64_t m, int64_t a, bool neg, bool round) in do_sqrdmlah_d() argument
H A Dtranslate-a64.c6565 do_fmla_scalar_idx(DisasContext * s,arg_rrx_e * a,bool neg) do_fmla_scalar_idx() argument
/qemu/tests/tcg/multiarch/system/
H A Dmemory.c90 static inline uint8_t get_byte(int index, bool neg) in get_byte()
/qemu/util/
H A Dcutils.c509 bool neg; in qemu_strtoui() local
/qemu/target/s390x/tcg/
H A Dfpu_helper.c817 static inline uint16_t dcmask(int bit, bool neg) in dcmask()
/qemu/tcg/
H A Doptimize.c2412 static int fold_setcond_zmask(OptContext *ctx, TCGOp *op, bool neg) in fold_setcond_zmask()
2496 static void fold_setcond_tst_pow2(OptContext *ctx, TCGOp *op, bool neg) in fold_setcond_tst_pow2()
/qemu/hw/dma/
H A Dpl330.c617 static void pl330_dmaadxh(PL330Chan *ch, uint8_t *args, bool ra, bool neg) in pl330_dmaadxh()
/qemu/libdecnumber/
H A DdecNumber.c7693 Flag neg=decNumberIsNegative(dn); /* 1 if -ve */ local
/qemu/target/m68k/
H A Dtranslate.c2597 DISAS_INSN(neg) in DISAS_INSN() argument