Searched refs:LI (Results 1 – 6 of 6) sorted by relevance
/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) \ 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 …]
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 7598 printf("++ Subnormal 0 residue %ld\n", (LI)*residue); 7785 (LI)drop, (LI)dn->digits); 7922 if (len<1) printf("decGetDigits called with len<1 [%ld]\n", (LI)len); 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); [all …]
|
/qemu/target/ppc/ |
H A D | internal.h | 186 static inline target_ulong LI(uint32_t opcode) in LI() function
|
H A D | translate.c | 3686 li = LI(ctx->opcode); in gen_b()
|
/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 91 typedef long int LI; /* for printf arguments only */ typedef
|
/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 271 s ? "I" : "LI", ctx->cia);
|