Home | History | Annotate | Download | only in s390

Lines Matching defs:stm

536 void Assembler::stm(Register r1, Register r2, const MemOperand& src) {
537 rs_form(STM, r1, r2, src.rb(), src.offset());