Searched refs:UPDATE (Results 1 – 3 of 3) sorted by relevance
113 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()133 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()233 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()256 if ((op.type & UPDATE) && (emulated != EMULATE_FAIL)) in kvmppc_emulate_loadstore()
65 #define UPDATE 0x40 /* matches bit in opcode 31 instructions */ macro
2038 u = (instr >> 20) & UPDATE; in analyse_instr()2043 u = instr & UPDATE; in analyse_instr()2594 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()2659 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr()3038 if ((op->type & UPDATE) && size == sizeof(long) && in emulate_loadstore()3108 if (op->type & UPDATE) in emulate_loadstore()