Searched refs:OP_IS_LOAD (Results 1 – 2 of 2) sorted by relevance
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX) macro
59 if (OP_IS_LOAD(type) && !(info->type & HW_BRK_TYPE_READ)) in check_dawrx_constraints()