Home
last modified time | relevance | path

Searched refs:CC_MASK (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-shift.h41 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
55 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
68 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
92 stringify(OP) "q", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opq()
106 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
119 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
135 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
H A Dtest-i386-muldiv.h17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue()
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
72 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()
H A Dtest-i386.c128 #undef CC_MASK
129 #define CC_MASK (CC_C | CC_P | CC_Z | CC_S | CC_O) macro
165 #undef CC_MASK
166 #define CC_MASK (CC_C) macro
497 #undef CC_MASK
501 #define CC_MASK (CC_O | CC_C) macro
525 "imulw", s0, s1, res, flags & CC_MASK); in test_imulw2()
543 "imull", s0, s1, res, flags & CC_MASK); in test_imull2()
562 "imulq", s0, s1, res, flags & CC_MASK); in test_imulq2()
584 #undef CC_MASK
[all …]
H A Dtest-i386.h17 stringify(OP) size, s0, s1, res, iflags, flags & CC_MASK);
28 stringify(OP) size, s0, res, iflags, flags & CC_MASK);
/openbmc/linux/arch/arm/nwfpe/
H A Dfpmodule.inl60 return (readCPSR() & CC_MASK);
72 rval = regs->ARM_cpsr & ~CC_MASK;
73 regs->ARM_cpsr = rval | (val & CC_MASK);
H A Dfpopcode.h302 #define CC_MASK 0xf0000000 macro
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h311 #define CC_MASK 0xf0000000 macro
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h150 #define CC_MASK (0x1 << 0) macro
/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c281 while (!(readl(&mmc_base->stat) & CC_MASK)) { in mmc_init_stream()
287 writel(CC_MASK, &mmc_base->stat) in mmc_init_stream()
292 while (!(readl(&mmc_base->stat) & CC_MASK)) { in mmc_init_stream()
1163 if (mmc_stat & CC_MASK) {
1164 writel(CC_MASK, &mmc_base->stat);