Home
last modified time | relevance | path

Searched refs:DIV2 (Results 1 – 9 of 9) sorted by relevance

/external/ImageMagick/coders/
Ddds.c863 #define DIV2(x) ((x) > 1 ? ((x) >> 1) : 1) macro
1224 w=DIV2(dds_info->width); in ReadMipmaps()
1225 h=DIV2(dds_info->height); in ReadMipmaps()
1246 w=DIV2(w); in ReadMipmaps()
1247 h=DIV2(h); in ReadMipmaps()
1378 w=DIV2(dds_info->width); in SkipDXTMipmaps()
1379 h=DIV2(dds_info->height); in SkipDXTMipmaps()
1389 w=DIV2(w); in SkipDXTMipmaps()
1390 h=DIV2(h); in SkipDXTMipmaps()
1713 w=DIV2(dds_info->width); in SkipRGBMipmaps()
[all …]
/external/llvm/test/Transforms/InstCombine/
Ddiv.ll149 ; CHECK-NEXT: [[DIV2:%.*]] = lshr i32 %a, [[TMP1]]
150 ; CHECK-NEXT: ret i32 [[DIV2]]
320 ; CHECK-NEXT: [[DIV2:%.*]] = udiv i32 %a, [[DIV]]
321 ; CHECK-NEXT: ret i32 [[DIV2]]
Dshift.ll695 ; CHECK-NEXT: [[DIV2:%.*]] = udiv i32 %a, [[DIV]]
696 ; CHECK-NEXT: ret i32 [[DIV2]]
706 ; CHECK-NEXT: [[DIV2:%.*]] = udiv <2 x i32> %a, [[DIV]]
707 ; CHECK-NEXT: ret <2 x i32> [[DIV2]]
717 ; CHECK-NEXT: [[DIV2:%.*]] = lshr i32 %a, [[TMP1]]
718 ; CHECK-NEXT: ret i32 [[DIV2]]
/external/llvm/lib/Target/AMDGPU/
DSIDefines.h103 DIV2 = 3 enumerator
/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp204 uint8_t DIV2 = UNOPT / 2; in DecodeArithTemplateUnopt() local
221 uint32_t line2 = GBREG->GetPixel(2 - DIV2, h - 1); in DecodeArithTemplateUnopt()
222 line2 |= GBREG->GetPixel(1 - DIV2, h - 1) << 1; in DecodeArithTemplateUnopt()
247 line2 = ((line2 << 1) | GBREG->GetPixel(w + 3 - DIV2, h - 1)) & in DecodeArithTemplateUnopt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h197 DIV2 = 3 enumerator
DSIFoldOperands.cpp1348 return SIOutMods::DIV2; in getOModValue()
1360 return SIOutMods::DIV2; in getOModValue()
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp620 else if (Imm == SIOutMods::DIV2) in printOModSI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1140 else if (Imm == SIOutMods::DIV2) in printOModSI()