Searched defs:neg (Results 1 – 10 of 10) sorted by relevance
/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 910 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 D | vec_helper.c | 159 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 D | translate-a64.c | 6565 do_fmla_scalar_idx(DisasContext * s,arg_rrx_e * a,bool neg) do_fmla_scalar_idx() argument
|
/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/tcg/ |
H A D | optimize.c | 2412 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 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 | 7693 Flag neg=decNumberIsNegative(dn); /* 1 if -ve */ local
|
/qemu/target/m68k/ |
H A D | translate.c | 2597 DISAS_INSN(neg) in DISAS_INSN() argument
|