Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dsgi575-grub.cfg7 …linux /Image acpi=force console=ttyAMA0,115200 ip=dhcp root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c…
H A Dsgi575-efidisk.wks7 …fs --ondisk sda --fstype=ext4 --label root --align 1024 --uuid=9c53a91b-e182-4ff1-aeac-6ee2c432ae94
/openbmc/qemu/tests/tcg/aarch64/
H A Dsysregs.c141 get_cpu_reg_check_mask(SYS_ID_AA64SMFR0_EL1, _m(8ff1,fcff,0000,0000)); in main()
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-reg.h57 u32 ff1; member
/openbmc/linux/arch/openrisc/
H A DKconfig101 bool "Have instruction l.ff1"
104 Select this if your implementation has the Class II instruction l.ff1
/openbmc/qemu/target/m68k/
H A Dhelper.h2 DEF_HELPER_1(ff1, i32, i32)
H A Dhelper.c1036 uint32_t HELPER(ff1)(uint32_t x) in HELPER() argument
H A Dtranslate.c4240 DISAS_INSN(ff1) in DISAS_INSN() argument
5797 INSN(ff1, 04c0, fff8, CF_ISA_APLUSC); in register_m68k_insns()
/openbmc/qemu/target/openrisc/
H A Ddisas.c75 INSN(ff1, "r%d, r%d", a->d, a->a)
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c699 static inline uint32_t ff1(uint32_t x, uint32_t y, uint32_t z) in ff1() function
711 return (j <= 15) ? ff1(x, y, z) : ff2(x, y, z); in ff_j()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc214 /* th.ff1 is an alternate encoding for clz (from Zbb) */