Searched refs:tmpflags (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/drivers/net/ |
| H A D | calxedaxgmac.c | 262 u32 tmpflags = le32_to_cpu(p->flags); in desc_set_tx_owner() local 263 tmpflags &= TXDESC_END_RING; in desc_set_tx_owner() 264 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner() 265 p->flags = cpu_to_le32(tmpflags); in desc_set_tx_owner()
|
| /openbmc/qemu/tcg/mips/ |
| H A D | tcg-target.c.inc | 813 static void tcg_out_setcond_end(TCGContext *s, TCGReg ret, int tmpflags) 815 if (tmpflags != ret) { 816 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 818 switch (tmpflags & SETCOND_FLAGS) { 840 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2); 841 tcg_out_setcond_end(s, ret, tmpflags); 852 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2); 853 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 856 if (tmpflags & SETCOND_NEZ) { 861 if (tmpflags & SETCOND_INV) { [all …]
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | signal.c | 714 unsigned tmpflags, math_size; in restore_sigcontext() local 760 tmpflags = tswapl(sc->eflags); in restore_sigcontext() 761 env->eflags = (env->eflags & ~0x40DD5) | (tmpflags & 0x40DD5); in restore_sigcontext()
|
| /openbmc/qemu/tcg/riscv/ |
| H A D | tcg-target.c.inc | 1254 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2); 1256 if (tmpflags != ret) { 1257 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 1259 switch (tmpflags & SETCOND_FLAGS) { 1299 int tmpflags; 1317 tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2); 1318 tmp = tmpflags & ~SETCOND_FLAGS; 1321 if (tmpflags & SETCOND_NEZ) { 1327 if (tmpflags & SETCOND_INV) { 1454 int tmpflags; [all …]
|
| /openbmc/qemu/tcg/loongarch64/ |
| H A D | tcg-target.c.inc | 652 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2); 653 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 657 if (tmpflags & SETCOND_NEZ) { 662 if (tmpflags & SETCOND_INV) { 668 switch (tmpflags & SETCOND_FLAGS) { 730 int tmpflags = tcg_out_setcond_int(s, cond, TCG_REG_TMP0, c1, c2, const_c2); 734 if (tmpflags & SETCOND_INV) { 738 t = tmpflags & ~SETCOND_FLAGS;
|