Home
last modified time | relevance | path

Searched refs:ff1 (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/tcg/aarch64/
H A Dsysregs.c141 get_cpu_reg_check_mask(SYS_ID_AA64SMFR0_EL1, _m(8ff1,fcff,0000,0000)); in main()
/qemu/target/m68k/
H A Dhelper.h2 DEF_HELPER_1(ff1, i32, i32)
H A Dhelper.c1039 uint32_t HELPER(ff1)(uint32_t x) in HELPER() argument
H A Dtranslate.c4241 DISAS_INSN(ff1) in DISAS_INSN() argument
5798 INSN(ff1, 04c0, fff8, CF_ISA_APLUSC); in register_m68k_insns()
/qemu/target/openrisc/
H A Ddisas.c75 INSN(ff1, "r%d, r%d", a->d, a->a)
/qemu/target/riscv/
H A Dvcrypto_helper.c698 static inline uint32_t ff1(uint32_t x, uint32_t y, uint32_t z) in ff1() function
710 return (j <= 15) ? ff1(x, y, z) : ff2(x, y, z); in ff_j()
/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc214 /* th.ff1 is an alternate encoding for clz (from Zbb) */