Searched refs:XCHG (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mb.c | 545 #define XCHG(a, b, xchg) \ in xchg_mb_border() macro 560 XCHG(top_border_m1 + (8 << pixel_shift), in xchg_mb_border() 563 XCHG(top_border + (0 << pixel_shift), src_y + (1 << pixel_shift), xchg); in xchg_mb_border() 564 XCHG(top_border + (8 << pixel_shift), src_y + (9 << pixel_shift), 1); in xchg_mb_border() 566 XCHG(sl->top_borders[top_idx][sl->mb_x + 1], in xchg_mb_border() 572 XCHG(top_border_m1 + (24 << pixel_shift), src_cb - (7 << pixel_shift), 1); in xchg_mb_border() 573 XCHG(top_border_m1 + (40 << pixel_shift), src_cr - (7 << pixel_shift), 1); in xchg_mb_border() 575 XCHG(top_border + (16 << pixel_shift), src_cb + (1 << pixel_shift), xchg); in xchg_mb_border() 576 XCHG(top_border + (24 << pixel_shift), src_cb + (9 << pixel_shift), 1); in xchg_mb_border() 577 XCHG(top_borde in xchg_mb_border() [all...] |
H A D | vp8.c | 1570 #define XCHG(a, b, xchg) \ in xchg_mb_border() macro 1578 XCHG(top_border_m1 + 8, src_y - 8, xchg); in xchg_mb_border() 1579 XCHG(top_border, src_y, xchg); in xchg_mb_border() 1580 XCHG(top_border + 8, src_y + 8, 1); in xchg_mb_border() 1582 XCHG(top_border + 32, src_y + 16, 1); in xchg_mb_border() 1587 XCHG(top_border_m1 + 16, src_cb - 8, xchg); in xchg_mb_border() 1588 XCHG(top_border_m1 + 24, src_cr - 8, xchg); in xchg_mb_border() 1589 XCHG(top_border + 16, src_cb, 1); in xchg_mb_border() 1590 XCHG(top_border + 24, src_cr, 1); in xchg_mb_border()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 535 } else if (AtomicCmpXchgInst *XCHG = dyn_cast<AtomicCmpXchgInst>(I)) { in isInterestingMemoryAccess() 538 *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType()); in isInterestingMemoryAccess() 540 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess() 568 if (AtomicCmpXchgInst *XCHG = dyn_cast<AtomicCmpXchgInst>(I)) in getPointerOperandIndex() 569 return XCHG->getPointerOperandIndex(); in getPointerOperandIndex()
|
H A D | AddressSanitizer.cpp | 1376 } else if (AtomicCmpXchgInst *XCHG = dyn_cast<AtomicCmpXchgInst>(I)) { in isInterestingMemoryAccess() 1379 *TypeSize = DL.getTypeStoreSizeInBits(XCHG->getCompareOperand()->getType()); in isInterestingMemoryAccess() 1381 PtrOperand = XCHG->getPointerOperand(); in isInterestingMemoryAccess()
|
Completed in 14 milliseconds