Searched refs:cr0_eq (Results 1 – 1 of 1) sorted by relevance
158 unsigned long cr0_eq = 0x1 << 29; /* eq bit of CR0 */ in test_ldarx_stdcx() local199 if (stepped == 1 && ((regs.gpr[5] == a && (regs.ccr & cr0_eq)) in test_ldarx_stdcx()200 || (regs.gpr[5] != a && !(regs.ccr & cr0_eq)))) in test_ldarx_stdcx()