Home
last modified time | relevance | path

Searched refs:XB (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td80 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 …]
DREADME_P9.txt200 (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 …]
DPPCInstrFormats.td893 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/
Dproduct_trsolve.cpp12 #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/
DPPCInstrVSX.td87 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 …]
DREADME_P9.txt200 (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 …]
DPPCInstrFormats.td1068 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/
Dmodule.map5 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/llvm/test/CodeGen/Generic/
DConstantExprLowering.ll5 @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-7.0/llvm/test/CodeGen/Generic/
DConstantExprLowering.ll5 @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/
Dms-x86-vtordisp.cpp180 struct XB : XA { struct
181 XB() { printf("XB"); } in XB() argument
185 struct XC : virtual XB { argument
/external/clang/test/CodeGenCXX/
Ddynamic-cast-hint.cpp19 class XB : public A { }; class
21 class X : public XA, public XB, public XC { };
Dconversion-function.cpp83 class XB { class
89 class Yb : public XB {
/external/clang/test/SemaCXX/
Dconversion-function.cpp88 class XB { class
93 class Yb : public XB {
/external/curl/tests/certs/
DServer-localhost0h-sv.key14 TmzIMTgxk/lwmRxOaEKklRDhdgwsQVPEYjN/aknCjomsfPcYjsYVIIzOAJxL/1XB
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunction.h308 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/
Dsw_KE.txt71 XB{"Pseudo-Bidi"}
Dar_XB.txt291 XB{"[XB]"}
Den_XA.txt291 XB{"[XB]"}
Dpt_PT.txt73 XB{"pseudobidirecional"}
Dpa.txt291 XB{"ਲਿਖਤ ਦੀ ਗਲਤ ਦਿਸ਼ਾ"}
Das.txt291 XB{"ছুডু-বিডি"}
Dky.txt291 XB{"Жасалма - эки тараптуу"}
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/
DPPCGenDAGISel.inc16098 // Src: (fp_to_sint:{ *:[v2i64] } v2f64:{ *:[v2f64] }:$XB) - Complexity = 403
16099 // Dst: (XVCVDPSXDS:{ *:[v2i64] } v2f64:{ *:[v2f64] }:$XB)
16107 // Src: (fp_to_sint:{ *:[v4i32] } v4f32:{ *:[v4f32] }:$XB) - Complexity = 403
16108 // Dst: (XVCVSPSXWS:{ *:[v4i32] } v4f32:{ *:[v4f32] }:$XB)
16162 // Src: (fp_to_uint:{ *:[v2i64] } v2f64:{ *:[v2f64] }:$XB) - Complexity = 403
16163 // Dst: (XVCVDPUXDS:{ *:[v2i64] } v2f64:{ *:[v2f64] }:$XB)
16171 // Src: (fp_to_uint:{ *:[v4i32] } v4f32:{ *:[v4f32] }:$XB) - Complexity = 403
16172 // Dst: (XVCVSPUXWS:{ *:[v4i32] } v4f32:{ *:[v4f32] }:$XB)
17371 /* 45210*/ OPC_RecordChild1, // #1 = $XB
17385 …:[v4i32] } (or:{ *:[v4i32] } v4i32:{ *:[v4i32] }:$XA, v4i32:{ *:[v4i32] }:$XB), (bitconvert:{ *:[v…
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.44.2.txt35 XB-Important: yes (Addresses Debian Bug #474540)

1234567891011