Home | History | Annotate | Download | only in opcodes

Lines Matching refs:raw_opval

8099 	  int raw_opval = op->extract (bits);
8106 raw_opval = (raw_opval << shift) >> shift;
8111 opval = (raw_opval * TILEGX_BUNDLE_SIZE_IN_BYTES) + pc;
8113 opval = raw_opval;