Home
last modified time | relevance | path

Searched refs:xo (Results 1 – 25 of 154) sorted by relevance

1234567

/external/llvm/lib/Target/PowerPC/
DPPCInstrFormats.td180 class SCForm<bits<6> opcode, bits<1> xo,
189 let Inst{30} = xo;
349 class DSForm_1<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr,
360 let Inst{30-31} = xo;
364 class DQ_RD6_RS5_DQ12<bits<6> opcode, bits<3> xo, dag OOL, dag IOL,
376 let Inst{29-31} = xo;
380 class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
394 let Inst{21-30} = xo;
398 class XForm_tlb<bits<10> xo, dag OOL, dag IOL, string asmstr,
399 InstrItinClass itin> : XForm_base_r3xo<31, xo, OOL, IOL, asmstr, itin, []> {
[all …]
DPPCInstrAltivec.td268 class VA1a_Int_Ty<bits<6> xo, string opc, Intrinsic IntID, ValueType Ty>
269 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
275 class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
277 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
283 class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType OutTy,
285 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC),
291 class VX1_Int_Ty<bits<11> xo, string opc, Intrinsic IntID, ValueType Ty>
292 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB),
298 class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType OutTy,
300 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB),
[all …]
DPPCInstrVSX.td76 multiclass XX3Form_Rcr<bits<6> opcode, bits<7> xo, string asmbase,
80 def NAME : XX3Form_Rc<opcode, xo, (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$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)))]>,
1834 class X_VT5_XO5_VB5<bits<6> opcode, bits<5> xo2, bits<10> xo, string opc,
1836 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vrrc:$vB),
1840 class X_VT5_XO5_VB5_Ro<bits<6> opcode, bits<5> xo2, bits<10> xo, string opc,
1842 : X_VT5_XO5_VB5<opcode, xo2, xo, opc, pattern>, isDOT;
1846 class X_VT5_XO5_VB5_TyVB<bits<6> opcode, bits<5> xo2, bits<10> xo, string opc,
1848 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vbtype:$vB),
[all …]
DPPCInstrSPE.td15 class EVXForm_1<bits<11> xo, dag OOL, dag IOL, string asmstr,
26 let Inst{21-31} = xo;
29 class EVXForm_2<bits<11> xo, dag OOL, dag IOL, string asmstr,
30 InstrItinClass itin> : EVXForm_1<xo, OOL, IOL, asmstr, itin> {
34 class EVXForm_3<bits<11> xo, dag OOL, dag IOL, string asmstr,
46 let Inst{21-31} = xo;
49 class EVXForm_D<bits<11> xo, dag OOL, dag IOL, string asmstr,
68 let Inst{21-31} = xo;
DPPCInstrInfo.td800 multiclass XForm_6r<bits<6> opcode, bits<10> xo, dag OOL, dag IOL,
804 def NAME : XForm_6<opcode, xo, OOL, IOL,
808 def o : XForm_6<opcode, xo, OOL, IOL,
814 multiclass XForm_6rc<bits<6> opcode, bits<10> xo, dag OOL, dag IOL,
819 def NAME : XForm_6<opcode, xo, OOL, IOL,
823 def o : XForm_6<opcode, xo, OOL, IOL,
829 multiclass XForm_10rc<bits<6> opcode, bits<10> xo, dag OOL, dag IOL,
834 def NAME : XForm_10<opcode, xo, OOL, IOL,
838 def o : XForm_10<opcode, xo, OOL, IOL,
844 multiclass XForm_11r<bits<6> opcode, bits<10> xo, dag OOL, dag IOL,
[all …]
DPPCInstrQPX.td39 class QPXA1_Int<bits<6> opcode, bits<5> xo, string opc, Intrinsic IntID>
40 : AForm_1<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRB, qfrc:$FRC),
44 class QPXA1s_Int<bits<6> opcode, bits<5> xo, string opc, Intrinsic IntID>
45 : AForm_1<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRB, qfrc:$FRC),
49 class QPXA2_Int<bits<6> opcode, bits<5> xo, string opc, Intrinsic IntID>
50 : AForm_2<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRB),
54 class QPXA3_Int<bits<6> opcode, bits<5> xo, string opc, Intrinsic IntID>
55 : AForm_3<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRA, qfrc:$FRC),
59 class QPXA4_Int<bits<6> opcode, bits<5> xo, string opc, Intrinsic IntID>
60 : AForm_4a<opcode, xo, (outs qfrc:$FRT), (ins qfrc:$FRB),
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstrFormats.td200 class DSForm_1<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr,
211 let Inst{30-31} = xo;
214 class DSForm_1a<bits<6> opcode, bits<2> xo, dag OOL, dag IOL, string asmstr,
226 let Inst{30-31} = xo;
230 class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
244 let Inst{21-30} = xo;
251 <bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
263 let Inst{21-30} = xo;
268 class XForm_1<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr,
270 : XForm_base_r3xo<opcode, xo, OOL, IOL, asmstr, itin, pattern>;
[all …]
DPPCInstrAltivec.td169 class VA1a_Int<bits<6> xo, string opc, Intrinsic IntID>
170 : VAForm_1a<xo, (outs VRRC:$vD), (ins VRRC:$vA, VRRC:$vB, VRRC:$vC),
175 class VX1_Int<bits<11> xo, string opc, Intrinsic IntID>
176 : VXForm_1<xo, (outs VRRC:$vD), (ins VRRC:$vA, VRRC:$vB),
181 class VX2_Int<bits<11> xo, string opc, Intrinsic IntID>
182 : VXForm_2<xo, (outs VRRC:$vD), (ins VRRC:$vB),
523 class VCMP<bits<10> xo, string asmstr, ValueType Ty>
524 : VXRForm_1<xo, (outs VRRC:$vD), (ins VRRC:$vA, VRRC:$vB),asmstr,VecFPCompare,
525 [(set VRRC:$vD, (Ty (PPCvcmp VRRC:$vA, VRRC:$vB, xo)))]>;
526 class VCMPo<bits<10> xo, string asmstr, ValueType Ty>
[all …]
/external/compiler-rt/lib/asan/
Dasan_posix.cc68 u32 xo = (inst >> 1) & 0x3FF; in AsanOnDeadlySignal() local
77 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181)))) in AsanOnDeadlySignal()
/external/libyuv/files/util/
Dssim.cc114 int xo, in GetSSIM() argument
121 org += (xo - KERNEL); in GetSSIM()
123 rec += (xo - KERNEL); in GetSSIM()
130 if (((xo - KERNEL + x_) >= 0) && ((xo - KERNEL + x_) < W)) { in GetSSIM()
147 int xo, in GetSSIMFullKernel() argument
155 org += yo * stride + xo; in GetSSIMFullKernel()
156 rec += yo * stride + xo; in GetSSIMFullKernel()
232 org += (yo - KERNEL) * stride + (xo - KERNEL); in GetSSIMFullKernel()
233 rec += (yo - KERNEL) * stride + (xo - KERNEL); in GetSSIMFullKernel()
/external/boringssl/src/crypto/md5/asm/
Dmd5-586.pl29 @xo=(
53 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one
71 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
87 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
119 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0));
134 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2);
159 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
/external/proguard/src/proguard/gui/splash/
DShadowedSprite.java87 int xo = xOffset.getInt(time) - b/2; in paint() local
95 int xt = xo + x; in paint()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1460 for (int xo = 0; xo < width; xo++) in copyTexImage1D() local
1462 if (!de::inBounds(x+xo, 0, src.raw().getHeight())) in copyTexImage1D()
1465 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y), xo, 0); in copyTexImage1D()
1510 for (int xo = 0; xo < width; xo++) in copyTexImage2D() local
1512 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D()
1515 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y+yo), xo, yo); in copyTexImage2D()
1547 for (int xo = 0; xo < width; xo++) in copyTexImage2D() local
1549 … if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth())) in copyTexImage2D()
1552 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y+yo), xo, yo); in copyTexImage2D()
1578 for (int xo = 0; xo < width; xo++) in copyTexSubImage1D() local
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp541 for (int xo = 0; xo < w; xo++) in iterate() local
543 const float xf = (float(xo)+0.5f) / float(w); in iterate()
546 const int dx = x0+xo; in iterate()
/external/ImageMagick/PerlMagick/t/reference/filter/
DMinify.miff15xo�ob[~YI�KA�?6�9*�9)�;-�>0�:.�91�97�>?�>=�87�88�89�:0�;)�A6�KR�OH^`Ap�VezOc�Ei�Jk�Mm�NYQCZSD`YJkc…
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp456 for (int xo = 0; xo < width; xo++) in readPixels() local
457 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
/external/icu/icu4c/source/data/translit/
DHira_Kana.txt171 $xo = [ \
180 お ← $xo {ー};
Des_FONIPA_ja.txt155 xo → ホ ;
Des_FONIPA_am.txt221 xo → ኾ ;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp482 for (int xo = 0; xo < w; xo++) in iterate() local
484 const int dx = x0+xo; in iterate()
/external/webp/src/dsp/
Denc.c737 int xo, int yo, int W, int H) { in SSIMGetClipped_C() argument
742 const int xmin = (xo - VP8_SSIM_KERNEL < 0) ? 0 : xo - VP8_SSIM_KERNEL; in SSIMGetClipped_C()
743 const int xmax = (xo + VP8_SSIM_KERNEL > W - 1) ? W - 1 in SSIMGetClipped_C()
744 : xo + VP8_SSIM_KERNEL; in SSIMGetClipped_C()
750 const uint32_t w = kWeight[VP8_SSIM_KERNEL + x - xo] in SSIMGetClipped_C()
/external/hyphenation-patterns/eu/
Dhyph-eu.pat.txt93 1xo
/external/svox/pico/tests/data/
Dxsampa_pico_man_es-ES.txt41 # TEST x hijo "i.xo
42 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph="&#34;i.xo"/>.</speak>
/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp567 for (int xo = 0; xo < w; xo++) in iterate() local
569 const float xf = (float(xo)+0.5f) / float(w); in iterate()
572 const int dx = x0+xo; in iterate()
Des3fFboTestUtil.cpp908 for (int xo = 0; xo < width; xo++) in readPixels() local
909 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()

1234567