Searched refs:LI (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/tcg/tricore/asm/ |
H A D | macros.h | 2 #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 D | decNumber.c | 7598 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 D | internal.h | 185 static inline target_ulong LI(uint32_t opcode) in LI() function
|
H A D | translate.c | 3664 li = LI(ctx->opcode); in gen_b()
|
/openbmc/webui-vue/src/components/AppHeader/ |
H A D | AppHeader.vue | 68 <!-- Using LI elements instead of b-nav-item to support semantic button elements -->
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 91 typedef long int LI; /* for printf arguments only */ typedef
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 271 s ? "I" : "LI", ctx->cia);
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 446 #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}},
|