/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-bcnst.s | 0 bmi 0xbadb00 2 bmi 0xb00 3 bmi 0x42
|
rd-bcnst2.s | 0 bmi x0x42
|
rd-bcnst-pic.d | 17 [ ]+c:[ ]+f770[ ]+bmi 0x4 22 [ ]+1a:[ ]+f770[ ]+bmi 0x12 27 [ ]+28:[ ]+f770[ ]+bmi 0x20
|
rd-bcnst.d | 14 [ ]+a:[ ]+f970[ ]+bmi (0x4|4 <.*) 18 [ ]+16:[ ]+f970[ ]+bmi (0x10|10 <.*) 22 [ ]+22:[ ]+f970[ ]+bmi (0x1c|1c <.*)
|
branch.s | 35 bmi start 57 bmi startm16 81 bmi startm16 107 bmi startm32 132 bmi startm32 158 bmi endp32 183 bmi endp32 208 bmi endp16 233 bmi endp16 257 bmi en [all...] |
rd-bcnst2-pic.d | 16 [ ]+c:[ ]+f770[ ]+bmi 0x4
|
rd-bcnst2.d | 15 [ ]+a:[ ]+f970[ ]+bmi 0x4
|
/external/valgrind/none/tests/amd64/ |
bmi.vgtest | 1 prog: bmi 2 prereq: test -x bmi && ../../../tests/x86_amd64_features amd64-avx
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
cortex-a8-fix-bcc-rel.s | 10 bmi.w targetfn 12 bmi.w targetfn 14 bmi.w targetfn 16 bmi.w targetfn
|
cortex-a8-fix-bcc-rel-thumb.d | 15 8f0e: f53f aff7 bmi\.w 8f00 <targetfn> 17 8f16: f53f aff3 bmi\.w 8f00 <targetfn> 19 8f1e: f53f afef bmi\.w 8f00 <targetfn> 21 8f26: f53f afeb bmi\.w 8f00 <targetfn> 23 8f2e: f53f afe7 bmi\.w 8f00 <targetfn> 25 8f36: f53f afe3 bmi\.w 8f00 <targetfn> 27 8f3e: f53f afdf bmi\.w 8f00 <targetfn> 29 8f46: f53f afdb bmi\.w 8f00 <targetfn> 31 8f4e: f53f afd7 bmi\.w 8f00 <targetfn> 33 8f56: f53f afd3 bmi\.w 8f00 <targetfn [all...] |
/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_frame_win.cc | 38 BITMAPINFO bmi = {}; local 39 bmi.bmiHeader.biHeight = -size.height(); 40 bmi.bmiHeader.biWidth = size.width(); 41 bmi.bmiHeader.biPlanes = 1; 42 bmi.bmiHeader.biBitCount = DesktopFrameWin::kBytesPerPixel * 8; 43 bmi.bmiHeader.biSize = sizeof(bmi.bmiHeader); 44 bmi.bmiHeader.biSizeImage = bytes_per_row * size.height(); 50 HBITMAP bitmap = CreateDIBSection(hdc, &bmi, DIB_RGB_COLORS, &data,
|
/external/libvpx/libvpx/vp8/common/ |
reconinter.c | 64 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + 65 (d->bmi.mv.as_mv.col >> 3); 67 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7) { 68 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, 86 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + 87 (d->bmi.mv.as_mv.col >> 3); 89 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7) [all...] |
/external/clang/test/CodeGen/ |
bmi2-builtins.c | 10 // CHECK: @llvm.x86.bmi.bzhi.32 15 // CHECK: @llvm.x86.bmi.pdep.32 20 // CHECK: @llvm.x86.bmi.pext.32 34 // CHECK: @llvm.x86.bmi.bzhi.64 39 // CHECK: @llvm.x86.bmi.pdep.64 44 // CHECK: @llvm.x86.bmi.pext.64
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/ |
cbranch.s | 18 bmi h8300_cbranch
|
cbranchh.s | 19 bmi h8300h_cbranch:8 39 bmi h8300h_cbranch:16
|
cbranchs.s | 19 bmi h8300s_cbranch:8 39 bmi h8300s_cbranch:16
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
gdi_sw_winsys.c | 60 BITMAPINFO bmi; member in struct:gdi_sw_displaytarget 152 gdt->bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER); 153 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp; 154 gdt->bmi.bmiHeader.biHeight= -(long)height; 155 gdt->bmi.bmiHeader.biPlanes = 1; 156 gdt->bmi.bmiHeader.biBitCount = bpp; 157 gdt->bmi.bmiHeader.biCompression = BI_RGB; 158 gdt->bmi.bmiHeader.biSizeImage = 0; 159 gdt->bmi.bmiHeader.biXPelsPerMeter = 0; 160 gdt->bmi.bmiHeader.biYPelsPerMeter = 0 [all...] |
/external/llvm/lib/Target/AMDGPU/ |
R600ExpandSpecialInstrs.cpp | 121 MachineInstr *BMI; 133 BMI = TII->buildDefaultInstruction(MBB, I, AMDGPU::INTERP_XY, 137 BMI->bundleWithPred(); 140 TII->addFlag(*BMI, 0, MO_FLAG_MASK); 142 TII->addFlag(*BMI, 0, MO_FLAG_NOT_LAST); 150 MachineInstr *BMI; 162 BMI = TII->buildDefaultInstruction(MBB, I, AMDGPU::INTERP_ZW, 166 BMI->bundleWithPred(); 169 TII->addFlag(*BMI, 0, MO_FLAG_MASK); 171 TII->addFlag(*BMI, 0, MO_FLAG_NOT_LAST) [all...] |
/external/webrtc/webrtc/modules/desktop_capture/win/ |
cursor.cc | 142 BITMAPV5HEADER bmi = {0}; local 143 bmi.bV5Size = sizeof(bmi); 144 bmi.bV5Width = width; 145 bmi.bV5Height = -height; // request a top-down bitmap. 146 bmi.bV5Planes = 1; 147 bmi.bV5BitCount = kBytesPerPixel * 8; 148 bmi.bV5Compression = BI_RGB; 149 bmi.bV5AlphaMask = 0xff000000; 150 bmi.bV5CSType = LCS_WINDOWS_COLOR_SPACE [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
branchs12.s | 22 bmi L1 42 bmi L0 82 bmi undefined
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/ |
b.s | 14 bmi text_label
|
/external/libvpx/libvpx/vp8/decoder/ |
ec_types.h | 20 /* The area (pixel area in Q6) the block pointed to by bmi overlaps 25 union b_mode_info *bmi; member in struct:__anon24690
|
error_concealment.c | 63 static void assign_overlap(OVERLAP_NODE *overlaps, union b_mode_info *bmi, 68 * Empty is defined as bmi == NULL */ 70 if (overlaps[i].bmi == NULL) { 71 overlaps[i].bmi = bmi; 101 static void calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi, 106 * overlapped by bmi and calculate and assign overlap for each of those 145 assign_overlap(b_ol_ul[row * 4 + col].overlaps, bmi, overlap); 151 union b_mode_info *bmi, int b_row, int b_col) { 164 new_row = row - bmi->mv.as_mv.row 246 union b_mode_info *const bmi = mi->bmi; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_reconinter.c | 68 mi->bmi[0].as_mv[idx].as_mv.row + mi->bmi[1].as_mv[idx].as_mv.row + 69 mi->bmi[2].as_mv[idx].as_mv.row + mi->bmi[3].as_mv[idx].as_mv.row), 71 mi->bmi[0].as_mv[idx].as_mv.col + mi->bmi[1].as_mv[idx].as_mv.col + 72 mi->bmi[2].as_mv[idx].as_mv.col + mi->bmi[3].as_mv[idx].as_mv.col) 82 MV res = { round_mv_comp_q2(mi->bmi[block0].as_mv[idx].as_mv.row + 83 mi->bmi[block1].as_mv[idx].as_mv.row) [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 212 mi->bmi[i].as_mode = 214 mi->mode = mi->bmi[3].as_mode; 217 mi->bmi[0].as_mode = mi->bmi[2].as_mode = 219 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mi->mode = 223 mi->bmi[0].as_mode = mi->bmi[1].as_mode = 225 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mi->mode 647 b_mode_info *bmi = mi->bmi; local [all...] |