/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 80 def NAME : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB), 82 [(set OutTy:$XT, (Int InTy:$XA, InTy:$XB))]>; 84 def o : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB), 87 (InTy (PPCvcmp_o InTy:$XA, InTy:$XB, xo)))]>, 145 (outs vsfrc:$XT), (ins vsfrc:$XA, vsfrc:$XB), 146 "xsadddp $XT, $XA, $XB", IIC_VecFP, 147 [(set f64:$XT, (fadd f64:$XA, f64:$XB))]>; 149 (outs vsfrc:$XT), (ins vsfrc:$XA, vsfrc:$XB), 150 "xsmuldp $XT, $XA, $XB", IIC_VecFP, 151 [(set f64:$XT, (fmul f64:$XA, f64:$XB))]>; [all …]
|
D | README_P9.txt | 200 (outs vsfrc:$XT), (ins vsfrc:$XB), 201 "xsrsqrtedp $XT, $XB", IIC_VecFP, 202 [(set f64:$XT, (PPCfrsqrte f64:$XB))]>; 300 (outs crrc:$crD), (ins vsfrc:$XA, vsfrc:$XB), 301 "xscmpudp $crD, $XA, $XB", IIC_FPCompare, []>; 314 (set i128:$XT, (int_ppc_vsx_xscmpeqdp f64:$XA, f64:$XB)) 315 (set i128:$XT, (int_ppc_vsx_xscmpgedp f64:$XA, f64:$XB)) 316 (set i128:$XT, (int_ppc_vsx_xscmpgtdp f64:$XA, f64:$XB)) 317 (set i128:$XT, (int_ppc_vsx_xscmpnedp f64:$XA, f64:$XB)) 322 "xvcmpeqdp", "$XT, $XA, $XB", IIC_VecFPCompare, [all …]
|
D | PPCInstrFormats.td | 893 bits<6> XB; 899 let Inst{16-20} = XB{4-0}; 901 let Inst{30} = XB{5}; 909 bits<6> XB; 915 let Inst{16-20} = XB{4-0}; 917 let Inst{30} = XB{5}; 925 bits<6> XB; 933 let Inst{16-20} = XB{4-0}; 935 let Inst{30} = XB{5}; 943 bits<6> XB; [all …]
|
/external/eigen/test/ |
D | product_trsolve.cpp | 12 #define VERIFY_TRSM(TRI,XB) { \ argument 13 (XB).setRandom(); ref = (XB); \ 14 (TRI).solveInPlace(XB); \ 15 VERIFY_IS_APPROX((TRI).toDenseMatrix() * (XB), ref); \ 16 (XB).setRandom(); ref = (XB); \ 17 (XB) = (TRI).solve(XB); \ 18 VERIFY_IS_APPROX((TRI).toDenseMatrix() * (XB), ref); \ 21 #define VERIFY_TRSM_ONTHERIGHT(TRI,XB) { \ argument 22 (XB).setRandom(); ref = (XB); \ 23 (TRI).transpose().template solveInPlace<OnTheRight>(XB.transpose()); \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 87 def NAME : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB), 89 [(set OutTy:$XT, (Int InTy:$XA, InTy:$XB))]>; 91 def o : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB), 94 (InTy (PPCvcmp_o InTy:$XA, InTy:$XB, xo)))]>, 112 let XB = XA; 189 (outs vsfrc:$XT), (ins vsfrc:$XA, vsfrc:$XB), 190 "xsadddp $XT, $XA, $XB", IIC_VecFP, 191 [(set f64:$XT, (fadd f64:$XA, f64:$XB))]>; 193 (outs vsfrc:$XT), (ins vsfrc:$XA, vsfrc:$XB), 194 "xsmuldp $XT, $XA, $XB", IIC_VecFP, [all …]
|
D | README_P9.txt | 200 (outs vsfrc:$XT), (ins vsfrc:$XB), 201 "xsrsqrtedp $XT, $XB", IIC_VecFP, 202 [(set f64:$XT, (PPCfrsqrte f64:$XB))]>; 300 (outs crrc:$crD), (ins vsfrc:$XA, vsfrc:$XB), 301 "xscmpudp $crD, $XA, $XB", IIC_FPCompare, []>; 314 (set i128:$XT, (int_ppc_vsx_xscmpeqdp f64:$XA, f64:$XB)) 315 (set i128:$XT, (int_ppc_vsx_xscmpgedp f64:$XA, f64:$XB)) 316 (set i128:$XT, (int_ppc_vsx_xscmpgtdp f64:$XA, f64:$XB)) 317 (set i128:$XT, (int_ppc_vsx_xscmpnedp f64:$XA, f64:$XB)) 322 "xvcmpeqdp", "$XT, $XA, $XB", IIC_VecFPCompare, [all …]
|
D | PPCInstrFormats.td | 1068 bits<6> XB; 1074 let Inst{16-20} = XB{4-0}; 1076 let Inst{30} = XB{5}; 1084 bits<6> XB; 1090 let Inst{16-20} = XB{4-0}; 1092 let Inst{30} = XB{5}; 1100 bits<6> XB; 1108 let Inst{16-20} = XB{4-0}; 1110 let Inst{30} = XB{5}; 1118 bits<6> XB; [all …]
|
/external/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 5 module XB { 12 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive. 18 // Intentionally doesn't use XB to show that -fdecl-use isn't transitive. 24 use XB 30 use XB
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | ConstantExprLowering.ll | 5 @XB = external global i32 ; <i32*> [#uses=1] 18 …* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %less ], [ sub (i32 ptrtoint (i32* @XA to i32), i3…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | ConstantExprLowering.ll | 5 @XB = external global i32 ; <i32*> [#uses=1] 18 …* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %less ], [ sub (i32 ptrtoint (i32* @XA to i32), i3…
|
/external/llvm/test/CodeGen/Generic/ |
D | ConstantExprLowering.ll | 5 @XB = external global i32 ; <i32*> [#uses=1] 18 …* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %less ], [ sub (i32 ptrtoint (i32* @XA to i32), i3…
|
/external/clang/test/Layout/ |
D | ms-x86-vtordisp.cpp | 180 struct XB : XA { struct 181 XB() { printf("XB"); } in XB() function 185 struct XC : virtual XB { argument
|
/external/clang/test/CodeGenCXX/ |
D | dynamic-cast-hint.cpp | 19 class XB : public A { }; class 21 class X : public XA, public XB, public XC { };
|
D | conversion-function.cpp | 83 class XB { class 89 class Yb : public XB {
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 88 class XB { class 93 class Yb : public XB {
|
/external/curl/tests/certs/ |
D | Server-localhost0h-sv.key | 14 TmzIMTgxk/lwmRxOaEKklRDhdgwsQVPEYjN/aknCjomsfPcYjsYVIIzOAJxL/1XB
|
D | Server-localhost0h-sv.pem | 40 TmzIMTgxk/lwmRxOaEKklRDhdgwsQVPEYjN/aknCjomsfPcYjsYVIIzOAJxL/1XB
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixFunction.h | 308 Scalar XB; in matrix_function_solve_triangular_sylvester() local 310 XB = 0; in matrix_function_solve_triangular_sylvester() 313 XB = XBmatrix(0,0); in matrix_function_solve_triangular_sylvester() 316 X(i,j) = (C(i,j) - AX - XB) / (A(i,i) + B(j,j)); in matrix_function_solve_triangular_sylvester()
|
/external/icu/icu4c/source/data/region/ |
D | en_XA.txt | 291 XB{"[XB]"}
|
D | ar_XB.txt | 291 XB{"[XB]"}
|
D | en.txt | 291 XB{"Pseudo-Bidi"}
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.44.2.txt | 35 XB-Important: yes (Addresses Debian Bug #474540)
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | patch_notes_verbs_with_0_copies.md | 54 …| 512 | 8B | 8B | 8B | 4B | 1B | XB | XB | 8B…
|
D | README.md | 142 … | 8B | 4B | 1B | XB | XB | 8B | Size - 4B, pr…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Quantize.miff | 78 …�\l��X1�J%%%<%65F�%JJJJJJPAE��������������������b_�XB 1 1113�<…
|