Home | History | Annotate | Download | only in oatdump

Lines Matching refs:out_reg

1457       for (size_t out_reg = 0; out_reg < num_outs; out_reg++) {
1458 if (out_reg == 0) {
1462 uint32_t offset = GetOutVROffset(out_reg, GetInstructionSet());
1463 os << " v" << out_reg << "[sp + #" << offset << "]";