Home
last modified time | relevance | path

Searched refs:immh (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c9763 int immh, int immb, int opcode, in handle_simd_shift_intfp_conv() argument
9767 int immhb = immh << 3 | immb; in handle_simd_shift_intfp_conv()
9769 if (immh & 8) { in handle_simd_shift_intfp_conv()
9775 } else if (immh & 4) { in handle_simd_shift_intfp_conv()
9777 } else if (immh & 2) { in handle_simd_shift_intfp_conv()
9785 g_assert(immh == 1); in handle_simd_shift_intfp_conv()
9807 int immh, int immb, int rn, int rd) in handle_simd_shift_fpint_conv() argument
9809 int immhb = immh << 3 | immb; in handle_simd_shift_fpint_conv()
9814 if (immh & 0x8) { in handle_simd_shift_fpint_conv()
9820 } else if (immh & 0x4) { in handle_simd_shift_fpint_conv()
[all …]
H A Dmve.decode399 # VIDUP, VDDUP format immediate: 1 << (immh:imml)
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc490 TCGv immh = tcg_constant_tl(-(imm < 0));
491 tcg_gen_add2_tl(retl, reth, srcl, srch, imml, immh);