Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:xF

2231           strong_word_count = (inst & 0xF)+1;
2237 byref_word_count = (inst & 0xF)+1;
2243 weak_word_count = (inst & 0xF)+1;
2252 strong_word_count = (inst & 0xF)+1;
2256 byref_word_count = (inst & 0xF)+1;
2258 weak_word_count = (inst & 0xF)+1;
2263 byref_word_count = (inst & 0xF)+1;
2267 weak_word_count = (inst & 0xF)+1;
2279 strong_word_count = (inst & 0xF)+1;
2281 byref_word_count = (inst & 0xF)+1;
2283 weak_word_count = (inst & 0xF)+1;
2360 // value. So, 0xf means 16 words follow!
2361 unsigned char inst = (opcode << 4) | 0xf;
2449 printf("%d", (inst & 0xf) + delta);
4770 unsigned int skip_small = SkipScanIvars[i].skip % 0xf;
4771 unsigned int scan_small = SkipScanIvars[i].scan % 0xf;
4772 unsigned int skip_big = SkipScanIvars[i].skip / 0xf;
4773 unsigned int scan_big = SkipScanIvars[i].scan / 0xf;
4783 byte |= 0xf;