Home | History | Annotate | Download | only in config

Lines Matching full:r0off

11500       int r0off = (inst.instruction == T_MNEM_mov
11593 inst.instruction |= Rn << r0off;
11686 inst.instruction |= Rn << r0off;
11833 int r0off = (inst.instruction == T_MNEM_mvn
11857 inst.instruction |= Rn << r0off;
11876 inst.instruction |= Rn << r0off;
20444 int r0off = (opcode == T_MNEM_mov
20448 insn |= (old_op & 0x700) << r0off;