Exemplo n.º 1
0
void PhysRegSaverParity::emitPops(X64Assembler& as, RegSet regs) {
  regs.forEachR([&] (PhysReg pr) {
    as.    pop    (pr);
  });
}