Home
last modified time | relevance | path

Searched refs:LI (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/tcg/tricore/asm/
H A Dmacros.h2 #define LI(reg, val) \ macro
8 LI(DREG_TEMP, val) \
47 LI(DREG_CORRECT_RESULT, correct) \
56 LI(EREG_CORRECT_RESULT_LO, correct_lo) \
58 LI(EREG_CORRECT_RESULT_HI, correct_hi) \
64 LI(DREG_CORRECT_RESULT, correct) \
68 LI(DREG_CORRECT_PSW, correct_psw) \
76 LI(DREG_CORRECT_RESULT, result) \
80 LI(DREG_CORRECT_RESULT, addr_result) \
87 LI(DREG_CORRECT_RESULT_2, result) \
[all …]
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7597 printf("++ Subnormal 0 residue %ld\n", (LI)*residue);
7784 (LI)drop, (LI)dn->digits);
7921 if (len<1) printf("decGetDigits called with len<1 [%ld]\n", (LI)len);
8017 printf("%ld", (LI)*up);
8024 printf("%ld", (LI)d);
8030 printf(" E%c%ld", esign, (LI)abs(dn->exponent));
8032 printf(" [%ld]\n", (LI)dn->digits);
8067 if (i==len-1) printf("%ld ", (LI)ar[i]);
8102 (LI)set->digits, (LI)set->round);
8152 (LI)dn->exponent, dn->bits);
[all …]
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppHeader.spec.js.snap135 <!-- Using LI elements instead of b-nav-item to support semantic button elements -->
/openbmc/qemu/target/ppc/
H A Dinternal.h186 static inline target_ulong LI(uint32_t opcode) in LI() function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch45 @@ -628,10 +628,10 @@ add_library(poppler ${poppler_SRCS} ${LI
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue68 <!-- Using LI elements instead of b-nav-item to support semantic button elements -->
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h90 typedef long int LI; /* for printf arguments only */ typedef
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc271 s ? "I" : "LI", ctx->cia);