Home | History | Annotate | Download | only in sljit

Lines Matching refs:raw_opval

9557       int raw_opval = op->extract (bits);
9564 raw_opval = (raw_opval << shift) >> shift;
9569 opval = (raw_opval * TILEGX_BUNDLE_SIZE_IN_BYTES) + pc;
9571 opval = raw_opval;