Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:size_in_words

2357     unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;
2358 while (size_in_words >= 16) {
2363 size_in_words -= 16;
2365 if (size_in_words > 0) {
2368 unsigned char inst = (opcode << 4) | (size_in_words-1);