/external/mesa3d/src/broadcom/qpu/tests/ |
D | qpu_disasm.c | 168 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/ |
D | pr27501.ll | 5 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/ |
D | pr27501.ll | 5 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/ |
D | build_llvm_package.bat | 96 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/ |
D | sdag-split-arg.ll | 18 %.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/ |
D | resign_kernel_partition.sh | 38 vbutil_kernel --repack "${DST_VBLOCK}" \
|
D | resign_image.sh | 46 vbutil_kernel --repack "${updated_kimage}" \
|
D | make_dev_ssd.sh | 211 --repack "$new_blob" \
|
D | sign_official_build.sh | 632 vbutil_kernel --repack ${updated_kimagea} \
|
/external/vboot_reference/tests/futility/ |
D | test_sign_kernel.sh | 71 --repack ${TMP}.blob3.${arch} \ 168 --repack ${TMP}.blob3.${arch}.vb1 \ 233 --repack ${TMP}.part6.${arch} \
|
/external/vboot_reference/tests/ |
D | run_vbutil_kernel_arg_tests.sh | 143 --repack "${SSD_KERN}" \
|
/external/mesa3d/.gitlab-ci/ |
D | lava-tracie.yml.jinja2 | 46 For fastboot, LAVA doesn't know how to unpack the rootfs/apply overlay/repack,
|
D | lava-deqp.yml.jinja2 | 46 For fastboot, LAVA doesn't know how to unpack the rootfs/apply overlay/repack,
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | vector-alloca-bitcast.ll | 403 ; 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
|
D | kernel-args.ll | 588 ; FIXME: Pack/repack on VI
|
D | cvt_f32_ubyte.ll | 635 ; Instructions still emitted to repack bytes for add use.
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | idctllm_sse2.asm | 148 ; 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/ |
D | compile_decoder.c | 458 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/ |
D | cvt_f32_ubyte.ll | 83 ; Instructions still emitted to repack bytes for add use.
|
/external/llvm-project/llvm/docs/Proposals/ |
D | GitHubMove.rst | 1071 git -C my-monorepo repack -A -d -f --depth=250 --window=250
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | cvt_f32_ubyte.ll | 650 ; Instructions still emitted to repack bytes for add use.
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6253 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/ |
D | ClangCommandLineReference.rst | 3660 .. option:: -frepack-arrays, -fno-repack-arrays
|
/external/clang/include/clang/Driver/ |
D | Options.td | 2255 defm repack_arrays : BooleanFFlag<"repack-arrays">, Group<gfortran_Group>;
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10004 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()
|