Home
last modified time | relevance | path

Searched refs:M32 (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmidgard_ops.c180 #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/
Dfptosi.ll3 ; 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/
Dabicheck.sh91 *-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/
DInterleave.java9 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/
DInterleave.java9 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/
DInterleave.java5 private static final long M32 = 0x55555555L; field in Interleave
78 return ((x >>> 1) & M32) << 32 | (x & M32); in expand32to64()
/external/clang/test/Analysis/
Dindex-type.c7 #ifdef M32
/external/llvm-project/clang/test/CodeGenOpenCL/
Dshifts.cl24 //OPT: [[M32:%.+]] = and i32 %b, 31
25 //OPT-NEXT: [[C32:%.+]] = shl i32 %a, [[M32]]
/external/clang/test/CodeGenOpenCL/
Dshifts.cl24 //OPT: [[M32:%.+]] = and i32 %b, 31
25 //OPT-NEXT: [[C32:%.+]] = shl i32 %a, [[M32]]
/external/llvm-project/clang/test/Analysis/
Dindex-type.c7 #ifdef M32
/external/rust/crates/nom/tests/
Dmp4.rs122 MvhdBox::M32(Mvhd32 {
202 M32(Mvhd32), enumerator
/external/python/cpython3/PC/icons/
Dpy.svg1 …t1{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
Dsetup.svg1 …t3{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
Dpythonw.svg1 …t5{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
Dpyc.svg1 …t1{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
Dpython.svg1 …t1{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
Dlauncher.svg1 …t3{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
Dpyd.svg1 …t2{fill:url(#path1950_1_)}</style><path class="icon-canvas-transparent" d="M32 32H0V0h32v32z" id="…
/external/llvm/test/CodeGen/X86/
Datom-call-reg-indirect-foldedreload32.ll8 ; original source code built with clang -S -emit-llvm -M32 test32.c:
/external/llvm-project/llvm/test/CodeGen/X86/
Datom-call-reg-indirect-foldedreload32.ll8 ; original source code built with clang -S -emit-llvm -M32 test32.c:
/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp1070 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/
DToolChains.cpp1992 Multilib M32 = Multilib().flag("-m64").flag("+m32").flag("-mabi=n32"); in findMipsCsMultilibs() local
1995 MultilibSet().Either(M32, M64, MAbiN32).FilterOut(NonExistent); in findMipsCsMultilibs()