Home
last modified time | relevance | path

Searched refs:repack (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/broadcom/qpu/tests/
Dqpu_disasm.c168 uint64_t repack; in main() local
169 if (!v3d_qpu_instr_pack(&devinfo, &instr, &repack)) { in main()
175 if (repack != tests[i].inst) { in main()
176 printf("FAIL (repack) 0x%016llx\n", (long long)repack); in main()
178 const char *redisasm = v3d_qpu_disasm(&devinfo, repack); in main()
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr27501.ll5 define void @test1(i64* %result.repack) personality i32 (...)* @__CxxFrameHandler3 {
13 store i64 19, i64* %result.repack, align 8
40 store i64 42, i64* %result.repack, align 8
/external/llvm/test/CodeGen/X86/
Dpr27501.ll5 define void @test1(i64* %result.repack) personality i32 (...)* @__CxxFrameHandler3 {
13 store i64 19, i64* %result.repack, align 8
40 store i64 42, i64* %result.repack, align 8
/external/llvm-project/llvm/utils/release/
Dbuild_llvm_package.bat96 rmdir /s /q repack\$PLUGINSDIR
97 del repack\Uninstall.exe
98 7z a LLVM-%package_version%-win32.zip .\repack\* -mx9
146 rmdir /s /q repack\$PLUGINSDIR
147 del repack\Uninstall.exe
148 7z a LLVM-%package_version%-win64.zip .\repack\* -mx9
/external/llvm-project/llvm/test/DebugInfo/X86/
Dsdag-split-arg.ll18 %.repack = getelementptr inbounds %rec789, %rec789* %bar.2, i16 0, i32 0, i16 0
20 store i16 %.elt, i16* %.repack, align 1
/external/vboot_reference/scripts/image_signing/
Dresign_kernel_partition.sh38 vbutil_kernel --repack "${DST_VBLOCK}" \
Dresign_image.sh46 vbutil_kernel --repack "${updated_kimage}" \
Dmake_dev_ssd.sh211 --repack "$new_blob" \
Dsign_official_build.sh632 vbutil_kernel --repack ${updated_kimagea} \
/external/vboot_reference/tests/futility/
Dtest_sign_kernel.sh71 --repack ${TMP}.blob3.${arch} \
168 --repack ${TMP}.blob3.${arch}.vb1 \
233 --repack ${TMP}.part6.${arch} \
/external/vboot_reference/tests/
Drun_vbutil_kernel_arg_tests.sh143 --repack "${SSD_KERN}" \
/external/mesa3d/.gitlab-ci/
Dlava-tracie.yml.jinja246 For fastboot, LAVA doesn't know how to unpack the rootfs/apply overlay/repack,
Dlava-deqp.yml.jinja246 For fastboot, LAVA doesn't know how to unpack the rootfs/apply overlay/repack,
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dvector-alloca-bitcast.ll403 ; OPT: %out.repack = getelementptr inbounds [4 x i32], [4 x i32] addrspace(1)* %out, i64 0, i6…
404 ; OPT-NEXT: store i32 1, i32 addrspace(1)* %out.repack, align 4
432 ; OPT: %out.repack = getelementptr inbounds %struct.v4, %struct.v4 addrspace(1)* %out, i64 0, …
433 ; OPT-NEXT: store i32 1, i32 addrspace(1)* %out.repack, align 4
Dkernel-args.ll588 ; FIXME: Pack/repack on VI
Dcvt_f32_ubyte.ll635 ; Instructions still emitted to repack bytes for add use.
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_sse2.asm148 ; repack so block 0 row x and block 1 row x are together
482 ; repack so block 0 row x and block 1 row x are together
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c458 static uint64_t repack(uint64_t dispatch, int new_wt2) { in repack() function
478 uint64_t repacked = repack(upb_value_getuint64(v), wire_type); in dispatchtarget()
/external/llvm/test/CodeGen/AMDGPU/
Dcvt_f32_ubyte.ll83 ; Instructions still emitted to repack bytes for add use.
/external/llvm-project/llvm/docs/Proposals/
DGitHubMove.rst1071 git -C my-monorepo repack -A -d -f --depth=250 --window=250
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dcvt_f32_ubyte.ll650 ; Instructions still emitted to repack bytes for add use.
/external/protobuf/php/ext/google/protobuf/
Dupb.c6253 static uint64_t repack(uint64_t dispatch, int new_wt2) { in repack() function
6273 uint64_t repacked = repack(upb_value_getuint64(v), wire_type); in dispatchtarget()
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst3660 .. option:: -frepack-arrays, -fno-repack-arrays
/external/clang/include/clang/Driver/
DOptions.td2255 defm repack_arrays : BooleanFFlag<"repack-arrays">, Group<gfortran_Group>;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10004 static uint64_t repack(uint64_t dispatch, int new_wt2) { in repack() function
10024 uint64_t repacked = repack(upb_value_getuint64(v), wire_type); in dispatchtarget()

12