Lines Matching full:npos
102 if (cond_index != std::string::npos) {
110 if (imm1_index != std::string::npos) {
121 if (imm2_index != std::string::npos) {
133 while ((reg1_index = base3.find(Base::REG1_TOKEN)) != std::string::npos) {
142 while ((reg2_index = base4.find(Base::REG2_TOKEN)) != std::string::npos) {
193 if (cond_index != std::string::npos) {
203 if (imm1_index != std::string::npos) {
213 if (imm2_index != std::string::npos) {
225 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
234 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
279 if (cond_index != std::string::npos) {
288 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
297 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
345 if (cond_index != std::string::npos) {
354 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
363 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
372 while ((reg3_index = after_reg3.find(REG3_TOKEN)) != std::string::npos) {
409 if (cond_index != std::string::npos) {
418 while ((shift_index = after_shift.find(Base::SHIFT_TOKEN)) != std::string::npos) {
427 while ((reg_index = after_reg.find(Base::REG_TOKEN)) != std::string::npos) {
465 if (cond_index != std::string::npos) {
474 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
483 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
492 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {