Home
last modified time | relevance | path

Searched defs:negx (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/tcg/
H A Dvec_helper.c2131 uint64_t negx, int negf) in do_fmlal()
2159 uint64_t negx = is_s ? 0x8000800080008000ull : 0; in HELPER() local
2168 uint64_t negx = 0; in HELPER() local
2189 int negx = 0, negf = 0; in HELPER() local
2213 uint64_t negx, int negf) in do_fmlal_idx()
2242 uint64_t negx = is_s ? 0x8000800080008000ull : 0; in HELPER() local
2251 uint64_t negx = 0; in HELPER() local
2273 int negx = 0, negf = 0; in HELPER() local
/qemu/target/m68k/
H A Dtranslate.c2521 DISAS_INSN(negx) in DISAS_INSN() argument