Searched refs:OP_IS_LOAD_STORE (Results 1 – 3 of 3) sorted by relevance
51 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX) macro
342 if (!OP_IS_LOAD_STORE(type)) { in fix_alignment()
3122 if (OP_IS_LOAD_STORE(type)) { in emulate_step()