Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c237 unsigned long cr0_eq = 0x1 << 29; /* eq bit of CR0 */ in test_ldarx_stdcx() local
278 if (stepped == 1 && ((regs.gpr[5] == a && (regs.ccr & cr0_eq)) in test_ldarx_stdcx()
279 || (regs.gpr[5] != a && !(regs.ccr & cr0_eq)))) in test_ldarx_stdcx()