Home | History | Annotate | Download | only in gold

Lines Matching refs:opc_v

267     uint32_t opc_v = 0;
313 opc_v = opc | (v << 2);
314 *load = (opc_v == 1 || opc_v == 2 || opc_v == 3
315 || opc_v == 5 || opc_v == 7);