Home
last modified time | relevance | path

Searched refs:vex (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
Dvector_exponential_diag_test.py121 vex = ds.VectorExponentialDiag(
125 vex.covariance().eval())
127 vex = ds.VectorExponentialDiag(
130 self.assertAllEqual([2], vex.batch_shape)
131 self.assertAllEqual([3], vex.event_shape)
139 vex.covariance().eval())
141 vex = ds.VectorExponentialDiag(
144 self.assertAllEqual([2], vex.batch_shape)
145 self.assertAllEqual([3], vex.event_shape)
153 vex.covariance().eval())
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h48 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument
49 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument
50 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument
51 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument
52 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument
53 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument
54 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument
55 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument
57 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument
58 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument
[all …]
/external/capstone/arch/X86/
DX86DisassemblerDecoder.h62 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument
63 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument
64 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument
65 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument
66 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument
67 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument
68 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument
69 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument
71 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument
72 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument
[all …]
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h52 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument
53 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument
54 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument
55 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument
56 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument
57 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument
58 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument
59 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument
61 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument
62 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.h52 #define rFromVEX2of3(vex) (((~(vex)) & 0x80) >> 7) argument
53 #define xFromVEX2of3(vex) (((~(vex)) & 0x40) >> 6) argument
54 #define bFromVEX2of3(vex) (((~(vex)) & 0x20) >> 5) argument
55 #define mmmmmFromVEX2of3(vex) ((vex) & 0x1f) argument
56 #define wFromVEX3of3(vex) (((vex) & 0x80) >> 7) argument
57 #define vvvvFromVEX3of3(vex) (((~(vex)) & 0x78) >> 3) argument
58 #define lFromVEX3of3(vex) (((vex) & 0x4) >> 2) argument
59 #define ppFromVEX3of3(vex) ((vex) & 0x3) argument
61 #define rFromVEX2of2(vex) (((~(vex)) & 0x80) >> 7) argument
62 #define vvvvFromVEX2of2(vex) (((~(vex)) & 0x78) >> 3) argument
[all …]
/external/syzkaller/pkg/ifuzz/
Ddecode.go33 vex := false
38 vex = true
43 vex = true
47 if vex {
99 if vex != (insn.Vex != 0) {
102 if vex && insn.VexMap != vexMap {
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst239 logger1.info('How quickly daft jumping zebras vex.')
246 myapp.area1 : INFO How quickly daft jumping zebras vex.
254 10-22 22:19 myapp.area1 INFO How quickly daft jumping zebras vex.
350 logger1.info('How quickly daft jumping zebras vex.')
448 69 myapp.area1 INFO How quickly daft jumping zebras vex.
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst243 logger1.info('How quickly daft jumping zebras vex.')
252 myapp.area1 : INFO How quickly daft jumping zebras vex.
262 10-22 22:19 myapp.area1 INFO How quickly daft jumping zebras vex.
433 logger1.info('How quickly daft jumping zebras vex.')
533 69 myapp.area1 INFO How quickly daft jumping zebras vex.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFormats.td488 // SI - SSE 1 & 2 scalar intrinsics - vex form available on AVX512
504 // SIi8 - SSE 1 & 2 scalar instructions - vex form available on AVX512
/external/llvm/lib/Target/X86/
DX86InstrFormats.td445 // SI - SSE 1 & 2 scalar intrinsics - vex form available on AVX512
462 // SIi8 - SSE 1 & 2 scalar instructions - vex form available on AVX512
/external/python/cpython2/Doc/whatsnew/
D2.1.rst545 http://www.vex.net/parnassus/ are the largest catalog of Python modules, but
/external/python/cpython3/Doc/whatsnew/
D2.1.rst545 http://www.vex.net/parnassus/ are the largest catalog of Python modules, but
/external/python/cpython2/Misc/
Dcheatsheet23 http://www.vex.net/parnassus/
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Devex-to-vex-compress.mir1 # RUN: llc -mtriple=x86_64-- -run-pass x86-evex-to-vex-compress -verify-machineinstrs -mcpu=skx -o …
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt23039 "vex",
/external/syzkaller/pkg/ifuzz/gen/
Dall-enc-instructions.txt22357 # outside of 64b mode, vex.w is ignored for this instr
22363 # in 64b mode, vex.w changes the behavior for GPRs
22382 # outside of 64b mode, vex.w is ignored for this instr
22388 # in 64b mode, vex.w changes the behavior for GPRs
22408 # outside of 64b mode, vex.w is ignored for this instr
22414 # in 64b mode, vex.w changes the behavior for GPRs
25010 ###FILE: ../xed/datafiles/avxhsw/hsw-vex-gpr-isa.txt
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dplrabn12.txt1675 Afresh, with conscious terrors vex me round,
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc6705 "verw\007vexp2pd\007vexp2ps\tvexpandpd\tvexpandps\014vextractf128\015vex"
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt173779 vex %23632 vɛks
Dinternal_raw_IPA-old.txt207913 vex %8306 vɛks