Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/ppc/
Dtrace.c147 if ((insn & STWCX_MASK) == STWCX_INSTRUCTION in arch_sw_singlestep()
148 || (insn & STWCX_MASK) == STDCX_INSTRUCTION) { in arch_sw_singlestep()
Dinsn.h26 #define STWCX_MASK 0xfc0007ff macro