Lines Matching full:on
1974 /* LWL or LDL, depending on MemOp. */
2000 /* LWR or LDR, depending on MemOp. */
2039 * We emulate it as a NOP. On other CPU we must perform the in gen_ld()
2439 /* Set on less than with immediate operand */
2783 /* Set on lower than */
2875 /* Arithmetic on HI/LO registers */
11300 * Values for microMIPS fmt field. Variable-width, depending on which
13227 /* rotr is decoded as srl on non-R2 CPUs */ in decode_opc_special()
13253 /* rotrv is decoded as srlv on non-R2 CPUs */ in decode_opc_special()
13266 case OPC_SLT: /* Set on less than */ in decode_opc_special()
13321 /* drotr is decoded as dsrl on non-R2 CPUs */ in decode_opc_special()
13339 /* drotr32 is decoded as dsrl32 on non-R2 CPUs */ in decode_opc_special()
13371 /* drotrv is decoded as dsrlv on non-R2 CPUs */ in decode_opc_special()
14123 * RDHWR encodings yield address error exceptions on the TX79 since the SQ
14558 case OPC_SLTI: /* Set on less than with immediate opcode */ in decode_opc_legacy()
15007 /* make sure instructions are on a word boundary */ in decode_opc()
15193 * End the TB on (most) page crossings. in mips_tr_translate_insn()