HomeSort by relevance Sort by last modified time
    Searched refs:ISBASICBLOCK (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
369 || !ISBASICBLOCK(blocks,i,4))
386 !ISBASICBLOCK(blocks,i,4))
421 !ISBASICBLOCK(blocks,i,6) ||
440 ISBASICBLOCK(blocks, h, 3*(j+1))) ||
443 ISBASICBLOCK(blocks, h, 3*(j+2)) &&
452 !ISBASICBLOCK(blocks,i,6) ||
483 ISBASICBLOCK(blocks, i-6, 7) &&
497 ISBASICBLOCK(blocks, i-3, 4) &&
590 ISBASICBLOCK(blocks,i,5))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 25 #define ISBASICBLOCK(blocks, start, bytes) \
378 || !ISBASICBLOCK(blocks,i,4))
395 !ISBASICBLOCK(blocks,i,4))
430 !ISBASICBLOCK(blocks,i,6) ||
449 ISBASICBLOCK(blocks, h, 3*(j+1))) ||
452 ISBASICBLOCK(blocks, h, 3*(j+2)) &&
461 !ISBASICBLOCK(blocks,i,6) ||
492 ISBASICBLOCK(blocks, i-6, 7) &&
506 ISBASICBLOCK(blocks, i-3, 4) &&
603 ISBASICBLOCK(blocks,i,5))
    [all...]

Completed in 418 milliseconds