Home | History | Annotate | Download | only in ppc

Lines Matching full:xoris

725 void Assembler::xoris(Register ra, Register rs, const Operand& imm) {
726 d_form(XORIS, rs, ra, imm.imm_, false);