Home
last modified time | relevance | path

Searched refs:Qd (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm/lib/Target/Hexagon/
DHexagonInstrAlias.td512 // maps "$Qd = vcmp.eq($Vu.uh, $Vv.uh)" -> "$Qd = vcmp.eq($Vu.h, $Vv.h)"
513 def : InstAlias<"$Qd = vcmp.eq($Vu.uh, $Vv.uh)",
514 (V6_veqh VecPredRegs:$Qd, VectorRegs:$Vu, VectorRegs:$Vv)>,
517 // maps "$Qd &= vcmp.eq($Vu.uh, $Vv.uh)" -> "$Qd &= vcmp.eq($Vu.h, $Vv.h)"
518 def : InstAlias<"$Qd &= vcmp.eq($Vu.uh, $Vv.uh)",
519 (V6_veqh_and VecPredRegs:$Qd, VectorRegs:$Vu, VectorRegs:$Vv)>,
522 // maps "$Qd |= vcmp.eq($Vu.uh, $Vv.uh)" -> "$Qd |= vcmp.eq($Vu.h, $Vv.h)"
523 def : InstAlias<"$Qd |= vcmp.eq($Vu.uh, $Vv.uh)",
524 (V6_veqh_or VecPredRegs:$Qd, VectorRegs:$Vu, VectorRegs:$Vv)>,
527 // maps "$Qd ^= vcmp.eq($Vu.uh, $Vv.uh)" -> "$Qd ^= vcmp.eq($Vu.h, $Vv.h)"
[all …]
/external/python/cpython2/Mac/Demo/quicktime/
DVerySimplePlayer.py8 from Carbon import Qd
35 Qd.SetPort(theWindow)
80 Qd.SetPort(whichWindow)
82 Qd.EraseRect(whichWindow.GetWindowPort().GetPortBounds())
DMovieInWindow.py8 from Carbon import Qd
36 Qd.SetPort(theWindow)
/external/python/cpython2/Mac/Demo/PICTbrowse/
DoldPICTbrowse.py6 from Carbon import Qd
68 picture = Qd.GetPicture(self.resid)
115 Qd.SetPort(self.wid)
116 where = Qd.GlobalToLocal(where)
142 Qd.SetPort(self.wid)
143 Qd.FrameRect(rect)
DPICTbrowse2.py6 from Carbon import Qd
73 self.picture = Qd.GetPicture(self.resid)
90 Qd.DrawPicture(self.picture, currect)
DPICTbrowse.py6 from Carbon import Qd
69 picture = Qd.GetPicture(self.resid)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td1052 : MVE_p<(outs MQPR:$Qd), (ins MQPR:$Qn, MQPR:$Qm), itin, iname, suffix,
1053 "$Qd, $Qn, $Qm", vpred_r, cstr, pattern> {
1054 bits<4> Qd;
1058 let Inst{22} = Qd{3};
1061 let Inst{15-13} = Qd{2-0};
1189 bits<4> Qd;
1192 let Inst{22} = Qd{3};
1193 let Inst{15-13} = Qd{2-0};
1198 def MVE_VBIC : MVE_bit_arith<(outs MQPR:$Qd), (ins MQPR:$Qn, MQPR:$Qm),
1199 "vbic", "", "$Qd, $Qn, $Qm", ""> {
[all …]
/external/python/cpython2/Lib/plat-mac/
DPixMapWrapper.py12 from Carbon import Qd
83 self.__dict__['_pm'] = Qd.RawBitMap(self._header)
146 self.__dict__['_pm'] = Qd.RawBitMap(self._header)
157 if not port: port = Qd.GetPort()
158 Qd.CopyBits(self.PixMap(), port.GetPortBitMapForCopyBits(), src, tuple(dest),
Dvideoreader.py16 from Carbon import Qd
107 Qd.EraseRect(movie_rect)
DMiniAEFrame.py21 from Carbon import Qd
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrMVE.td1410 : MVE_p<(outs MQPR:$Qd), (ins MQPR:$Qn, MQPR:$Qm), itin, iname, suffix,
1411 "$Qd, $Qn, $Qm", vpred_r, cstr, pattern> {
1412 bits<4> Qd;
1416 let Inst{22} = Qd{3};
1419 let Inst{15-13} = Qd{2-0};
1509 bits<4> Qd;
1512 let Inst{22} = Qd{3};
1513 let Inst{15-13} = Qd{2-0};
1518 def MVE_VBIC : MVE_bit_arith<(outs MQPR:$Qd), (ins MQPR:$Qn, MQPR:$Qm),
1519 "vbic", "", "$Qd, $Qn, $Qm", ""> {
[all …]
DARMInstrCDE.td278 iname#"${vp}\t$coproc, $Qd, $imm", params.Cstr, params.Vpred> {
280 bits<3> Qd;
287 let Inst{15-13} = Qd{2-0};
333 iname#"${vp}\t$coproc, $Qd, $Qm, $imm", params.Cstr,
336 bits<3> Qd;
344 let Inst{15-13} = Qd{2-0};
400 iname#"${vp}\t$coproc, $Qd, $Qn, $Qm, $imm", params.Cstr,
403 bits<3> Qd;
413 let Inst{15-13} = Qd{2-0};
481 let Rd = (outs regclass:$Qd);
[all …]
/external/llvm-project/llvm/test/CodeGen/Thumb2/
Dmve-scatter-ind32-scaled.ll4 ; VLDRH.u32 Qd, [base, offs, #uxtw #1]
19 ; VSTRW.32 Qd, [base, offs, uxtw #2]
33 ; VSTRW.32 Qd, [base, offs, uxtw #2]
48 ; VSTRW.32 Qd, [base, offs.zext, uxtw #2]
63 ; VSTRW.32 Qd, [base, offs.sext, uxtw #2]
78 ; VSTRW.32 Qd, [base, offs.zext, uxtw #2]
94 ; VSTRW.32 Qd, [base, offs.sext, uxtw #2]
110 ; VLDRH.u32 Qd, [base, offs.sext, uxtw #1]
126 ; VSTRH.32 Qd, [base, offs.sext, uxtw #1]
142 ; VSTRW.32 Qd, [base, offs.zext, uxtw #2]
[all …]
Dmve-scatter-ind32-unscaled.ll4 ; VLDRB.u32 Qd, [base, offs]
19 ; VLDRH.u32 Qd, [base, offs]
35 ; VSTRW.32 Qd, [base, offs]
50 ; VSTRW.32 Qd, [base, offs]
65 ; VSTRW.32 Qd, [base, offs.zext]
81 ; VSTRW.32 Qd, [base, offs.sext]
97 ; VSTRW.32 Qd, [base, offs.zext]
113 ; VSTRW.32 Qd, [base, offs.sext]
129 ; VLDRH.u32 Qd, [base, offs.sext]
146 ; VLDRH.u32 Qd, [base, offs.zext]
[all …]
Dmve-scatter-ind16-scaled.ll4 ; VLDRH.16 Qd, [base, offs, uxtw #1]
19 ; VLDRH.16 Qd, [base, offs, uxtw #1]
35 ; VLDRH.16 Qd, [base, offs, uxtw #1]
133 ; VLDRH.16 Qd, [base, zext(offs), uxtw #1]
148 ; VLDRH.16 Qd, [base, zext(offs), uxtw #1]
Dmve-scatter-ind16-unscaled.ll4 ; VLDRB.u16 Qd, [base, offs]
20 ; VLDRB.u16 Qd, [base, offs]
36 ; VLDRH.16 Qd, [base, offs]
52 ; VLDRH.s16 Qd, [base, offs]
226 ; VLDRH.16 Qd, [base, zext(offs)]
242 ; VLDRH.16 Qd, [base, zext(offs)]
/external/python/cpython2/Mac/Demo/textedit/
Dped.py11 from Carbon import Qd
32 Qd.SetPort(w)
33 Qd.TextFont(4)
34 Qd.TextSize(9)
90 Qd.EraseRect(wid.GetWindowPort().GetPortBounds())
352 Qd.SetCursor(Qd.GetQDGlobalsArrow())
/external/python/cpython2/Mac/Demo/imgbrowse/
Dmac_image.py3 from Carbon import Qd
27 return Qd.RawBitMap(rv)
Dimgbrowse.py6 from Carbon import Qd
90 Qd.CopyBits(self.pixmap, self.wid.GetWindowPort().GetPortBitMapForCopyBits(), self.pictrect,
/external/eigen/bench/
Dquat_slerp.cpp149 typedef Quaternion<RefScalar> Qd; in main() typedef
177 Qd ar(a.cast<RefScalar>()); in main()
178 Qd br(b.cast<RefScalar>()); in main()
179 Qd cr; in main()
/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py10 from Carbon import Qd
363 Qd.SetCursor(Qd.GetQDGlobalsArrow())
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1226 const IValueT Qd = encodeQRegister(OpQd, "Qd", OpcodeName); in emitSIMDqqqBase() local
1230 emitSIMDBase(Opcode, mapQRegToDReg(Qd), mapQRegToDReg(Qn), mapQRegToDReg(Qm), in emitSIMDqqqBase()
1247 const IValueT Qd = encodeQRegister(OpQd, "Qd", OpcodeName); in emitSIMDShiftqqc() local
1253 emitSIMDBase(Opcode | (Imm6 << ElmtShift), mapQRegToDReg(Qd), in emitSIMDShiftqqc()
1264 const IValueT Qd = encodeQRegister(OpQd, "Qd", OpcodeName); in emitSIMDCvtqq() local
1267 emitSIMDBase(SIMDOpcode, mapQRegToDReg(Qd), mapQRegToDReg(Qn), in emitSIMDCvtqq()
2984 const IValueT Qd = encodeQRegister(OpQd, "Qd", Vld1qr); in vld1qr() local
2985 const IValueT Dd = mapQRegToDReg(Qd); in vld1qr()
3014 const IValueT Qd = encodeQRegister(OpQd, "Qd", Vld1qr); in vld1() local
3015 const IValueT Dd = mapQRegToDReg(Qd); in vld1()
[all …]
/external/ImageMagick/PerlMagick/t/reference/filter/
DSigmoidalContrast.miff15 …&d3*kD:00+),$+/%-.#+/!'1#(1"&0"'0$09*3;*()<F2l�f?f5Dg4De3Qs>]�G;O3d`Od`Qd`Qd`Qd`Qe`Og_Tk`QdbJkid�…
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenGlobalISel.inc2679 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
3300 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
3497 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
4101 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
4308 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
4377 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
4593 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
4659 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
4704 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
5490 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/0, /*OpIdx*/0, // Qd
[all …]
/external/curl/docs/
DPARALLEL-TRANSFERS.md35 DL% UL% Dled Uled Xfers Live Qd Total Current Left Speed

1234