Lines Matching defs:orr
842 // orr dst, dst, #target8_1 << 8
843 // orr dst, dst, #target8_2 << 16
871 // Patch with a sequence of mov/orr/orr instructions.
879 patcher.orr(dst, dst, Operand(target8_1 << 8));
884 patcher.orr(dst, dst, Operand(target8_1 << 8));
885 patcher.orr(dst, dst, Operand(target8_2 << 16));
1626 void Assembler::orr(Register dst, Register src1, const Operand& src2, SBit s,
1631 void Assembler::orr(Register dst, Register src1, Register src2, SBit s,
1633 orr(dst, src1, Operand(src2), s, cond);
1659 // sequence of movw/movt or mov/orr/orr instructions. They will load the