Home
last modified time | relevance | path

Searched refs:dexp (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0032-clangd-Add-a-build-option-to-disable-building-dexp.patch4 Subject: [PATCH] clangd: Add a build option to disable building dexp
6 Building dexp on Debian 11 currently causes intermittent failure[0][1].
8 Adding the CLANGD_BUILD_DEXP option to disable dexp from the build
9 allows Debian 11 users to build clang (albeit without the dexp tool).
34 +option(CLANGD_BUILD_DEXP "Build the dexp tool as part of Clangd" ON)
44 -add_subdirectory(index/dex/dexp)
47 + add_subdirectory(index/dex/dexp)
58 - dexp
68 + list(APPEND CLANGD_TEST_DEPS dexp)
/openbmc/openbmc/poky/meta/recipes-devtools/clang/
H A Dcommon.inc55 file://0032-clangd-Add-a-build-option-to-disable-building-dexp.patch \
H A Dclang_git.bb72 # Activate to build the dexp tool in clangd
75 PACKAGECONFIG[clangd-dexp] = "-DCLANGD_BUILD_DEXP=ON,-DCLANGD_BUILD_DEXP=OFF,,"
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1640 int32_t dexp = texp + xexp - 0x3ffe; in helper_fpatan() local
1647 shift128RightJamming(dsig0, dsig1, 0x3fff - dexp, in helper_fpatan()
1955 int32_t dexp, texp, aexp; in helper_fyl2x_common() local
1970 dexp = 0x3fff; in helper_fyl2x_common()
1971 shift128RightJamming(arg0_sig, 0, dexp - arg0_exp, &dsig0, &dsig1); in helper_fyl2x_common()
1974 dexp = 0x4000; in helper_fyl2x_common()
1975 shift128RightJamming(arg0_sig, 0, dexp - arg0_exp, &dsig0, &dsig1); in helper_fyl2x_common()
1978 texp = arg0_exp - dexp + 0x3ffe; in helper_fyl2x_common()