Searched defs:neg (Results 1 – 11 of 11) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 910 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 D | vec_helper.c | 159 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 D | translate-a64.c | 6567 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 D | memory.c | 90 static inline uint8_t get_byte(int index, bool neg) in get_byte()
|
/qemu/util/ |
H A D | cutils.c | 509 bool neg; in qemu_strtoui() local
|
/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 817 static inline uint16_t dcmask(int bit, bool neg) in dcmask()
|
/qemu/include/hw/core/ |
H A D | cpu.h | 581 CPUNegativeOffsetState neg; member
|
/qemu/tcg/ |
H A D | optimize.c | 2323 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 D | pl330.c | 617 static void pl330_dmaadxh(PL330Chan *ch, uint8_t *args, bool ra, bool neg) in pl330_dmaadxh()
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 7694 Flag neg=decNumberIsNegative(dn); /* 1 if -ve */ local
|
/qemu/target/m68k/ |
H A D | translate.c | 2597 DISAS_INSN(neg) in DISAS_INSN() argument
|