Home
last modified time | relevance | path

Searched refs:iexp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/boot/dts/
H A Dmpc8349emitx.dts114 pcf1: iexp@38 {
121 pcf2: iexp@39 {
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c2232 int32_t iexp; in helper_fyl2x() local
2239 iexp = 0x403e - shift; in helper_fyl2x()
2240 shift128RightJamming(asig0, asig1, iexp - aexp, in helper_fyl2x()
2247 aexp = iexp; in helper_fyl2x()