Home
last modified time | relevance | path

Searched refs:tmpflags (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dcalxedaxgmac.c262 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 Dtcg-target.c.inc923 static void tcg_out_setcond_end(TCGContext *s, TCGReg ret, int tmpflags)
925 if (tmpflags != ret) {
926 TCGReg tmp = tmpflags & ~SETCOND_FLAGS;
928 switch (tmpflags & SETCOND_FLAGS) {
950 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2);
951 tcg_out_setcond_end(s, ret, tmpflags);
988 int tmpflags = tcg_out_setcond_int(s, cond, TCG_TMP0, arg1, arg2);
991 arg1 = tmpflags & ~SETCOND_FLAGS;
992 b_opc = tmpflags & SETCOND_INV ? OPC_BEQ : OPC_BNE;
1030 int tmpflags = tcg_out_setcond2_int(s, cond, ret, al, ah, bl, bh);
[all …]
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c452 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 Dsignal.c714 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 Dtcg-target.c.inc1317 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2);
1319 if (tmpflags != ret) {
1320 TCGReg tmp = tmpflags & ~SETCOND_FLAGS;
1322 switch (tmpflags & SETCOND_FLAGS) {
1344 int tmpflags;
1362 tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2);
1363 tmp = tmpflags & ~SETCOND_FLAGS;
1366 if (tmpflags & SETCOND_NEZ) {
1372 if (tmpflags & SETCOND_INV) {
1481 int tmpflags;
[all …]
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc661 int tmpflags = tcg_out_setcond_int(s, cond, ret, arg1, arg2, c2);
663 if (tmpflags != ret) {
664 TCGReg tmp = tmpflags & ~SETCOND_FLAGS;
666 switch (tmpflags & SETCOND_FLAGS) {
689 int tmpflags = tcg_out_setcond_int(s, cond, TCG_REG_TMP0, c1, c2, const2);
693 if (tmpflags & SETCOND_INV) {
697 t = tmpflags & ~SETCOND_FLAGS;