/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-shift.h | 41 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 D | test-i386-muldiv.h | 17 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 D | test-i386.c | 128 #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 D | test-i386.h | 17 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 D | fpmodule.inl | 60 return (readCPSR() & CC_MASK); 72 rval = regs->ARM_cpsr & ~CC_MASK; 73 regs->ARM_cpsr = rval | (val & CC_MASK);
|
H A D | fpopcode.h | 302 #define CC_MASK 0xf0000000 macro
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpopcode.h | 311 #define CC_MASK 0xf0000000 macro
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_mmc.h | 150 #define CC_MASK (0x1 << 0) macro
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 281 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);
|