Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsme_helper.c910 uint32_t neg = simd_data(desc) << 31; in HELPER() local
952 uint64_t neg = (uint64_t)simd_data(desc) << 63; in HELPER() local
978 static inline uint32_t f16mop_adj_pair(uint32_t pair, uint32_t pg, uint32_t neg) in f16mop_adj_pair()
1036 uint32_t neg = simd_data(desc) * 0x80008000u; in HELPER() local
1086 uint32_t neg = simd_data(desc) * 0x80008000u; in HELPER() local
1153 bool neg = simd_data(desc); in do_imopa_s() local
1175 bool neg = simd_data(desc); in do_imopa_d() local
H A Dvec_helper.c159 bool neg, bool round) in do_sqrdmlah_b()
223 bool neg, bool round, uint32_t *sat) in do_sqrdmlah_h()
464 bool neg, bool round, uint32_t *sat) in do_sqrdmlah_s()
709 int64_t do_sqrdmlah_d(int64_t n, int64_t m, int64_t a, bool neg, bool round) in do_sqrdmlah_d()
H A Dtranslate-a64.c6567 static bool do_fmla_scalar_idx(DisasContext *s, arg_rrx_e *a, bool neg) in do_fmla_scalar_idx()
/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/include/hw/core/
H A Dcpu.h581 CPUNegativeOffsetState neg; member
/qemu/tcg/
H A Doptimize.c2323 static int fold_setcond_zmask(OptContext *ctx, TCGOp *op, bool neg) in fold_setcond_zmask()
2407 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.c7694 Flag neg=decNumberIsNegative(dn); /* 1 if -ve */ local
/qemu/target/m68k/
H A Dtranslate.c2597 DISAS_INSN(neg) in DISAS_INSN() argument