/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | foldmemop-vec-fusedfp.mir | 40 - { reg: '$f2d', virtual-reg: '%1' } 47 liveins: $f0d, $f2d, $r2d 50 %1:fp64bit = COPY $f2d 52 %4:fp64bit = COPY $f2d 53 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 75 - { reg: '$f2d', virtual-reg: '%1' } 82 liveins: $f0d, $f2d, $r2d 85 %1:fp64bit = COPY $f2d 87 %4:fp64bit = COPY $f2d 88 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… [all …]
|
D | shorten-fused-fp-ops.mir | 30 - { reg: '$f2d' } 40 liveins: $f0d, $f2d, $f4d, $f16d 42 renamable $f0d = nofpexcept WFMADB renamable $f4d, renamable $f2d, renamable $f0d, implicit $fpc 44 renamable $f0d = nofpexcept WFMADB renamable $f4d, renamable $f0d, renamable $f2d, implicit $fpc 50 renamable $f0d = nofpexcept WFMSDB renamable $f4d, renamable $f2d, renamable $f0d, implicit $fpc 52 renamable $f0d = nofpexcept WFMSDB renamable $f4d, renamable $f0d, renamable $f2d, implicit $fpc
|
D | foldmemop-vec-binops.mir | 49 - { reg: '$f2d', virtual-reg: '%1' } 56 liveins: $f0d, $f2d, $r2d 59 %1:fp64bit = COPY $f2d 61 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 82 - { reg: '$f2d', virtual-reg: '%1' } 89 liveins: $f0d, $f2d, $r2d 92 %1:fp64bit = COPY $f2d 94 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 115 - { reg: '$f2d', virtual-reg: '%1' } 122 liveins: $f0d, $f2d, $r2d [all …]
|
D | foldmemop-vec-cmp.mir | 37 - { reg: '$f2d', virtual-reg: '%1' } 44 liveins: $f0d, $f2d, $r2d 47 %1:fp64bit = COPY $f2d 49 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 73 - { reg: '$f2d', virtual-reg: '%1' } 80 liveins: $f0d, $f2d, $r2d 83 %1:fp64bit = COPY $f2d 85 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 111 - { reg: '$f2d', virtual-reg: '%1' } 118 liveins: $f0d, $f2d, $r2d [all …]
|
D | foldmemop-vec-cc.mir | 26 - { reg: '$f2d', virtual-reg: '%1' } 33 liveins: $f0d, $f2d, $r2d 36 %1:fp64bit = COPY $f2d 39 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d…
|
D | foldmemop-vec-unary.mir | 37 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 66 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 68 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 97 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 123 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 152 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 154 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 180 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 209 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d… 211 …implicit-def dead early-clobber $f1d, 12, implicit-def dead early-clobber $f2d, 12, implicit-def d…
|
D | pr32505.ll | 14 ; CHECK-NEXT: # kill: def $f2s killed $f2s killed $f2d
|
D | RAbasic-invalid-LR-update.mir | 158 …CallBRASL &fmod, killed $f0d, undef $f2d, csr_systemz, implicit-def dead $r14d, implicit-def dead …
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-function.cpp | 82 function<int(int, int)> f2d(f2b); in test_function() local 84 f2c = f2d; in test_function() 85 f2d = &add_ints; in test_function()
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | example-function.cpp | 82 function<int(int, int)> f2d(f2b); in test_function() local 84 f2c = f2d; in test_function() 85 f2d = &add_ints; in test_function()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p7-1y.cpp | 75 decltype(auto) f2d(int n) { return n; } in f2d() function 77 using Int = decltype(f2d(0));
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p7-1y.cpp | 75 decltype(auto) f2d(int n) { return n; } in f2d() function 77 using Int = decltype(f2d(0));
|
/external/compiler-rt/lib/builtins/ |
D | extendsfdf2.c | 15 ARM_EABI_FNALIAS(f2d, extendsfdf2) in ARM_EABI_FNALIAS() argument
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm-float-helpers.c | 179 double f2d(float a) { return (double)a; } in f2d() function
|
/external/rust/crates/ryu/src/ |
D | f2s.rs | 38 pub fn f2d(ieee_mantissa: u32, ieee_exponent: u32) -> FloatingDecimal32 { in f2d() function
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-redundant-void-arg.cpp | 155 void (*f2d)(void) = NULL; variable
|
/external/rust/crates/ryu/src/pretty/ |
D | mod.rs | 177 let v = f2d(ieee_mantissa, ieee_exponent); in format32()
|
/external/llvm-project/llvm/test/CodeGen/MSP430/ |
D | libcalls.ll | 23 define double @f2d() #0 { 25 ; CHECK: f2d:
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.h | 194 ir_expression *f2d(operand a);
|
D | ir_builder.cpp | 570 f2d(operand a) in f2d() function
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | float-helpers.s | 949 define double @f2d(float %a) #0 { 950 ; CHECK-SOFT-LABEL: f2d: 957 ; CHECK-SOFTFP-LABEL: f2d: 963 ; CHECK-HARDFP-DP-LABEL: f2d: 967 ; CHECK-HARDFP-SPONLY-LABEL: f2d:
|
/external/tcpdump/tests/ |
D | print-x.out | 70 0x01f0: 6f2d 3838 3539 2d31 223e 0a20 2020 3c4d
|
D | print-xx.out | 75 0x01f0: 6d6c 3b20 6368 6172 7365 743d 6973 6f2d
|
/external/hyphenation-patterns/tk/ |
D | hyph-tk.pat.txt | 1330 .f2d
|
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/ |
D | cast.ll | 366 define double @f2d(float %x) { 367 ; CHECK-LABEL: f2d:
|