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) \
104 LI(DREG_RS1, rs1); \
110 LI(DREG_RS1, rs1); \
126 LI(DREG_RS1, rs1); \
127 LI(DREG_RS2, rs2); \
143 LI(DREG_RS1, rs1); \
144 LI(DREG_RS2, rs2); \
210 LI(DREG_TEMP, TESTDEV_ADDR) \
[all …]
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7598 printf("++ Subnormal 0 residue %ld\n", (LI)*residue);
7785 (LI)drop, (LI)dn->digits);
8018 printf("%ld", (LI)*up);
8025 printf("%ld", (LI)d);
8031 printf(" E%c%ld", esign, (LI)abs(dn->exponent));
8033 printf(" [%ld]\n", (LI)dn->digits);
8068 if (i==len-1) printf("%ld ", (LI)ar[i]);
8103 (LI)set->digits, (LI)set->round);
8153 (LI)dn->exponent, dn->bits);
8199 (LI)*up, (LI)dn->digits, (LI)(up-dn->lsu), (LI)maxuint);
[all …]
/openbmc/qemu/target/ppc/
H A Dinternal.h185 static inline target_ulong LI(uint32_t opcode) in LI() function
H A Dtranslate.c3664 li = LI(ctx->opcode); in gen_b()
/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.h91 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);
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c446 #define LI LEV + 1 macro
451 #define LIA LI + 1
4142 {"b", B(18,0,0), B_MASK, COM, PPCVLE, {LI}},
4143 {"bl", B(18,0,1), B_MASK, COM, PPCVLE, {LI}},