/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrFormats.td | 180 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; 365 class XForm_base_r3xo<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr, 379 let Inst{21-30} = xo; 383 class XForm_tlb<bits<10> xo, dag OOL, dag IOL, string asmstr, 384 InstrItinClass itin> : XForm_base_r3xo<31, xo, OOL, IOL, asmstr, itin, []> { 388 class XForm_attn<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, string asmstr, 391 let Inst{21-30} = xo; [all …]
|
D | PPCInstrAltivec.td | 268 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 …]
|
D | PPCInstrInfo.td | 753 multiclass XForm_6r<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, 757 def NAME : XForm_6<opcode, xo, OOL, IOL, 761 def o : XForm_6<opcode, xo, OOL, IOL, 767 multiclass XForm_6rc<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, 772 def NAME : XForm_6<opcode, xo, OOL, IOL, 776 def o : XForm_6<opcode, xo, OOL, IOL, 782 multiclass XForm_10rc<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, 787 def NAME : XForm_10<opcode, xo, OOL, IOL, 791 def o : XForm_10<opcode, xo, OOL, IOL, 797 multiclass XForm_11r<bits<6> opcode, bits<10> xo, dag OOL, dag IOL, [all …]
|
D | PPCInstrSPE.td | 15 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;
|
D | PPCInstrQPX.td | 39 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/compiler-rt/lib/asan/ |
D | asan_posix.cc | 59 u32 xo = (inst >> 1) & 0x3FF; in AsanOnDeadlySignal() local 68 (opcd == 31 && (xo == 247 || xo == 439 || xo == 183 || xo == 181)))) in AsanOnDeadlySignal()
|
/external/libyuv/files/util/ |
D | ssim.cc | 102 int xo, int yo, int W, int H, int stride) { in GetSSIM() argument 105 org += (xo - KERNEL); in GetSSIM() 107 rec += (xo - KERNEL); in GetSSIM() 113 if (((xo - KERNEL + x_) >= 0) && ((xo - KERNEL + x_) < W)) { in GetSSIM() 129 int xo, int yo, int stride, in GetSSIMFullKernel() argument 135 org += yo * stride + xo; in GetSSIMFullKernel() 136 rec += yo * stride + xo; in GetSSIMFullKernel() 212 org += (yo - KERNEL) * stride + (xo - KERNEL); in GetSSIMFullKernel() 213 rec += (yo - KERNEL) * stride + (xo - KERNEL); in GetSSIMFullKernel()
|
/external/icu/icu4c/source/data/translit/ |
D | Hiragana_Katakana.txt | 124 $xo = [ \ 133 お ← $xo {ー};
|
D | es_FONIPA_ja.txt | 143 xo → ホ ;
|
D | es_FONIPA_am.txt | 159 xo → ኾ ;
|
D | sk_FONIPA_ja.txt | 173 xo → ホ ;
|
D | pl_FONIPA_ja.txt | 197 xo → ホ ;
|
/external/boringssl/src/crypto/md5/asm/ |
D | md5-586.pl | 26 @xo=( 48 &mov($tmp2,&DWP($xo[$ki]*4,$K,"",0)) if $pos < 0; # very first one 66 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 82 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 114 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)); 129 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if ($pos != 2); 154 &mov($tmp2,&DWP($xo[$ki+1]*4,$K,"",0)) if $pos != 2; # load X/k value
|
/external/webp/src/enc/ |
D | filter.c | 124 int xo, int yo, int W, int H, in VP8SSIMAccumulate() argument 128 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL; in VP8SSIMAccumulate() 129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL; in VP8SSIMAccumulate()
|
/external/proguard/src/proguard/gui/splash/ |
D | ShadowedSprite.java | 87 int xo = xOffset.getInt(time) - b/2; in paint() local 95 int xt = xo + x; in paint()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 1460 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/v8/test/mjsunit/ |
D | array-sort.js | 102 for (var xo = -1; xo <= 1; xo++) { 103 addSigned(xb * xf + xo);
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 541 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/ |
D | Minify.miff | 15 …xo�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/ |
D | es31fFboTestUtil.cpp | 456 for (int xo = 0; xo < width; xo++) in readPixels() local 457 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
|
/external/hyphenation-patterns/eu/ |
D | hyph-eu.pat.txt | 93 1xo
|
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_es-ES.txt | 41 # TEST x hijo "i.xo 42 <speak xml:lang="es-ES"> Puedo probar <phoneme alphabet="xsampa" ph=""i.xo"/>.</speak>
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 567 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()
|
D | es3fFboTestUtil.cpp | 908 for (int xo = 0; xo < width; xo++) in readPixels() local 909 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
|
/external/hyphenation-patterns/pt/ |
D | hyph-pt.pat.txt | 259 1xo
|