Searched defs:negx (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 2221 uint64_t negx, int negf) in do_fmlal() 2249 uint64_t negx = is_s ? 0x8000800080008000ull : 0; in HELPER() local 2258 uint64_t negx = 0; in HELPER() local 2280 int negx = 0, negf = 0; in HELPER() local 2304 uint64_t negx, int negf) in do_fmlal_idx() 2333 uint64_t negx = is_s ? 0x8000800080008000ull : 0; in HELPER() local 2342 uint64_t negx = 0; in HELPER() local 2365 int negx = 0, negf = 0; in HELPER() local 3312 float_status *stat, uint32_t desc, int negx, int negf) in do_bfmlal() 3344 float_status *stat, uint32_t desc, int negx, int negf) in do_bfmlal_idx()
|
H A D | sme_helper.c | 1001 uint16_t negx, int negf) in do_fmopa_h() 1052 uint32_t negx, int negf) in do_fmopa_s() 1103 uint64_t negx, int negf) in do_fmopa_d() 1143 uint16_t negx, int negf) in do_bfmopa() 1296 uint32_t negx, bool ah_neg) in do_fmopa_w_h() 1432 uint32_t desc, uint32_t negx, bool ah_neg) in do_bfmopa_w()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 2521 DISAS_INSN(negx) in DISAS_INSN() argument
|