Searched refs:ff1 (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/tcg/aarch64/ |
H A D | sysregs.c | 141 get_cpu_reg_check_mask(SYS_ID_AA64SMFR0_EL1, _m(8ff1,fcff,0000,0000)); in main()
|
/qemu/target/m68k/ |
H A D | helper.h | 2 DEF_HELPER_1(ff1, i32, i32)
|
H A D | helper.c | 1039 uint32_t HELPER(ff1)(uint32_t x) in HELPER() argument
|
H A D | translate.c | 4241 DISAS_INSN(ff1) in DISAS_INSN() argument 5798 INSN(ff1, 04c0, fff8, CF_ISA_APLUSC); in register_m68k_insns()
|
/qemu/target/openrisc/ |
H A D | disas.c | 75 INSN(ff1, "r%d, r%d", a->d, a->a)
|
/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 698 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 D | trans_xthead.c.inc | 214 /* th.ff1 is an alternate encoding for clz (from Zbb) */
|