/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ops.c | 180 #define M32 midgard_reg_mode_32 macro 184 [midgard_op_unpack_colour] = {"unpack_colour", M32}, 185 [midgard_op_pack_colour] = {"pack_colour", M32}, 186 [midgard_op_pack_colour_32] = {"pack_colour_32", M32}, 187 [midgard_op_ld_cubemap_coords] = {"ld_cubemap_coords", M32}, 188 [midgard_op_ld_compute_id] = {"ld_compute_id", M32}, 189 [midgard_op_ldst_perspective_division_z] = {"ldst_perspective_division_z", M32}, 190 [midgard_op_ldst_perspective_division_w] = {"ldst_perspective_division_w", M32}, 192 … [midgard_op_atomic_add] = {"atomic_add", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 193 … [midgard_op_atomic_and] = {"atomic_and", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, [all …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/llvm-ir/ |
D | fptosi.ll | 3 ; RUN: FileCheck %s -check-prefixes=M32 5 ; RUN: FileCheck %s -check-prefixes=M32 39 ; M32-LABEL: test1: 40 ; M32: # %bb.0: # %entry 41 ; M32-NEXT: trunc.w.s $f0, $f12 # <MCInst #{{[0-9]+}} TRUNC_W_S 42 ; M32-NEXT: # <MCOperand Reg:{{[0-9]+}}> 43 ; M32-NEXT: # <MCOperand Reg:{{[0-9]+}}>> 44 ; M32-NEXT: jr $ra # <MCInst #{{[0-9]+}} JR 45 ; M32-NEXT: # <MCOperand Reg:{{[0-9]+}}>> 46 ; M32-NEXT: mfc1 $2, $f0 # <MCInst #{{[0-9]+}} MFC1 [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | abicheck.sh | 91 *-m32*) M32="-m32";; 92 *) M32="";; 105 ABIFILE="test/abi/zlib$suffix-$ABI_GIT_COMMIT-$CHOST$M32.abi"
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Interleave.java | 9 private static final long M32 = 0x55555555L; field in Interleave 82 return ((x >>> 1) & M32) << 32 | (x & M32); in expand32to64()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
D | Interleave.java | 9 private static final long M32 = 0x55555555L; field in Interleave 82 return ((x >>> 1) & M32) << 32 | (x & M32); in expand32to64()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Interleave.java | 5 private static final long M32 = 0x55555555L; field in Interleave 78 return ((x >>> 1) & M32) << 32 | (x & M32); in expand32to64()
|
/external/clang/test/Analysis/ |
D | index-type.c | 7 #ifdef M32
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | shifts.cl | 24 //OPT: [[M32:%.+]] = and i32 %b, 31 25 //OPT-NEXT: [[C32:%.+]] = shl i32 %a, [[M32]]
|
/external/clang/test/CodeGenOpenCL/ |
D | shifts.cl | 24 //OPT: [[M32:%.+]] = and i32 %b, 31 25 //OPT-NEXT: [[C32:%.+]] = shl i32 %a, [[M32]]
|
/external/llvm-project/clang/test/Analysis/ |
D | index-type.c | 7 #ifdef M32
|
/external/rust/crates/nom/tests/ |
D | mp4.rs | 122 MvhdBox::M32(Mvhd32 { 202 M32(Mvhd32), enumerator
|
/external/python/cpython3/PC/icons/ |
D | py.svg | 1 …t1{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
|
D | setup.svg | 1 …t3{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
|
D | pythonw.svg | 1 …t5{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
|
D | pyc.svg | 1 …t1{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
|
D | python.svg | 1 …t1{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
|
D | launcher.svg | 1 …t3{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
|
D | pyd.svg | 1 …t2{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
|
/external/llvm/test/CodeGen/X86/ |
D | atom-call-reg-indirect-foldedreload32.ll | 8 ; original source code built with clang -S -emit-llvm -M32 test32.c:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | atom-call-reg-indirect-foldedreload32.ll | 8 ; original source code built with clang -S -emit-llvm -M32 test32.c:
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Gnu.cpp | 1070 Multilib M32 = Multilib().flag("-m64").flag("+m32").flag("-mabi=n32"); in findMipsCsMultilibs() local 1073 MultilibSet().Either(M32, M64, MAbiN32).FilterOut(NonExistent); in findMipsCsMultilibs()
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 1992 Multilib M32 = Multilib().flag("-m64").flag("+m32").flag("-mabi=n32"); in findMipsCsMultilibs() local 1995 MultilibSet().Either(M32, M64, MAbiN32).FilterOut(NonExistent); in findMipsCsMultilibs()
|