Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:size_in_words

2348     unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;
2349 while (size_in_words >= 16) {
2354 size_in_words -= 16;
2356 if (size_in_words > 0) {
2359 unsigned char inst = (opcode << 4) | (size_in_words-1);