/external/llvm-project/llvm/unittests/ObjectYAML/ |
D | YAMLTest.cpp | 23 static void mapping(IO &IO, BinaryHolder &BH) { in mapping() 24 IO.mapRequired("Binary", BH.Binary); in mapping() 31 BinaryHolder BH; in TEST() local 35 YOut << BH; in TEST() 42 BinaryHolder BH; in TEST() local 45 Input >> BH; in TEST()
|
/external/rust/crates/criterion-plot/src/ |
D | candlestick.rs | 98 pub struct Candlesticks<X, WM, BM, BH, WH> { 106 pub box_high: BH, 111 impl<X, WM, BM, BH, WH> traits::Plot<Candlesticks<X, WM, BM, BH, WH>> for Figure 113 BH: IntoIterator, 114 BH::Item: Data, 128 candlesticks: Candlesticks<X, WM, BM, BH, WH>, in plot() argument
|
/external/llvm/unittests/ObjectYAML/ |
D | YAMLTest.cpp | 24 static void mapping(IO &IO, BinaryHolder &BH) { in mapping() 25 IO.mapRequired("Binary", BH.Binary); in mapping() 32 BinaryHolder BH; in TEST() local 36 YOut << BH; in TEST()
|
/external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
D | dfaddsub.S | 15 #define BH r3 macro 80 EXPB = extractu(BH,#EXPBITS,#HI_MANTBITS) 128 B_POS = cmp.gt(BH,#-1) 154 BH = togglebit(BH,#31) define 166 BH = #1 define 170 BH = asl(BH,#31) define 174 if (p0.new) AH = xor(AH,BH) 316 p1 = cmp.gt(BH,#-1) 333 BH = ##0x80000000 define 336 if (!p0) AH = or(AH,BH) [all …]
|
D | dffma.S | 19 #define BH r3 macro 147 TMP = xor(AH,BH) 151 EXPB = extractu(BH,#EXPBITS,#HI_MANTBITS) 454 BH = USR define 458 if (p0) BH = or(BH,BL) 461 USR = BH 475 BH = extractu(TMP,#2,#SR_ROUND_OFF) define 480 BH ^= lsr(AH,#31) 481 BL = BH 485 p0 = !cmp.eq(BH,#2) [all …]
|
D | dfdiv.S | 16 #define BH r3 macro 81 EXPBA = combine(BH,AH) 82 SIGN = xor(AH,BH) 88 #undef BH 211 #define BH r3 macro 402 EXPBA = combine(BH,AH) 404 BH = insert(TMP,#DF_EXPBITS+1,#DF_MANTBITS-32) // clear out hidden bit, sign bit define 408 if (P_TMP2) BH = or(BH,TMP) // if normal, add back in hidden bit 435 AH = xor(AH,BH) 450 AH = xor(AH,BH)
|
D | dfmul.S | 14 #define BH r3 macro 114 EXP1 = extractu(BH,#EXPBITS,#HI_MANTBITS) 119 TMP = xor(AH,BH) 400 BH = extract(BH,#1,#31) define 403 AH ^= asl(BH,#31)
|
/external/llvm/test/CodeGen/Generic/ |
D | i128-addsub.ll | 3 define void @test_add(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 10 %tmp89 = zext i64 %BH to i128 ; <i128> [#uses=1] 22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 29 %tmp89 = zext i64 %BH to i128 ; <i128> [#uses=1]
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | i128-addsub.ll | 3 define void @test_add(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 10 %tmp89 = zext i64 %BH to i128 ; <i128> [#uses=1] 22 define void @test_sub(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 29 %tmp89 = zext i64 %BH to i128 ; <i128> [#uses=1]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.h | 23 #define BH 32 macro 27 #define BLK_PELS ((BH) * (BW)) // Pixels in the block
|
D | vp9_temporal_filter.c | 55 int i, j, k = 0, ys = (BH >> 1), xs = (BW >> 1); in temporal_filter_predictors_mb_c() 76 scale, BW, BH, which_mv, kernel, in temporal_filter_predictors_mb_c() 94 BH, which_mv, kernel, MV_PRECISION_Q3, x, y); in temporal_filter_predictors_mb_c() 111 for (i = 0; i < BH; i += ys) { in temporal_filter_predictors_mb_c() 605 BH, USE_8_TAPS_SHARP); in temporal_filter_find_matching_mb_c() 613 for (i = 0; i < BH; i += SUB_BH) { in temporal_filter_find_matching_mb_c() 658 int mb_rows = (frames[alt_ref_index]->y_crop_height + BH - 1) >> BH_LOG2; in vp9_temporal_filter_iterate_row_c() 671 const int mb_uv_height = BH >> mbd->plane[1].subsampling_y; in vp9_temporal_filter_iterate_row_c() 674 int mb_y_offset = mb_row * BH * (f->y_stride) + BW * mb_col_start; in vp9_temporal_filter_iterate_row_c() 697 td->mb.mv_limits.row_min = -((mb_row * BH) + (17 - 2 * VP9_INTERP_EXTEND)); in vp9_temporal_filter_iterate_row_c() [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | sube.ll | 12 define void @check_sube_subc(i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 19 %tmp89 = zext i64 %BH to i128
|
D | adde.ll | 17 define void @check_adde_addc (i64 %AL, i64 %AH, i64 %BL, i64 %BH, i64* %RL, i64* %RH) { 24 %tmp89 = zext i64 %BH to i128
|
/external/llvm-project/llvm/test/Demangle/ |
D | ms-conversion-operators.test | 5 ??$?BH@TemplateOps@@QAEHXZ 47 ??$?BH@CompoundTypeOps@@QAE?AU?$Bar@U?$Foo@H@@@@XZ
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 78 X86::DH, X86::BH, X86::AX, X86::CX, X86::DX, X86::BX, in initLLVMToSEHAndCVRegMapping() 299 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 300 return X86::BH; in getX86SubSuperRegisterOrZero() 311 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 348 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 384 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 420 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse2.c | 117 uint32_t acc_5x5_sse[BH][BW]; in apply_temporal_filter_planewise() 236 uint16_t luma_sq_error[SSE_STRIDE * BH]; in av1_apply_temporal_filter_planewise_sse2() 239 ? (uint16_t *)aom_malloc(SSE_STRIDE * BH * sizeof(uint16_t)) in av1_apply_temporal_filter_planewise_sse2()
|
D | temporal_filter_avx2.c | 142 uint32_t acc_5x5_sse[BH][BW]; in apply_temporal_filter_planewise() 258 uint16_t luma_sq_error[SSE_STRIDE * BH]; in av1_apply_temporal_filter_planewise_avx2() 261 ? (uint16_t *)aom_malloc(SSE_STRIDE * BH * sizeof(uint16_t)) in av1_apply_temporal_filter_planewise_avx2()
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.h | 22 #define BH 32 macro
|
/external/llvm/test/MC/ARM/ |
D | thumb2-ldrb-ldrh.s | 4 @ Thumb2 LDRS?[BH] are not valid when Rt == PC (these encodings are used for
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb2-ldrb-ldrh.s | 4 @ Thumb2 LDRS?[BH] are not valid when Rt == PC (these encodings are used for
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_alloc.cpp | 151 #define BH(p) ((bhead_t *)(p)) macro 499 ba = BH(((char *)b) + (b->bh.bb.bsize - (bufsize)size)); in bget() 500 bn = BH(((char *)ba) + size); in bget() 532 ba = BH(((char *)b) + b->bh.bb.bsize); in bget() 644 b = BH(buf - sizeof(bhead_t)); in bgetz() 679 b = BH(((char *)buf) - sizeof(bhead_t)); in bgetr() 753 KMP_DEBUG_ASSERT(BH((char *)b - b->bh.bb.bsize)->bb.prevfree == 0); in brel() 770 KMP_DEBUG_ASSERT(BH((char *)b - b->bh.bb.prevfree)->bb.bsize == in brel() 796 KMP_DEBUG_ASSERT(BH((char *)bn + bn->bh.bb.bsize)->bb.prevfree == in brel() 839 KMP_DEBUG_ASSERT(BH((char *)b + b->bh.bb.bsize)->bb.bsize == ESent); in brel() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | norex-subreg.ll | 7 ; %R8B<def> = COPY %BH, %EBX<imp-use,kill> 10 ; The register allocation above is invalid, %BH can only be encoded without an
|
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/ |
D | analysis-clustering-algorithms.test | 50 - 'ROL8ri BH BH i_0x1' 71 - 'BH=0x0'
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 96 {codeview::RegisterId::BH, X86::BH}, in initLLVMToSEHAndCVRegMapping() 621 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 622 return X86::BH; in getX86SubSuperRegisterOrZero() 633 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 670 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 706 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 742 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 94 {codeview::RegisterId::BH, X86::BH}, in initLLVMToSEHAndCVRegMapping() 633 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 634 return X86::BH; in getX86SubSuperRegisterOrZero() 645 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 682 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 718 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero() 754 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: in getX86SubSuperRegisterOrZero()
|