Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/lib/
Dtest_emulate_step.c158 unsigned long cr0_eq = 0x1 << 29; /* eq bit of CR0 */ in test_ldarx_stdcx() local
199 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()