Home
last modified time | relevance | path

Searched refs:vvvv (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/diagnostics/ia32/
Ddisasm-ia32.cc694 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local
703 NameOfXMMRegister(vvvv)); in AVXInstruction()
709 AppendToBuffer(",%s", NameOfCPURegister(vvvv)); in AVXInstruction()
715 NameOfXMMRegister(vvvv)); \ in AVXInstruction()
747 NameOfXMMRegister(vvvv)); \ in AVXInstruction()
774 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local
791 NameOfXMMRegister(vvvv)); in AVXInstruction()
798 NameOfXMMRegister(vvvv)); in AVXInstruction()
805 NameOfXMMRegister(vvvv)); in AVXInstruction()
812 NameOfXMMRegister(vvvv)); in AVXInstruction()
[all …]
/third_party/node/deps/v8/src/diagnostics/x64/
Ddisasm-x64.cc890 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local
901 AppendToBuffer(",%s", NameOfCPURegister(vvvv)); in AVXInstruction()
907 NameOfAVXRegister(vvvv)); \ in AVXInstruction()
940 NameOfAVXRegister(vvvv)); \ in AVXInstruction()
967 int mod, regop, rm, vvvv = vex_vreg(); in AVXInstruction() local
982 NameOfAVXRegister(vvvv)); in AVXInstruction()
988 NameOfAVXRegister(vvvv)); in AVXInstruction()
994 NameOfAVXRegister(vvvv)); in AVXInstruction()
1000 NameOfAVXRegister(vvvv)); in AVXInstruction()
1026 NameOfAVXRegister(vvvv)); in AVXInstruction()
[all …]
/third_party/icu/icu4c/source/data/locales/
Dcs.txt622 H{"H:mm–H:mm, vvvv"}
623 m{"H:mm–H:mm, vvvv"}
629 H{"H–H, vvvv"}
672 a{"h:mm a – h:mm a, vvvv"}
673 h{"h:mm–h:mm a, vvvv"}
674 m{"h:mm–h:mm a, vvvv"}
681 a{"h a – h a, vvvv"}
682 h{"h–h a, vvvv"}
1531 H{"H:mm–H:mm, vvvv"}
1532 m{"H:mm–H:mm, vvvv"}
[all …]
Des_AR.txt29 Hmsvvvv{"HH:mm:ss (vvvv)"}
Des_US.txt131 Hmsvvvv{"HH:mm:ss (vvvv)"}
Dca.txt661 Hmsvvvv{"H:mm:ss (vvvv)"}
663 Hmvvvv{"H:mm (vvvv)"}
681 hmsvvvv{"h:mm:ss a (vvvv)"}
683 hmvvvv{"h:mm a (vvvv)"}
Des_MX.txt191 Hmsvvvv{"HH:mm:ss (vvvv)"}
Des_419.txt336 Hmsvvvv{"HH:mm:ss vvvv"}
Des.txt793 Hmsvvvv{"H:mm:ss (vvvv)"}
814 hmsvvvv{"h:mm:ss a (vvvv)"}
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp95 Float4 vvvv = v; in sampleTexture() local
109 computeLod(texture, lod, anisotropy, uDelta, vDelta, uuuu, vvvv, bias.x, dsx, dsy, function); in sampleTexture()
114 cubeFace(face, uuuu, vvvv, u, v, w, M); in sampleTexture()
120 computeLod3D(texture, lod, uuuu, vvvv, wwww, bias.x, dsx, dsy, function); in sampleTexture()
125 …c = sampleFilter(texture, uuuu, vvvv, wwww, offset, lod, anisotropy, uDelta, vDelta, face, functio… in sampleTexture()
129 …Vector4f cf = sampleFloatFilter(texture, uuuu, vvvv, wwww, qqqq, offset, lod, anisotropy, uDelta, … in sampleTexture()
304 Float4 vvvv = v; in sampleTexture() local
318 computeLod(texture, lod, anisotropy, uDelta, vDelta, uuuu, vvvv, bias.x, dsx, dsy, function); in sampleTexture()
323 cubeFace(face, uuuu, vvvv, u, v, w, M); in sampleTexture()
329 computeLod3D(texture, lod, uuuu, vvvv, wwww, bias.x, dsx, dsy, function); in sampleTexture()
[all …]
DSamplerCore.hpp80 …void computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, Vector4f &offset, const …
81 …void computeIndices(UInt index[4], Int4& uuuu, Int4& vvvv, Int4& wwww, const Pointer<Byte> &mipmap…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp841 insn->vvvv = in fixupReg()
842 (Reg)fixupRegValue(insn, (OperandType)op->type, insn->vvvv, &valid); in fixupReg()
1440 int vvvv; in readVVVV() local
1442 vvvv = (v2FromEVEX4of4(insn->vectorExtensionPrefix[3]) << 4 | in readVVVV()
1445 vvvv = vvvvFromVEX3of3(insn->vectorExtensionPrefix[2]); in readVVVV()
1447 vvvv = vvvvFromVEX2of2(insn->vectorExtensionPrefix[1]); in readVVVV()
1449 vvvv = vvvvFromXOP3of3(insn->vectorExtensionPrefix[2]); in readVVVV()
1454 vvvv &= 0xf; // Can only clear bit 4. Bit 3 must be cleared later. in readVVVV()
1456 insn->vvvv = static_cast<Reg>(vvvv); in readVVVV()
1485 needVVVV = hasVVVV && (insn->vvvv != 0); in readOperands()
[all …]
DX86DisassemblerDecoder.h585 Reg vvvv; member
/third_party/openssl/doc/man1/
Dopenssl-engine.pod.in15 [B<-vvvv>]
40 =item B<-v> B<-vv> B<-vvv> B<-vvvv>
79 $ openssl engine -t -tt -vvvv dynamic
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp461 Short4 vvvv = address(v, state.addressingModeV, mipmap); in sampleQuad2D() local
467 c = sampleTexel(uuuu, vvvv, wwww, layerIndex, offset, sample, mipmap, buffer, function); in sampleQuad2D()
472 …Short4 vvvv0 = offsetSample(vvvv, mipmap, OFFSET(Mipmap, vHalf), state.addressingModeV == ADDRESSI… in sampleQuad2D()
474 …Short4 vvvv1 = offsetSample(vvvv, mipmap, OFFSET(Mipmap, vHalf), state.addressingModeV == ADDRESSI… in sampleQuad2D()
663 Short4 vvvv = address(v_, state.addressingModeV, mipmap); in sample3D() local
668 c_ = sampleTexel(uuuu, vvvv, wwww, 0, offset, sample, mipmap, buffer, function); in sample3D()
685 …v[i][j][k] = offsetSample(vvvv, mipmap, OFFSET(Mipmap, vHalf), state.addressingModeV == ADDRESSING… in sample3D()
1114 … Float &anisotropy, Float4 &uDelta, Float4 &vDelta, Float4 &uuuu, Float4 &vvvv, Float4 &dsx, Float… in computeLod2D() argument
1120 duvdxy = Float4(uuuu.yz, vvvv.yz) - Float4(uuuu.xx, vvvv.xx); in computeLod2D()
1203 void SamplerCore::computeLod3D(Pointer<Byte> &texture, Float &lod, Float4 &uuuu, Float4 &vvvv, Floa… in computeLod3D() argument
[all …]
DSamplerCore.hpp85 …void computeIndices(UInt index[4], Short4 uuuu, Short4 vvvv, Short4 wwww, const Short4 &cubeArrayL…
86 …void computeIndices(UInt index[4], Int4 uuuu, Int4 vvvv, Int4 wwww, const Int4 &sample, Int4 valid…
/third_party/node/deps/openssl/openssl/
DREADME-ENGINES.md67 openssl engine -vvvv
169 openssl engine -vvvv dynamic
211 openssl engine -vvvv dynamic \
300 apps/openssl engine -vvvv dynamic \
305 displayed (because of "-vvvv") will be the control commands for the
/third_party/openssl/
DREADME-ENGINES.md67 openssl engine -vvvv
169 openssl engine -vvvv dynamic
211 openssl engine -vvvv dynamic \
300 apps/openssl engine -vvvv dynamic \
305 displayed (because of "-vvvv") will be the control commands for the
/third_party/skia/third_party/externals/icu/source/data/locales/
Des_AR.txt30 Hmsvvvv{"HH:mm:ss (vvvv)"}
Des_US.txt152 Hmsvvvv{"HH:mm:ss (vvvv)"}
Dca.txt601 Hmsvvvv{"H:mm:ss (vvvv)"}
603 Hmvvvv{"H:mm (vvvv)"}
621 hmsvvvv{"h:mm:ss a (vvvv)"}
623 hmvvvv{"h:mm a (vvvv)"}
Des_MX.txt167 Hmsvvvv{"HH:mm:ss (vvvv)"}
Des.txt760 Hmsvvvv{"H:mm:ss (vvvv)"}
781 hmsvvvv{"h:mm:ss a (vvvv)"}
/third_party/icu/docs/userguide/format_parse/datetime/
Dexamples.md267 * @param newZone Must be: z, zzzz, Z, ZZZZ, v, vvvv, V, or VVVV
Dindex.md239 | `v` | Time Zone: generic non-location<br/>(falls back first to VVVV) | `v`<br/>`vvvv` | PT<br/>Pa…
315 | `vvvv` | Long generic non-location format (e.g. “Pacific Time”). If the localized data is not ava…

12