Home | History | Annotate | Download | only in source

Lines Matching full:reg_name_length

1145                                 size_t reg_name_length = strcspn(f, "+-}]");
1146 if (reg_name_length > 0)
1148 std::string register_name(reg_name, reg_name_length);
1149 f += reg_name_length;