Searched refs:tmpflags (Results 1 – 6 of 6) 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 | 925 if (tmpflags != ret) { 926 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 928 switch (tmpflags & SETCOND_FLAGS) { 951 tcg_out_setcond_end(s, ret, tmpflags); 991 arg1 = tmpflags & ~SETCOND_FLAGS; 992 b_opc = tmpflags & SETCOND_INV ? OPC_BEQ : OPC_BNE; 1031 tcg_out_setcond_end(s, ret, tmpflags); 1038 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 1049 int tmpflags; 1060 c1 = tmpflags & ~SETCOND_FLAGS; [all …]
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 904 if (tmpflags != ret) { 905 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 907 switch (tmpflags & SETCOND_FLAGS) { 929 int tmpflags; 947 tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2); 948 tmp = tmpflags & ~SETCOND_FLAGS; 951 if (tmpflags & SETCOND_NEZ) { 957 if (tmpflags & SETCOND_INV) { 1066 int tmpflags; 1076 t = tmpflags & ~SETCOND_FLAGS; [all …]
|
/openbmc/linux/drivers/net/ethernet/calxeda/ |
H A D | xgmac.c | 452 u32 tmpflags = le32_to_cpu(p->flags); in desc_set_tx_owner() local 453 tmpflags &= TXDESC_END_RING; in desc_set_tx_owner() 454 tmpflags |= flags | DESC_OWN; in desc_set_tx_owner() 455 p->flags = cpu_to_le32(tmpflags); in desc_set_tx_owner() 460 u32 tmpflags = le32_to_cpu(p->flags); in desc_clear_tx_owner() local 461 tmpflags &= TXDESC_END_RING; in desc_clear_tx_owner() 462 p->flags = cpu_to_le32(tmpflags); in desc_clear_tx_owner()
|
/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/loongarch64/ |
H A D | tcg-target.c.inc | 662 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2); 664 if (tmpflags != ret) { 665 TCGReg tmp = tmpflags & ~SETCOND_FLAGS; 667 switch (tmpflags & SETCOND_FLAGS) { 690 int tmpflags = tcg_out_setcond_int(s, cond, TCG_REG_TMP0, c1, c2, const2); 694 if (tmpflags & SETCOND_INV) { 698 t = tmpflags & ~SETCOND_FLAGS;
|