Home | History | Annotate | Download | only in yarr

Lines Matching full:subpatternid

916                     store32(indexTemporary, Address(output, (term.parentheses.subpatternId << 1) * sizeof(int)));
918 store32(index, Address(output, (term.parentheses.subpatternId << 1) * sizeof(int)));
931 store32(indexTemporary, Address(output, ((term.parentheses.subpatternId << 1) + 1) * sizeof(int)));
933 store32(index, Address(output, ((term.parentheses.subpatternId << 1) + 1) * sizeof(int)));
954 store32(Imm32(-1), Address(output, (term.parentheses.subpatternId << 1) * sizeof(int)));
955 store32(Imm32(-1), Address(output, ((term.parentheses.subpatternId << 1) + 1) * sizeof(int)));