Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dsstep.h60 #define UPDATE 0x40 /* matches bit in opcode 31 instructions */ macro
/arch/powerpc/lib/
Dsstep.c1350 u = (instr >> 20) & UPDATE; in analyse_instr()
1354 u = instr & UPDATE; in analyse_instr()
1651 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
1666 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr()
1914 if ((op.type & UPDATE) && size == sizeof(long) && in emulate_step()
2004 if (op.type & UPDATE) in emulate_step()